Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.cc50 struct list_next list_next; variable
122 list_node_t* list_next(const list_node_t* node) { in list_next() function
124 return test::mock::osi_list::list_next(node); in list_next()
Dmock_osi_list.h221 struct list_next { struct
227 extern struct list_next list_next; argument
/packages/modules/Bluetooth/system/osi/test/
Dlist_test.cc110 node = list_next(node), ++i) in TEST_F()
124 node = list_next(node), --i) in TEST_F()
140 EXPECT_EQ(list_next(list_begin(list)), list_end(list)); in TEST_F()
/packages/modules/Bluetooth/system/stack/btm/
Dbtm_dev.cc395 node = list_next(node); in btm_consolidate_dev()
461 node = list_next(node); in btm_dev_consolidate_existing_connections()
542 node = list_next(node)) { in btm_find_oldest_dev_rec()
661 node = list_next(node)) { in btm_get_sec_dev_rec()
Dbtm_ble_addr.cc159 node = list_next(node)) { in btm_find_dev_by_identity_addr()
Dbtm_ble_gap.cc904 node = list_next(node); in sync_queue_cleanup()
Dbtm_sec.cc5123 node = list_next(node); in btm_sec_check_pending_enc_req()
/packages/modules/Bluetooth/system/osi/src/
Dlist.cc58 node = list_next(node)) { in list_contains()
196 list_node_t* list_next(const list_node_t* node) { in list_next() function
Dalarm.cc434 node = list_next(node)) { in schedule_next_instance()
435 list_node_t* next = list_next(node); in schedule_next_instance()
730 node = list_next(node)) { in alarm_debug_dump()
Dfixed_queue.cc78 node != list_end(queue->list); node = list_next(node)) in fixed_queue_free()
/packages/modules/Bluetooth/system/osi/include/
Dlist.h135 list_node_t* list_next(const list_node_t* node);
/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc249 test::mock::osi_list::list_next.body = [](const list_node_t* node) { in FakeOsi()
398 test::mock::osi_list::list_next = {}; in ~FakeOsi()
/packages/modules/Bluetooth/system/osi/test/fuzzers/list/
Dfuzz_list.cc227 list_next(node); in callArbitraryFunction()
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc674 node = list_next(node); in interop_database_match()
681 node = list_next(node); in interop_database_match()
783 node = list_next(node); in interop_database_match()
1587 node = list_next(node); in interop_database_remove_feature()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc210 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
Dbtif_rc.cc2989 node = list_next(node); in rc_notification_interim_timeout()
3004 node = list_next(node); in rc_notification_interim_timeout()
3326 node = list_next(node); in handle_notification_response()
3357 node = list_next(node); in handle_notification_response()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc180 node = list_next(node)) { in gatt_set_srv_chg()
329 node = list_next(node)) { in gatt_is_srv_chg_ind_pending()
356 node = list_next(node)) { in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_sr.cc191 node = list_next(node); in build_read_multi_rsp()
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc1303 for (; node_ack != list_end(list_ack); node_ack = list_next(node_ack)) { in retransmit_i_frames()
1331 node_tmp = list_next(node_tmp); in retransmit_i_frames()
1350 node_ack = list_next(node_ack); in retransmit_i_frames()
Dl2c_api.cc1598 node = list_next(node); in L2CA_FlushChannel()
1624 node != list_end(p_lcb->link_xmit_data_q); node = list_next(node)) { in L2CA_FlushChannel()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc470 list_node_t* list_next(const list_node_t* node) { in list_next() function
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1364 node = list_next(node)) { in DumpsysRecord()