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
/system/bt/stack/avdt/
avdt_ccb.c
388
p_ccb->
rsp_q
= fixed_queue_new(SIZE_MAX);
425
fixed_queue_free(p_ccb->
rsp_q
, NULL);
avdt_ccb_act.c
65
while ((p_buf = (BT_HDR *) fixed_queue_try_dequeue(p_ccb->
rsp_q
)) != NULL)
884
else if (!fixed_queue_is_empty(p_ccb->
rsp_q
))
886
while ((p_msg = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->
rsp_q
)) != NULL)
[
all
...]
avdt_msg.c
[
all
...]
avdt_int.h
435
fixed_queue_t *
rsp_q
; /* Queue for outgoing response and reject messages */
member in struct:__anon73554
Completed in 1636 milliseconds