Home
last modified time | relevance | path

Searched refs:is_ui_tx_congested (Results 1 – 4 of 4) sorted by relevance

/system/nfc/src/nfc/llcp/
Dllcp_link.c409 p_app_cb->is_ui_tx_congested = false; in llcp_link_deactivate()
635 if (!p_app_cb->is_ui_tx_congested) { in llcp_link_check_congestion()
636 p_app_cb->is_ui_tx_congested = true; in llcp_link_check_congestion()
724 (p_app_cb->is_ui_tx_congested) && in llcp_link_check_uncongested()
727 p_app_cb->is_ui_tx_congested = false; in llcp_link_check_uncongested()
Dllcp_util.c283 if ((p_app_cb->is_ui_tx_congested) || in llcp_util_send_ui()
290 p_app_cb->is_ui_tx_congested = true; in llcp_util_send_ui()
Dllcp_api.c618 (p_app_cb->is_ui_tx_congested)) { in LLCP_IsLogicalLinkCongested()
628 p_app_cb->is_ui_tx_congested = true; in LLCP_IsLogicalLinkCongested()
/system/nfc/src/nfc/int/
Dllcp_int.h116 bool is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member