Home
last modified time | relevance | path

Searched refs:list_next (Results 1 – 15 of 15) sorted by relevance

/system/bt/osi/src/
Dconfig.c190 …_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) { in config_set_string()
239 return (const config_section_node_t *)list_next((const list_node_t *)node); in config_section_next()
269 …*node = list_begin(config->sections); node != list_end(config->sections); node = list_next(node)) { in config_save()
273 …de = list_begin(section->entries); enode != list_end(section->entries); enode = list_next(enode)) { in config_save()
279 if (list_next(node) != list_end(config->sections)) in config_save()
380 …*node = list_begin(config->sections); node != list_end(config->sections); node = list_next(node)) { in section_find()
414 …_node_t *node = list_begin(sec->entries); node != list_end(sec->entries); node = list_next(node)) { in entry_find()
Dlist.c55 for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node)) { in list_contains()
192 list_node_t *list_next(const list_node_t *node) { in list_next() function
Dhash_map.c206 iter = list_next(iter)) { in hash_map_foreach()
234 iter = list_next(iter)) { in find_bucket_entry_()
Dalarm.c277 for (list_node_t *node = list_begin(alarms); node != list_end(alarms); node = list_next(node)) { in schedule_next_instance()
278 list_node_t *next = list_next(node); in schedule_next_instance()
Dfixed_queue.c78 …list_node_t *node = list_begin(queue->list); node != list_end(queue->list); node = list_next(node)) in fixed_queue_free()
/system/bt/osi/test/
Dlist_test.cpp116 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), +… in TEST_F()
130 …for (const list_node_t *node = list_begin(list); node != list_end(list); node = list_next(node), -… in TEST_F()
146 EXPECT_EQ(list_next(list_begin(list)), list_end(list)); in TEST_F()
/system/bt/osi/include/
Dlist.h98 list_node_t *list_next(const list_node_t *node);
/system/bt/btif/src/
Dbtif_profile_queue.c77 …ode_t *node = list_begin(connect_queue); node != list_end(connect_queue); node = list_next(node)) { in queue_int_add()
Dbtif_sock_sco.c204 …st_node_t *node = list_begin(sco_sockets); node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
Dbtif_hl.c4501 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_update_maxfd()
4655 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_add_socket_to_set()
4697 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_close_socket()
4729 node = list_next(node); in btif_hl_close_socket()
4783 node != list_end(soc_queue); node = list_next(node)) { in btif_hl_select_monitor_callback()
/system/bt/stack/l2cap/
Dl2cap_client.c167 …(client->outbound_fragments); node != list_end(client->outbound_fragments); node = list_next(node)) in l2cap_client_disconnect()
428 …ode_t *node = list_begin(l2cap_clients); node != list_end(l2cap_clients); node = list_next(node)) { in find()
Dl2c_api.c1938 node = list_next(node); in L2CA_FlushChannel()
1966 node = list_next(node)) { in L2CA_FlushChannel()
Dl2c_main.c827 node = list_next(node); in l2c_process_held_packets()
Dl2c_fcr.c1555 node = list_next(node); in retransmit_i_frames()
/system/bt/hci/src/
Dhci_layer.c728 node = list_next(node)) { in get_waiting_command()