OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:rx_queue
(Results
1 - 2
of
2
) sorted by null
/external/bluetooth/bluedroid/stack/gap/
gap_int.h
100
BUFFER_Q
rx_queue
; /* Queue of buffers waiting to be read */
member in struct:__anon3097
102
UINT32 rx_queue_size; /* Total data count in
rx_queue
*/
gap_conn.c
302
p_buf = (BT_HDR *)GKI_getfirst (&p_ccb->
rx_queue
);
331
GKI_freebuf (GKI_dequeue (&p_ccb->
rx_queue
));
405
p_buf = (BT_HDR *)GKI_dequeue (&p_ccb->
rx_queue
);
[
all
...]
Completed in 37 milliseconds