Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 12 of 12) sorted by relevance
/packages/modules/Bluetooth/system/test/mock/ |
D | mock_osi_fixed_queue.cc | 51 struct fixed_queue_try_remove_from_queue fixed_queue_try_remove_from_queue; variable 125 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function 127 return test::mock::osi_fixed_queue::fixed_queue_try_remove_from_queue(queue, in fixed_queue_try_remove_from_queue()
|
D | mock_osi_fixed_queue.h | 229 struct fixed_queue_try_remove_from_queue { struct 239 extern struct fixed_queue_try_remove_from_queue argument 240 fixed_queue_try_remove_from_queue;
|
/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 267 fixed_queue_try_remove_from_queue(NULL, (void*)DUMMY_DATA_STRING)); in TEST_F() 271 fixed_queue_try_remove_from_queue(queue, (void*)DUMMY_DATA_STRING)); in TEST_F() 278 EXPECT_EQ(DUMMY_DATA_STRING2, fixed_queue_try_remove_from_queue( in TEST_F() 282 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(queue, in TEST_F() 287 fixed_queue_try_remove_from_queue(queue, (void*)DUMMY_DATA_STRING)); in TEST_F()
|
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/ |
D | fuzz_fixed_queue.cc | 155 fixed_queue_try_remove_from_queue(fixed_queue, buf_ptr); in callArbitraryFunction() 163 fixed_queue_try_remove_from_queue(fixed_queue, buf_ptr); in callArbitraryFunction()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 99 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data);
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 339 test::mock::osi_fixed_queue::fixed_queue_try_remove_from_queue.body = in FakeOsi() 413 test::mock::osi_fixed_queue::fixed_queue_try_remove_from_queue = {}; in ~FakeOsi()
|
/packages/modules/Bluetooth/system/osi/src/ |
D | fixed_queue.cc | 196 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function
|
D | alarm.cc | 404 while (fixed_queue_try_remove_from_queue(alarm->queue, alarm) != NULL) { in remove_pending_alarm()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 341 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function
|
/packages/modules/Bluetooth/system/stack/gatt/ |
D | gatt_sr.cc | 1233 osi_free(fixed_queue_try_remove_from_queue(tcb.pending_ind_q, p_buf)); in gatts_chk_pending_ind()
|
D | gatt_utils.cc | 160 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q, p_buf)); in gatt_delete_dev_from_srv_chg_clt_list()
|
/packages/modules/Bluetooth/system/stack/btm/ |
D | btm_sec.cc | 5135 fixed_queue_try_remove_from_queue(btm_sec_cb.sec_pending_q, (void*)p_e); in btm_sec_check_pending_enc_req()
|