Searched refs:cmd_q (Results 1 – 7 of 7) sorted by relevance
177 GKI_init_q(&p_mcb->cmd_q); in rfc_alloc_multiplexer_channel()205 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL) in rfc_release_multiplexer_channel()465 GKI_enqueue(&p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()471 if ((p = (BT_HDR *) GKI_dequeue(&p_mcb->cmd_q)) == NULL) in rfc_check_send_cmd()
94 BUFFER_Q cmd_q; /* Queue for command messages on this mux */ member
505 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
683 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q); in avdt_ccb_clear_cmds()847 if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q)) != NULL) in avdt_ccb_snd_cmd()
388 GKI_init_q(&p_ccb->cmd_q); in avdt_ccb_alloc()
430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */ member
1516 GKI_enqueue(&p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()