Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_dlc.cc442 if ((p_dlcb->is_tx_congested) || (llcp_cb.overall_tx_congested) || in llcp_dlsm_connected()
454 p_dlcb->is_tx_congested = true; in llcp_dlsm_connected()
1110 if ((!old_remote_busy) && (!p_dlcb->is_tx_congested)) { in llcp_dlc_proc_rr_rnr_pdu()
1128 if ((old_remote_busy) && (!p_dlcb->is_tx_congested)) { in llcp_dlc_proc_rr_rnr_pdu()
Dllcp_link.cc656 (llcp_cb.dlcb[idx].is_tx_congested == false)) { in llcp_link_check_congestion()
657 llcp_cb.dlcb[idx].is_tx_congested = true; in llcp_link_check_congestion()
772 (llcp_cb.dlcb[idx].is_tx_congested) && in llcp_link_check_uncongested()
774 llcp_cb.dlcb[idx].is_tx_congested = false; in llcp_link_check_uncongested()
Dllcp_api.cc1031 if ((p_dlcb->is_tx_congested) || (p_dlcb->remote_busy)) { in LLCP_IsDataLinkCongested()
1039 p_dlcb->is_tx_congested = true; in LLCP_IsDataLinkCongested()
/system/nfc/src/nfc/include/
Dllcp_int.h190 bool is_tx_congested; /* TRUE if tx I PDU is congested */ member