Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 7 of 7) sorted by relevance
/system/bt/osi/test/ |
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()
|
/system/bt/osi/include/ |
D | fixed_queue.h | 99 void* fixed_queue_try_remove_from_queue(fixed_queue_t* queue, void* data);
|
/system/bt/osi/src/ |
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
|
D | alarm.cc | 412 while (fixed_queue_try_remove_from_queue(alarm->queue, alarm) != NULL) { in remove_pending_alarm()
|
/system/bt/stack/gatt/ |
D | gatt_utils.cc | 124 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()
|
D | gatt_sr.cc | 1115 osi_free(fixed_queue_try_remove_from_queue(tcb.pending_ind_q, p_buf)); in gatts_chk_pending_ind()
|
/system/bt/stack/btm/ |
D | btm_sec.cc | 5823 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void*)p_e); in btm_sec_check_pending_enc_req()
|