OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ui_rx_q
(Results
1 - 3
of
3
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_link.c
394
while (p_app_cb->
ui_rx_q
.p_first)
395
GKI_freebuf (GKI_dequeue (&p_app_cb->
ui_rx_q
));
[
all
...]
llcp_api.c
765
if (p_app_cb->
ui_rx_q
.p_first)
767
p_buf = (BT_HDR *) p_app_cb->
ui_rx_q
.p_first;
804
GKI_dequeue (&p_app_cb->
ui_rx_q
);
807
/* decrease number of received UI PDU in in all of
ui_rx_q
and check rx congestion status */
814
if (p_app_cb->
ui_rx_q
.p_first)
857
while (p_app_cb->
ui_rx_q
.p_first)
859
p_buf = (BT_HDR *) p_app_cb->
ui_rx_q
.p_first;
875
GKI_dequeue (&p_app_cb->
ui_rx_q
);
[
all
...]
/external/libnfc-nci/src/nfc/int/
llcp_int.h
114
BUFFER_Q
ui_rx_q
; /* UI PDU queue for receiving */
member in struct:__anon20898
265
UINT8 total_rx_ui_pdu; /* total number of rx UI PDU in all of
ui_rx_q
*/
Completed in 42 milliseconds