Home
last modified time | relevance | path

Searched refs:rsp_q (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluedroid/stack/avdt/
Davdt_ccb_act.c70 while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL) in avdt_ccb_clear_ccb()
883 else if (!GKI_queue_is_empty(&p_ccb->rsp_q)) in avdt_ccb_snd_msg()
885 while ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL) in avdt_ccb_snd_msg()
Davdt_ccb.c389 GKI_init_q(&p_ccb->rsp_q); in avdt_ccb_alloc()
Davdt_msg.c1561 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_rsp()
1623 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_rej()
1667 GKI_enqueue(&p_ccb->rsp_q, p_buf); in avdt_msg_send_grej()
Davdt_int.h431 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */ member