Home
last modified time | relevance | path

Searched refs:cmd_q (Results 1 – 9 of 9) sorted by relevance

/system/bt/stack/rfcomm/
Drfc_utils.cc176 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()
185 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()
218 fixed_queue_free(p_mcb->cmd_q, osi_free); in rfc_release_multiplexer_channel()
431 if (p_mcb->cmd_q == NULL) { in rfc_check_send_cmd()
436 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
441 BT_HDR* p = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
Dport_int.h92 fixed_queue_t* cmd_q; /* Queue for command messages on this mux */ member
Drfc_mx_fsm.cc499 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
/system/bt/stack/avrc/
Davrc_int.h140 cmd_q; /* Command queue for serializing vendor specific commands */ member
Davrc_api.cc119 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()
120 avrc_cb.ccb_int[handle].cmd_q = NULL; in avrc_flush_cmd_q()
165 avrc_cb.ccb_int[handle].cmd_q)) != NULL) { in avrc_send_next_vendor_cmd()
1050 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX); in AVRC_Open()
1274 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
/system/bt/stack/avdt/
Davdt_ccb.cc448 p_ccb->cmd_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()
481 fixed_queue_free(p_ccb->cmd_q, NULL); in avdt_ccb_dealloc()
Davdt_ccb_act.cc648 p_ccb->p_curr_cmd = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_clear_cmds()
796 p_msg = (BT_HDR*)fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_snd_cmd()
Davdt_int.h411 fixed_queue_t* cmd_q; /* Queue for outgoing command messages */ member
Davdt_msg.cc1339 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()