OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rsp_q
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluedroid/stack/avdt/
avdt_ccb_act.c
71
while ((p_buf = (BT_HDR *) GKI_dequeue(&p_ccb->
rsp_q
)) != NULL)
894
else if (!GKI_queue_is_empty(&p_ccb->
rsp_q
))
896
while ((p_msg = (BT_HDR *) GKI_dequeue(&p_ccb->
rsp_q
)) != NULL)
[
all
...]
avdt_ccb.c
391
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:__anon5840
Completed in 3541 milliseconds