Home
last modified time | relevance | path

Searched refs:list_end (Results 1 – 21 of 21) sorted by relevance

/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_list.cc41 struct list_end list_end; variable
84 list_node_t* list_end(const list_t* list) { in list_end() function
86 return test::mock::osi_list::list_end(list); in list_end()
Dmock_osi_list.h109 struct list_end { struct
115 extern struct list_end list_end; argument
/packages/modules/Bluetooth/system/osi/test/
Dlist_test.cc109 for (const list_node_t *node = list_begin(list); node != list_end(list); in TEST_F()
123 for (const list_node_t *node = list_begin(list); node != list_end(list); in TEST_F()
132 EXPECT_EQ(list_begin(list), list_end(list)); in TEST_F()
139 EXPECT_NE(list_begin(list), list_end(list)); 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.cc388 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in btm_consolidate_dev()
454 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in btm_dev_consolidate_existing_connections()
540 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in btm_find_oldest_dev_rec()
659 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in btm_get_sec_dev_rec()
Dbtm_ble_addr.cc157 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in btm_find_dev_by_identity_addr()
Dbtm_ble_gap.cc902 while (node && node != list_end(sync_queue)) { in sync_queue_cleanup()
Dbtm_sec.cc5121 for (const list_node_t* node = list_begin(list); node != list_end(list);) { in btm_sec_check_pending_enc_req()
/packages/modules/Bluetooth/system/osi/test/fuzzers/list/
Dfuzz_list.cc216 list_end(list); in callArbitraryFunction()
238 if (node != nullptr && node != list_end(list)) { in callArbitraryFunction()
/packages/modules/Bluetooth/system/osi/src/
Dlist.cc57 for (const list_node_t* node = list_begin(list); node != list_end(list); in list_contains()
191 list_node_t* list_end(const list_t* list) { in list_end() function
Dalarm.cc433 for (list_node_t* node = list_begin(alarms); node != list_end(alarms); in schedule_next_instance()
436 if (next == list_end(alarms) || in schedule_next_instance()
729 for (list_node_t* node = list_begin(alarms); node != list_end(alarms); 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.h129 list_node_t* list_end(const list_t* list);
/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc245 test::mock::osi_list::list_end.body = [](const list_t* l) { in FakeOsi()
397 test::mock::osi_list::list_end = {}; in ~FakeOsi()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_sock_sco.cc210 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
/packages/modules/Bluetooth/system/stack/gatt/
Dgatt_utils.cc179 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_set_srv_chg()
328 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_is_srv_chg_ind_pending()
355 for (const list_node_t* node = list_begin(list); node != list_end(list); in gatt_is_bda_in_the_srv_chg_clt_list()
Dgatt_sr.cc192 if (node != list_end(list)) p_rsp = (tGATTS_RSP*)list_node(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()
1329 node_tmp != list_end(p_ccb->p_lcb->link_xmit_data_q);) { in retransmit_i_frames()
1348 while (node_ack != list_end(list_ack)) { in retransmit_i_frames()
Dl2c_api.cc1596 (num_to_flush > 0) && node != list_end(p_lcb->link_xmit_data_q);) { 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.cc461 list_node_t* list_end(const list_t* /* list */) { in list_end() function
/packages/modules/Bluetooth/system/device/src/
Dinterop.cc669 while (node != list_end(interop_list)) { in interop_database_match()
1539 while (node != list_end(interop_list)) { in interop_database_remove_feature()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc1362 list_node_t* end = list_end(btm_sec_cb.sec_dev_rec); in DumpsysRecord()