OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ui_tx_congested
(Results
1 - 4
of
4
) sorted by null
/external/libnfc-nci/src/nfc/llcp/
llcp_link.c
392
p_app_cb->
is_ui_tx_congested
= FALSE;
625
if (!p_app_cb->
is_ui_tx_congested
)
627
p_app_cb->
is_ui_tx_congested
= TRUE;
722
&&(p_app_cb->
is_ui_tx_congested
)
726
p_app_cb->
is_ui_tx_congested
= FALSE;
[
all
...]
llcp_util.c
286
if ( (p_app_cb->
is_ui_tx_congested
)
293
p_app_cb->
is_ui_tx_congested
= TRUE;
llcp_api.c
645
||(p_app_cb->
is_ui_tx_congested
) )
654
p_app_cb->
is_ui_tx_congested
= TRUE;
[
all
...]
/external/libnfc-nci/src/nfc/int/
llcp_int.h
115
BOOLEAN
is_ui_tx_congested
; /* TRUE if transmitting UI PDU is congested */
member in struct:__anon20898
Completed in 268 milliseconds