OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:acl_rx_q
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/hci/src/
hci_h4.c
140
BUFFER_Q
acl_rx_q
; /* Queue of base buffers for fragmented ACL pkts */
member in struct:__anon733
348
if (p_cb->
acl_rx_q
.count)
351
HC_BT_HDR *p_hdr = p_cb->
acl_rx_q
.p_first;
379
utils_remove_from_queue(&(p_cb->
acl_rx_q
), p_return_buf);
411
utils_enqueue(&(p_cb->
acl_rx_q
), p_return_buf);
476
if (p_cb->
acl_rx_q
.count)
477
utils_remove_from_queue(&(p_cb->
acl_rx_q
), p_buf);
552
utils_queue_init(&(h4_cb.
acl_rx_q
));
[
all
...]
hci_mct.c
125
BUFFER_Q
acl_rx_q
; /* Queue of base buffers for fragmented ACL pkts */
member in struct:__anon737
343
if (p_cb->
acl_rx_q
.count)
346
HC_BT_HDR *p_hdr = p_cb->
acl_rx_q
.p_first;
374
utils_remove_from_queue(&(p_cb->
acl_rx_q
), p_return_buf);
406
utils_enqueue(&(p_cb->
acl_rx_q
), p_return_buf);
471
if (p_cb->
acl_rx_q
.count)
472
utils_remove_from_queue(&(p_cb->
acl_rx_q
), p_buf);
547
utils_queue_init(&(mct_cb.
acl_rx_q
));
[
all
...]
Completed in 35 milliseconds