OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmit_data_q
(Results
1 - 2
of
2
) sorted by null
/system/bt/stack/btm/
btm_sco.c
94
while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p->
xmit_data_q
)) != NULL)
122
btm_cb.sco_cb.sco_db[i].
xmit_data_q
= fixed_queue_new(SIZE_MAX);
254
while ((p_buf = (BT_HDR *)fixed_queue_try_dequeue(p_ccb->
xmit_data_q
)) != NULL)
257
BTM_TRACE_DEBUG("btm: [%d] buf in
xmit_data_q
",
258
fixed_queue_length(p_ccb->
xmit_data_q
) + 1);
367
fixed_queue_enqueue(p_ccb->
xmit_data_q
, p_buf);
[
all
...]
btm_int.h
368
fixed_queue_t *
xmit_data_q
; /* SCO data transmitting queue */
member in struct:__anon73993
[
all
...]
Completed in 113 milliseconds