Searched refs:fixed_queue_try_remove_from_queue (Results 1 – 8 of 8) sorted by relevance
/system/bt/osi/test/ |
D | fixed_queue_test.cpp | 223 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(NULL, in TEST_F() 227 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(queue, in TEST_F() 235 EXPECT_EQ(DUMMY_DATA_STRING2, fixed_queue_try_remove_from_queue(queue, in TEST_F() 239 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(queue, in TEST_F() 243 EXPECT_EQ(NULL, fixed_queue_try_remove_from_queue(queue, in TEST_F()
|
/system/bt/osi/include/ |
D | fixed_queue.h | 91 void *fixed_queue_try_remove_from_queue(fixed_queue_t *queue, void *data);
|
/system/bt/osi/src/ |
D | fixed_queue.c | 196 void *fixed_queue_try_remove_from_queue(fixed_queue_t *queue, void *data) { in fixed_queue_try_remove_from_queue() function
|
D | alarm.c | 428 while (fixed_queue_try_remove_from_queue(alarm->queue, alarm) != NULL) { in remove_pending_alarm()
|
/system/bt/stack/gatt/ |
D | gatt_api.c | 250 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_CreateService() 423 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_DeleteService() 543 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.pending_new_srv_start_q, p_buf)); in GATTS_StartService()
|
D | gatt_sr.c | 1314 osi_free(fixed_queue_try_remove_from_queue(p_tcb->pending_ind_q, in gatts_chk_pending_ind()
|
D | gatt_utils.c | 153 osi_free(fixed_queue_try_remove_from_queue(gatt_cb.srv_chg_clt_q, in gatt_delete_dev_from_srv_chg_clt_list()
|
/system/bt/stack/btm/ |
D | btm_sec.c | 6194 fixed_queue_try_remove_from_queue(btm_cb.sec_pending_q, (void *)p_e); in btm_sec_check_pending_enc_req()
|