Home
last modified time | relevance | path

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

/system/bt/stack/rfcomm/
Drfc_utils.c176 fixed_queue_free(p_mcb->cmd_q, NULL); in rfc_alloc_multiplexer_channel()
183 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()
459 if (p_mcb->cmd_q == NULL) { in rfc_check_send_cmd()
464 fixed_queue_enqueue(p_mcb->cmd_q, p_buf); in rfc_check_send_cmd()
469 BT_HDR *p = (BT_HDR *)fixed_queue_try_dequeue(p_mcb->cmd_q); in rfc_check_send_cmd()
Dport_int.h96 fixed_queue_t *cmd_q; /* Queue for command messages on this mux */ member
Drfc_mx_fsm.c517 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/avdt/
Davdt_ccb.c387 p_ccb->cmd_q = fixed_queue_new(SIZE_MAX); in avdt_ccb_alloc()
424 fixed_queue_free(p_ccb->cmd_q, NULL); in avdt_ccb_dealloc()
Davdt_ccb_act.c686 p_ccb->p_curr_cmd = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->cmd_q); in avdt_ccb_clear_cmds()
849 if ((p_msg = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->cmd_q)) != NULL) in avdt_ccb_snd_cmd()
Davdt_int.h434 fixed_queue_t *cmd_q; /* Queue for outgoing command messages */ member
Davdt_msg.c1532 fixed_queue_enqueue(p_ccb->cmd_q, p_buf); in avdt_msg_send_cmd()