Searched refs:cmd_q (Results 1 – 9 of 9) sorted by relevance
166 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()175 p_mcb->cmd_q = fixed_queue_new(SIZE_MAX); in rfc_alloc_multiplexer_channel()208 fixed_queue_free(p_mcb->cmd_q, osi_free); in rfc_release_multiplexer_channel()417 if (p_mcb->cmd_q == NULL) { in rfc_check_send_cmd()422 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()427 BT_HDR* p = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
86 fixed_queue_t* cmd_q = nullptr; /* Queue for command messages on this mux */ member
534 while ((p_buf = (BT_HDR*)fixed_queue_try_dequeue(p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
518 cmd_q(nullptr),574 fixed_queue_free(cmd_q, nullptr); in ResetCcb()575 cmd_q = nullptr; in ResetCcb()612 fixed_queue_t* cmd_q; // Queue for outgoing command messages variable
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()
478 cmd_q = fixed_queue_new(SIZE_MAX); in Allocate()
1373 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()
144 fixed_queue_free(avrc_cb.ccb_int[handle].cmd_q, osi_free); in avrc_flush_cmd_q()145 avrc_cb.ccb_int[handle].cmd_q = NULL; in avrc_flush_cmd_q()190 avrc_cb.ccb_int[handle].cmd_q)) != NULL) { in avrc_send_next_vendor_cmd()1095 avrc_cb.ccb_int[*p_handle].cmd_q = fixed_queue_new(SIZE_MAX); in AVRC_Open()1324 fixed_queue_enqueue(avrc_cb.ccb_int[handle].cmd_q, p_pkt); in AVRC_MsgReq()
139 cmd_q; /* Command queue for serializing vendor specific commands */ member