Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/stack/rfcomm/
Drfc_utils.c178 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()
Dport_int.h94 BUFFER_Q cmd_q; /* Queue for command messages on this mux */ member
Drfc_mx_fsm.c510 while ((p_buf = (BT_HDR *)GKI_dequeue(&p_mcb->cmd_q)) != NULL) in rfc_mx_sm_state_disc_wait_ua()
/external/bluetooth/bluedroid/stack/avdt/
Davdt_ccb_act.c690 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()
Davdt_ccb.c390 GKI_init_q(&p_ccb->cmd_q); in avdt_ccb_alloc()
Davdt_int.h430 BUFFER_Q cmd_q; /* Queue for outgoing command messages */ member
Davdt_msg.c1526 GKI_enqueue(&p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()