Searched refs:cmd_q (Results 1 – 7 of 7) sorted by relevance
178 GKI_init_q(&p_mcb->cmd_q); in rfc_alloc_multiplexer_channel()206 while ((p_buf = GKI_dequeue(&p_mcb->cmd_q)) != NULL) in rfc_release_multiplexer_channel()468 GKI_enqueue(&p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()474 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
510 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
690 p_ccb->p_curr_cmd = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q); in avdt_ccb_clear_cmds()857 if ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->cmd_q)) != NULL) in avdt_ccb_snd_cmd()
390 GKI_init_q(&p_ccb->cmd_q); in avdt_ccb_alloc()
430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */ member
1526 GKI_enqueue(&p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()