/packages/modules/Bluetooth/system/osi/test/ |
D | fixed_queue_test.cc | 39 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/ |
D | mock_osi_fixed_queue.cc | 47 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()
|
D | mock_osi_fixed_queue.h | 181 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/ |
D | fuzz_fixed_queue.cc | 33 void* msg = fixed_queue_try_dequeue(queue); in fqCb() 135 fixed_queue_try_dequeue(fixed_queue); in callArbitraryFunction()
|
/packages/modules/Bluetooth/system/stack/avdt/ |
D | avdt_ccb_act.cc | 67 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/ |
D | gap_conn.cc | 390 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/ |
D | thread.cc | 228 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()
|
D | fixed_queue.cc | 92 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
|
D | alarm.cc | 599 alarm_t* alarm = (alarm_t*)fixed_queue_try_dequeue(queue); in alarm_queue_ready()
|
/packages/modules/Bluetooth/system/bta/pan/ |
D | bta_pan_act.cc | 388 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()
|
D | bta_pan_ci.cc | 185 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_ci_readbuf()
|
/packages/modules/Bluetooth/system/osi/include/ |
D | fixed_queue.h | 82 void* fixed_queue_try_dequeue(fixed_queue_t* queue);
|
/packages/modules/Bluetooth/system/stack/l2cap/ |
D | l2c_fcr.cc | 615 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()
|
D | l2c_link.cc | 1312 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/ |
D | port_utils.cc | 209 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()
|
D | rfc_utils.cc | 427 BT_HDR* p = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
|
D | rfc_mx_fsm.cc | 534 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
|
D | port_rfc.cc | 922 p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_port->tx.queue); in port_rfc_send_tx_data()
|
/packages/modules/Bluetooth/system/test/fake/ |
D | fake_osi.cc | 314 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/ |
D | btif_a2dp_sink.cc | 570 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()
|
D | btif_a2dp_source.cc | 998 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/ |
D | bta_hh_co.cc | 669 (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/ |
D | bnep_main.cc | 303 BT_HDR* p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_bcb->xmit_q); in bnep_congestion_ind()
|
/packages/modules/Bluetooth/system/test/stub/ |
D | osi.cc | 329 void* fixed_queue_try_dequeue(fixed_queue_t* queue) { in fixed_queue_try_dequeue() function
|
/packages/modules/Bluetooth/system/stack/avct/ |
D | avct_lcb_act.cc | 509 (p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) { in avct_lcb_cong_ind()
|