HomeSort by relevance Sort by last modified time
    Searched refs:rsp_q (Results 1 - 4 of 4) sorted by null

  /external/bluetooth/bluedroid/stack/avdt/
avdt_ccb_act.c 70 while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL)
883 else if (!GKI_queue_is_empty(&p_ccb->rsp_q))
885 while ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->rsp_q)) != NULL)
    [all...]
avdt_ccb.c 389 GKI_init_q(&p_ccb->rsp_q);
avdt_msg.c     [all...]
avdt_int.h 431 BUFFER_Q rsp_q; /* Queue for outgoing response and reject messages */ member in struct:__anon3497

Completed in 4289 milliseconds