HomeSort by relevance Sort by last modified time
    Searched full:list_begin (Results 1 - 25 of 25) sorted by null

  /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)
138 EXPECT_EQ(list_begin(list), list_end(list));
145 EXPECT_NE(list_begin(list), list_end(list));
146 EXPECT_EQ(list_next(list_begin(list)), list_end(list));
  /system/bt/osi/src/
config.c 111 for (const list_node_t *node = list_begin(src->sections);
116 for (const list_node_t *node_entry = list_begin(sec->entries);
219 for (const list_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) {
258 return (const config_section_node_t *)list_begin(config->sections);
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)) {
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 205 for (const list_node_t *iter = list_begin(hash_map->bucket[i].list);
233 for (const list_node_t *iter = list_begin(hash_bucket_list);
list.c 55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) {
191 list_node_t *list_begin(const list_t *list) { function
fixed_queue.c 76 for (const list_node_t *node = list_begin(queue->list); node != list_end(queue->list); node = list_next(node))
alarm.c 454 for (list_node_t *node = list_begin(alarms); node != list_end(alarms); node = list_next(node)) {
573 for (list_node_t *node = list_begin(alarms); node != list_end(alarms); ) {
747 for (list_node_t *node = list_begin(alarms); node != list_end(alarms);
  /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...]
btif_rc.c     [all...]
  /system/bt/device/src/
interop.c 138 const list_node_t *node = list_begin(interop_list);
  /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_main.c 772 for (const list_node_t *node = list_begin(l2cb.rcv_pending_q);
    [all...]
l2c_api.c     [all...]
  /system/bt/osi/include/
list.h 98 list_node_t *list_begin(const list_t *list);
  /system/bt/bta/hh/
bta_hh_le.c 663 for (list_node_t *dn = list_begin(p_char->descriptors);
    [all...]
  /system/bt/stack/btm/
btm_dev.c 456 for (list_node_t *node = list_begin(btm_cb.sec_dev_rec); node != end; node = list_next(node)) {
545 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)) {
btm_sec.c     [all...]
  /system/bt/stack/gatt/
gatt_utils.c 175 for (const list_node_t *node = list_begin(list); node != list_end(list);
209 for (const list_node_t *node = list_begin(list); node != list_end(list);
778 for (const list_node_t *node = list_begin(list);
815 for (const list_node_t *node = list_begin(list); node != list_end(list);
    [all...]
gatt_sr.c 167 node = list_begin(list);
    [all...]
  /system/bt/hci/src/
hci_layer.c 755 for (const list_node_t *node = list_begin(commands_pending_response);
  /system/bt/stack/avdt/
avdt_scb_act.c     [all...]

Completed in 1669 milliseconds