/system/bt/osi/test/ |
D | data_dispatcher_test.cpp | 50 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue)); in TEST_F() 74 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue0)); in TEST_F() 99 EXPECT_STREQ(dummy_data_1, (char *)fixed_queue_try_dequeue(default_queue)); in TEST_F() 121 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue)); in TEST_F() 123 EXPECT_STREQ(dummy_data_1, (char *)fixed_queue_try_dequeue(dummy_queue)); in TEST_F() 148 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue0)); in TEST_F() 149 EXPECT_STREQ(dummy_data_1, (char *)fixed_queue_try_dequeue(dummy_queue1)); in TEST_F() 175 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue_reregistered)); in TEST_F() 228 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue)); in TEST_F() 248 EXPECT_STREQ(dummy_data_0, (char *)fixed_queue_try_dequeue(dummy_queue)); in TEST_F()
|
D | fixed_queue_test.cpp | 44 void *msg = fixed_queue_try_dequeue(queue); in fixed_queue_ready() 95 ASSERT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F() 117 ASSERT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F() 164 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F() 176 EXPECT_EQ(DUMMY_DATA_STRING, fixed_queue_try_dequeue(queue)); in TEST_F() 180 EXPECT_EQ(NULL, fixed_queue_try_dequeue(queue)); in TEST_F() 183 EXPECT_EQ(NULL, fixed_queue_try_dequeue(NULL)); in TEST_F()
|
/system/bt/stack/l2cap/ |
D | l2c_ucd.c | 648 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_out_sec_pending_q)); in l2c_ucd_delete_sec_pending_q() 653 osi_free(fixed_queue_try_dequeue(p_lcb->ucd_in_sec_pending_q)); in l2c_ucd_delete_sec_pending_q() 792 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_send_pending_out_sec_q() 813 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_out_sec_pending_q); in l2c_ucd_discard_pending_out_sec_q() 830 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q); in l2c_ucd_check_pending_in_sec_q() 859 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q) in l2c_ucd_send_pending_in_sec_q() 879 BT_HDR *p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->p_lcb->ucd_in_sec_pending_q); in l2c_ucd_discard_pending_in_sec_q()
|
D | l2c_fcr.c | 761 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(temp_q)) != NULL) in l2c_fcr_proc_pdu() 1022 BT_HDR *p_tmp = (BT_HDR *)fixed_queue_try_dequeue(p_fcrb->waiting_for_ack_q); in process_reqseq() 1621 osi_free(fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q)); in retransmit_i_frames() 1681 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->fcrb.retrans_q); in l2c_fcr_get_next_xmit_sdu_seg() 1742 p_xmit = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_fcr_get_next_xmit_sdu_seg() 1918 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_hold_q); in l2c_lcc_get_next_xmit_sdu_seg()
|
/system/bt/bta/pan/ |
D | bta_pan_act.c | 441 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_scb->data_queue)) != NULL) in bta_pan_disable() 602 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_scb->data_queue)) != NULL) in bta_pan_conn_close() 669 osi_free(fixed_queue_try_dequeue(p_scb->data_queue)); in bta_pan_tx_path() 681 if ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_scb->data_queue)) != NULL) in bta_pan_tx_path() 696 osi_free(fixed_queue_try_dequeue(p_scb->data_queue)); in bta_pan_tx_path()
|
D | bta_pan_ci.c | 197 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_ci_readbuf()
|
/system/bt/osi/include/ |
D | fixed_queue.h | 74 void *fixed_queue_try_dequeue(fixed_queue_t *queue);
|
/system/bt/stack/gatt/ |
D | gatt_auth.c | 174 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback() 199 p_buf = (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_enc_cmpl_cback() 253 (tGATT_PENDING_ENC_CLCB *)fixed_queue_try_dequeue(p_tcb->pending_enc_clcb); in gatt_notify_enc_cmpl()
|
D | gatt_utils.c | 102 osi_free(fixed_queue_try_dequeue(p_tcb->pending_ind_q)); in gatt_free_pending_ind() 125 osi_free(fixed_queue_try_dequeue(p_tcb->pending_enc_clcb)); in gatt_free_pending_enc_queue() 394 osi_free(fixed_queue_try_dequeue(p->svc_db.svc_buffer)); in gatt_free_hdl_buffer() 419 osi_free(fixed_queue_try_dequeue(p_elem->svc_db.svc_buffer)); in gatt_free_srvc_db_buffer_app_id()
|
/system/bt/osi/src/ |
D | thread.c | 213 work_item_t *item = fixed_queue_try_dequeue(thread->work_queue); in run_thread() 217 item = fixed_queue_try_dequeue(thread->work_queue); in run_thread()
|
D | fixed_queue.c | 157 void *fixed_queue_try_dequeue(fixed_queue_t *queue) { in fixed_queue_try_dequeue() function
|
D | alarm.c | 590 alarm_t *alarm = (alarm_t *)fixed_queue_try_dequeue(queue); in alarm_queue_ready()
|
/system/bt/stack/gap/ |
D | gap_conn.c | 380 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in GAP_ConnReadData() 453 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->rx_queue); in GAP_ConnBTRead() 531 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) in GAP_ConnWriteData() 1084 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->tx_queue)) != NULL) in gap_congestion_ind() 1209 osi_free(fixed_queue_try_dequeue(p_ccb->rx_queue)); in gap_release_ccb() 1214 osi_free(fixed_queue_try_dequeue(p_ccb->tx_queue)); in gap_release_ccb()
|
D | gap_ble.c | 155 while ((p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q)) != NULL) in gap_ble_dealloc_clcb() 199 tGAP_BLE_REQ *p_q = (tGAP_BLE_REQ *)fixed_queue_try_dequeue(p_clcb->pending_req_q);; in gap_ble_dequeue_request()
|
/system/bt/stack/avdt/ |
D | avdt_ccb_act.c | 65 while ((p_buf = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb() 686 p_ccb->p_curr_cmd = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_clear_cmds() 849 if ((p_msg = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->cmd_q)) != NULL) in avdt_ccb_snd_cmd() 886 while ((p_msg = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->rsp_q)) != NULL) in avdt_ccb_snd_msg()
|
D | avdt_scb_act.c | 1277 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_hdl_write_req_frag() 1440 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_snd_stream_close() 1873 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_free_pkt() 1930 while ((p_frag = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_clr_pkt() 1985 while ((p_pkt = (BT_HDR*)fixed_queue_try_dequeue(p_scb->frag_q)) != NULL) in avdt_scb_chk_snd_pkt()
|
/system/bt/stack/rfcomm/ |
D | port_utils.c | 218 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue)) != NULL) in port_release_port() 222 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->tx.queue)) != NULL) in port_release_port()
|
D | port_api.c | 1164 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue)) != NULL) in PORT_Purge() 1180 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->tx.queue)) != NULL) in PORT_Purge() 1285 osi_free(fixed_queue_try_dequeue(p_port->rx.queue)); in PORT_ReadData() 1346 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_port->rx.queue); in PORT_Read()
|
D | rfc_utils.c | 469 BT_HDR *p = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
|
D | rfc_mx_fsm.c | 517 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
|
/system/bt/btif/src/ |
D | btif_media_task.c | 1359 p_msg = (tBT_SBC_HDR *)fixed_queue_try_dequeue(btif_media_cb.RxSbcQ); in btif_media_task_avk_handle_timer() 1476 osi_free(fixed_queue_try_dequeue(p_q)); in btif_media_flush_q() 2745 osi_free(fixed_queue_try_dequeue(btif_media_cb.RxSbcQ)); in btif_media_sink_enque_buf() 2783 BT_HDR *p_buf = fixed_queue_try_dequeue(btif_media_cb.TxAaQ); in btif_media_aa_readbuf() 3104 osi_free(fixed_queue_try_dequeue(btif_media_cb.TxAaQ)); in btif_media_aa_prep_2_send()
|
/system/bt/stack/btm/ |
D | btm_ble_bgconn.c | 716 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_try_dequeue(btm_cb.ble_ctr_cb.conn_pending_q); in btm_send_pending_direct_conn()
|
D | btm_sco.c | 92 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p->xmit_data_q)) != NULL) in btm_sco_flush_sco_data() 252 while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->xmit_data_q)) != NULL)
|
/system/bt/stack/avct/ |
D | avct_lcb_act.c | 481 (p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()
|
/system/bt/stack/bnep/ |
D | bnep_main.c | 448 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_bcb->xmit_q); in bnep_congestion_ind()
|