Home
last modified time | relevance | path

Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 9 of 9) sorted by relevance

/aosp12/system/bt/osi/test/
H A Dfixed_queue_test.cc269 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 Dfuzz_fixed_queue.cc155 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 Dfixed_queue.h99 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data);
/aosp12/system/bt/osi/src/
H A Dfixed_queue.cc193 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data) { in fixed_queue_try_remove_from_queue() function
H A Dalarm.cc408 while (fixed_queue_try_remove_from_queue(alarm->queue, alarm) != NULL) { in remove_pending_alarm()
/aosp12/system/bt/test/stub/
H A Dosi.cc368 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 Dgatt_sr.cc1188 osi_free(fixed_queue_try_remove_from_queue(tcb.pending_ind_q, p_buf)); in gatts_chk_pending_ind()
H A Dgatt_utils.cc127 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 Dbtm_sec.cc4770 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void*)p_e); in btm_sec_check_pending_enc_req()