Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 9 of 9) sorted by relevance
/aosp12/system/bt/osi/test/ |
H A D | fixed_queue_test.cc | 269 fixed_queue_try_remove_from_queue(NULL, (void*)DUMMY_DATA_STRING)); in TEST_F() 273 fixed_queue_try_remove_from_queue(queue, (void*)DUMMY_DATA_STRING)); in TEST_F() 280 EXPECT_EQ(DUMMY_DATA_STRING2, fixed_queue_try_remove_from_queue( in TEST_F() 284 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(queue, in TEST_F() 289 fixed_queue_try_remove_from_queue(queue, (void*)DUMMY_DATA_STRING)); in TEST_F()
|
/aosp12/system/bt/osi/test/fuzzers/fixed_queue/ |
H A 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()
|
/aosp12/system/bt/osi/include/ |
H A D | fixed_queue.h | 99 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data);
|
/aosp12/system/bt/osi/src/ |
H A D | fixed_queue.cc | 193 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function
|
H A D | alarm.cc | 408 while (fixed_queue_try_remove_from_queue(alarm->queue, alarm) != NULL) { in remove_pending_alarm()
|
/aosp12/system/bt/test/stub/ |
H A D | osi.cc | 368 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function
|
/aosp12/system/bt/stack/gatt/ |
H A D | gatt_sr.cc | 1188 osi_free(fixed_queue_try_remove_from_queue(tcb.pending_ind_q, p_buf)); in gatts_chk_pending_ind()
|
H A D | gatt_utils.cc | 127 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()
|
/aosp12/system/bt/stack/btm/ |
H A D | btm_sec.cc | 4770 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void*)p_e); in btm_sec_check_pending_enc_req()
|