Searched refs:fixed_queue_dequeue (Results 1 – 10 of 10) sorted by relevance
71 void* fixed_queue_dequeue(fixed_queue_t* queue);
42 fixed_queue_dequeue(queue); in pthread_callback_batch()53 fixed_queue_dequeue(queue); in callback_sequential_queue()59 fixed_queue_dequeue(queue); in callback_batch()
203 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_dequeue(queue)); in TEST_F()316 fixed_queue_dequeue(queue); in TEST_F()
130 fixed_queue_dequeue(fixed_queue); in callArbitraryFunction()
247 work_item_t* item = static_cast<work_item_t*>(fixed_queue_dequeue(queue)); in work_queue_read_cb()
130 void* fixed_queue_dequeue(fixed_queue_t* queue) { in fixed_queue_dequeue() function
43 fixed_queue_dequeue(queue); in callback_batch()
1428 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()1464 p_buf = (tL2CAP_SEC_DATA*)fixed_queue_dequeue(p_lcb->le_sec_pending_q); in l2cble_sec_comp()
352 void* fixed_queue_dequeue(fixed_queue_t* queue) { in fixed_queue_dequeue() function
601 (uint32_t*)fixed_queue_dequeue(p_dev->get_rpt_id_queue); in bta_hh_co_get_rpt_rsp()