Home
last modified time | relevance | path

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

/system/nfc/src/nfc/llcp/
Dllcp_util.cc239 (llcp_cb.dlcb[idx].is_rx_congested == false)) { in llcp_util_check_rx_congested_status()
259 (llcp_cb.dlcb[idx].is_rx_congested == false)) { in llcp_util_check_rx_congested_status()
732 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_build_info_pdu()
806 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()
814 if ((p_dlcb->local_busy) || (p_dlcb->is_rx_congested) || in llcp_util_send_rr_rnr()
819 p_dlcb->local_busy, p_dlcb->is_rx_congested, in llcp_util_send_rr_rnr()
Dllcp_api.cc1170 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested) && in LLCP_ReadDataLinkData()
1173 p_dlcb->is_rx_congested = false; in LLCP_ReadDataLinkData()
1239 if ((!p_dlcb->local_busy) && (p_dlcb->is_rx_congested)) { in LLCP_FlushDataLinkRxData()
1241 p_dlcb->is_rx_congested = false; in LLCP_FlushDataLinkRxData()
Dllcp_dlc.cc1029 if ((!p_dlcb->is_rx_congested) && in llcp_dlc_proc_i_pdu()
1037 p_dlcb->is_rx_congested = true; in llcp_dlc_proc_i_pdu()
/system/nfc/src/nfc/include/
Dllcp_int.h193 bool is_rx_congested; /* TRUE if rx I PDU is congested */ member