HomeSort by relevance Sort by last modified time
    Searched refs:list_next (Results 1 - 25 of 28) sorted by null

1 2

  /system/bt/osi/include/
list.h 103 // may no longer call |list_next| with the iterator. |list| may not be NULL.
110 list_node_t *list_next(const list_node_t *node);
  /toolchain/binutils/binutils-2.25/gold/
workqueue.cc 41 gold_assert(t->list_next() == NULL);
59 gold_assert(t->list_next() == NULL);
83 gold_assert(ret->list_next() == NULL);
89 this->head_ = ret->list_next();
workqueue.h 83 list_next() const function in class:gold::Task
  /system/bt/osi/src/
config.c 113 node = list_next(node)) {
118 node_entry = list_next(node_entry)) {
219 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) {
268 return (const config_section_node_t *)list_next((const list_node_t *)node);
321 for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); node = list_next(node)) {
328 for (const list_node_t *enode = list_begin(section->entries); enode != list_end(section->entries); enode = list_next(enode)) {
337 if (list_next(node) != list_end(config->sections)) {
467 for (const list_node_t *node = list_begin(config->sections); node != list_end(config->sections); node = list_next(node)) {
499 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) {
hash_map.c 207 iter = list_next(iter)) {
235 iter = list_next(iter)) {
list.c 55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) {
201 list_node_t *list_next(const list_node_t *node) { function
alarm.c 454 for (list_node_t *node = list_begin(alarms); node != list_end(alarms); node = list_next(node)) {
455 list_node_t *next = list_next(node);
575 node = list_next(node);
748 node = list_next(node)) {
fixed_queue.c 76 for (const list_node_t *node = list_begin(queue->list); node != list_end(queue->list); node = list_next(node))
  /system/bt/bta/gatt/
bta_gattc_cache.c     [all...]
  /system/bt/btif/src/
btif_profile_queue.c 77 for (const list_node_t *node = list_begin(connect_queue); node != list_end(connect_queue); node = list_next(node)) {
btif_sock_sco.c 206 for (const list_node_t *node = list_begin(sco_sockets); node != list_end(sco_sockets); node = list_next(node)) {
btif_hl.c     [all...]
  /system/bt/osi/test/
list_test.cpp 116 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), ++i)
130 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), --i)
146 EXPECT_EQ(list_next(list_begin(list)), list_end(list));
  /system/bt/device/src/
interop.c 146 node = list_next(node);
  /system/bt/stack/btm/
btm_dev.c 450 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) {
534 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) {
btm_ble_addr.c 398 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) {
  /system/bt/stack/l2cap/
l2cap_client.c 163 for (const list_node_t *node = list_begin(client->outbound_fragments); node != list_end(client->outbound_fragments); node = list_next(node))
426 for (const list_node_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = list_next(node)) {
l2c_fcr.c     [all...]
l2c_api.c     [all...]
l2c_main.c 775 node = list_next(node);
    [all...]
  /system/bt/bta/hh/
bta_hh_le.c 657 dn != list_end(p_char->descriptors); dn = list_next(dn)) {
    [all...]
  /external/blktrace/
blkparse.c 78 struct process_pid_map *hash_next, *list_next; member in struct:process_pid_map
89 struct per_process_info *hash_next, *list_next; member in struct:per_process_info
663 ppi->list_next = ppi_list;
    [all...]
  /system/bt/stack/gatt/
gatt_utils.c 176 node = list_next(node)) {
210 node = list_next(node)) {
780 node = list_next(node)) {
816 node = list_next(node)) {
    [all...]
  /system/bt/hci/src/
hci_layer.c 757 node = list_next(node)) {
  /system/bt/stack/avdt/
avdt_scb_act.c     [all...]

Completed in 1972 milliseconds

1 2