/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_list.cc | 50 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()
|
D | mock_osi_list.h | 221 struct list_next { struct 227 extern struct list_next list_next; argument
|
/packages/modules/Bluetooth/system/osi/test/ |
D | list_test.cc | 110 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/ |
D | btm_dev.cc | 395 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()
|
D | btm_ble_addr.cc | 159 node = list_next(node)) { in btm_find_dev_by_identity_addr()
|
D | btm_ble_gap.cc | 904 node = list_next(node); in sync_queue_cleanup()
|
D | btm_sec.cc | 5123 node = list_next(node); in btm_sec_check_pending_enc_req()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | list.cc | 58 node = list_next(node)) { in list_contains() 196 list_node_t* list_next(const list_node_t* node) { in list_next() function
|
D | alarm.cc | 434 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()
|
D | fixed_queue.cc | 78 node != list_end(queue->list); node = list_next(node)) in fixed_queue_free()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | list.h | 135 list_node_t* list_next(const list_node_t* node);
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 249 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/ |
D | fuzz_list.cc | 227 list_next(node); in callArbitraryFunction()
|
/packages/modules/Bluetooth/system/device/src/ |
D | interop.cc | 674 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/ |
D | btif_sock_sco.cc | 210 node != list_end(sco_sockets); node = list_next(node)) { in sco_socket_find_locked()
|
D | btif_rc.cc | 2989 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/ |
D | gatt_utils.cc | 180 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()
|
D | gatt_sr.cc | 191 node = list_next(node); in build_read_multi_rsp()
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 1303 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()
|
D | l2c_api.cc | 1598 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/ |
D | osi.cc | 470 list_node_t* list_next(const list_node_t* node) { in list_next() function
|
/packages/modules/Bluetooth/system/main/shim/ |
D | acl.cc | 1364 node = list_next(node)) { in DumpsysRecord()
|