Home
last modified time | relevance | path

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

12

/system/bt/osi/test/
Ddata_dispatcher_test.cpp50 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()
Dfixed_queue_test.cpp44 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/
Dl2c_ucd.c648 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()
Dl2c_fcr.c761 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/
Dbta_pan_act.c441 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()
Dbta_pan_ci.c197 p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_scb->data_queue); in bta_pan_ci_readbuf()
/system/bt/osi/include/
Dfixed_queue.h74 void *fixed_queue_try_dequeue(fixed_queue_t *queue);
/system/bt/stack/gatt/
Dgatt_auth.c174 (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()
Dgatt_utils.c102 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/
Dthread.c213 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()
Dfixed_queue.c157 void *fixed_queue_try_dequeue(fixed_queue_t *queue) { in fixed_queue_try_dequeue() function
Dalarm.c590 alarm_t *alarm = (alarm_t *)fixed_queue_try_dequeue(queue); in alarm_queue_ready()
/system/bt/stack/gap/
Dgap_conn.c380 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()
Dgap_ble.c155 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/
Davdt_ccb_act.c65 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()
Davdt_scb_act.c1277 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/
Dport_utils.c218 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()
Dport_api.c1164 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()
Drfc_utils.c469 BT_HDR *p = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
Drfc_mx_fsm.c517 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/
Dbtif_media_task.c1359 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/
Dbtm_ble_bgconn.c716 p_req = (tBTM_BLE_CONN_REQ*)fixed_queue_try_dequeue(btm_cb.ble_ctr_cb.conn_pending_q); in btm_send_pending_direct_conn()
Dbtm_sco.c92 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/
Davct_lcb_act.c481 (p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_lcb->tx_q)) != NULL) in avct_lcb_cong_ind()
/system/bt/stack/bnep/
Dbnep_main.c448 BT_HDR *p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_bcb->xmit_q); in bnep_congestion_ind()

12