Home
last modified time | relevance | path

Searched refs:fixed_queue_try_dequeue (Results 1 – 25 of 33) sorted by relevance

12

/packages/modules/Bluetooth/system/osi/test/
Dfixed_queue_test.cc39 void* msg = fixed_queue_try_dequeue(queue); in fixed_queue_ready()
138 ASSERT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F()
160 ASSERT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F()
207 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F()
219 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F()
223 EXPECT_EQ(NULL, fixed_queue_try_dequeue(queue)); in TEST_F()
226 EXPECT_EQ(NULL, fixed_queue_try_dequeue(NULL)); in TEST_F()
/packages/modules/Bluetooth/system/test/mock/
Dmock_osi_fixed_queue.cc47 struct fixed_queue_try_dequeue fixed_queue_try_dequeue; variable
109 void* fixed_queue_try_dequeue(fixed_queue_t* queue) { in fixed_queue_try_dequeue() function
111 return test::mock::osi_fixed_queue::fixed_queue_try_dequeue(queue); in fixed_queue_try_dequeue()
Dmock_osi_fixed_queue.h181 struct fixed_queue_try_dequeue { struct
187 extern struct fixed_queue_try_dequeue fixed_queue_try_dequeue; argument
/packages/modules/Bluetooth/system/osi/test/fuzzers/fixed_queue/
Dfuzz_fixed_queue.cc33 void* msg = fixed_queue_try_dequeue(queue); in fqCb()
135 fixed_queue_try_dequeue(fixed_queue); in callArbitraryFunction()
/packages/modules/Bluetooth/system/stack/avdt/
Davdt_ccb_act.cc67 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()
667 p_ccb->p_curr_cmd = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_clear_cmds()
817 p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_snd_cmd()
849 while ((p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) { in avdt_ccb_snd_msg()
/packages/modules/Bluetooth/system/stack/gap/
Dgap_conn.cc390 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in GAP_ConnReadData()
436 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) { in gap_try_write_queued_data()
985 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in gap_release_ccb()
990 osi_free(fixed_queue_try_dequeue(p_ccb->tx_queue)); in gap_release_ccb()
/packages/modules/Bluetooth/system/osi/src/
Dthread.cc228 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()
233 static_cast<work_item_t*>(fixed_queue_try_dequeue(thread->work_queue)); in run_thread()
Dfixed_queue.cc92 void* data = fixed_queue_try_dequeue(queue); in fixed_queue_flush()
165 void* fixed_queue_try_dequeue(fixed_queue_t* queue) { in fixed_queue_try_dequeue() function
Dalarm.cc599 alarm_t* alarm = (alarm_t*)fixed_queue_try_dequeue(queue); in alarm_queue_ready()
/packages/modules/Bluetooth/system/bta/pan/
Dbta_pan_act.cc388 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue)) != in bta_pan_disable()
524 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue)) != NULL) in bta_pan_conn_close()
574 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_tx_path()
Dbta_pan_ci.cc185 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_ci_readbuf()
/packages/modules/Bluetooth/system/osi/include/
Dfixed_queue.h82 void* fixed_queue_try_dequeue(fixed_queue_t* queue);
/packages/modules/Bluetooth/system/stack/l2cap/
Dl2c_fcr.cc615 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(temp_q)) != NULL) { in l2c_fcr_proc_pdu()
881 (BT_HDR*)fixed_queue_try_dequeue(p_fcrb->waiting_for_ack_q); in process_reqseq()
1342 osi_free(fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q)); in retransmit_i_frames()
1396 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg()
1448 p_xmit = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg()
1560 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
Dl2c_link.cc1312 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send()
1357 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2cu_get_next_buffer_to_send()
/packages/modules/Bluetooth/system/stack/rfcomm/
Dport_utils.cc209 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_port->rx.queue)) != in port_release_port()
215 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_port->tx.queue)) != in port_release_port()
Drfc_utils.cc427 BT_HDR* p = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
Drfc_mx_fsm.cc534 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
Dport_rfc.cc922 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_port->tx.queue); in port_rfc_send_tx_data()
/packages/modules/Bluetooth/system/test/fake/
Dfake_osi.cc314 test::mock::osi_fixed_queue::fixed_queue_try_dequeue.body = in FakeOsi()
410 test::mock::osi_fixed_queue::fixed_queue_try_dequeue = {}; in ~FakeOsi()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_sink.cc570 p_msg = (BT_HDR*)fixed_queue_try_dequeue(btif_a2dp_sink_cb.rx_audio_queue); in btif_a2dp_sink_avk_handle_timer()
684 osi_free(fixed_queue_try_dequeue(btif_a2dp_sink_cb.rx_audio_queue)); in btif_a2dp_sink_enqueue_buf()
Dbtif_a2dp_source.cc998 fixed_queue_try_dequeue(btif_a2dp_source_cb.tx_audio_queue); in btif_a2dp_source_enqueue_callback()
1081 (BT_HDR*)fixed_queue_try_dequeue(btif_a2dp_source_cb.tx_audio_queue); in btif_a2dp_source_audio_readbuf()
/packages/modules/Bluetooth/system/btif/co/
Dbta_hh_co.cc669 (uint32_t*)fixed_queue_try_dequeue(p_dev->uhid.set_rpt_id_queue); in bta_hh_co_set_rpt_rsp()
727 (uint32_t*)fixed_queue_try_dequeue(p_dev->uhid.get_rpt_id_queue); in bta_hh_co_get_rpt_rsp()
/packages/modules/Bluetooth/system/stack/bnep/
Dbnep_main.cc303 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_bcb->xmit_q); in bnep_congestion_ind()
/packages/modules/Bluetooth/system/test/stub/
Dosi.cc329 void* fixed_queue_try_dequeue(fixed_queue_t* queue) { in fixed_queue_try_dequeue() function
/packages/modules/Bluetooth/system/stack/avct/
Davct_lcb_act.cc509 (p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) { in avct_lcb_cong_ind()

12