Home
last modified time | relevance | path

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

/external/libnfc-nci/src/nfc/llcp/
Dllcp_util.c230 &&(llcp_cb.dlcb[idx].is_rx_congested == FALSE) ) in llcp_util_check_rx_congested_status()
252 &&(llcp_cb.dlcb[idx].is_rx_congested == FALSE) ) in llcp_util_check_rx_congested_status()
739 ||(p_dlcb->is_rx_congested) in llcp_util_build_info_pdu()
823 ||(p_dlcb->is_rx_congested) in llcp_util_send_rr_rnr()
833 ||(p_dlcb->is_rx_congested) in llcp_util_send_rr_rnr()
837 … p_dlcb->local_busy, p_dlcb->is_rx_congested, llcp_cb.overall_rx_congested); in llcp_util_send_rr_rnr()
Dllcp_api.c1269 &&(p_dlcb->is_rx_congested) in LLCP_ReadDataLinkData()
1273 p_dlcb->is_rx_congested = FALSE; in LLCP_ReadDataLinkData()
1350 &&(p_dlcb->is_rx_congested) ) in LLCP_FlushDataLinkRxData()
1353 p_dlcb->is_rx_congested = FALSE; in LLCP_FlushDataLinkRxData()
Dllcp_dlc.c1043 if ( (!p_dlcb->is_rx_congested) in llcp_dlc_proc_i_pdu()
1050 p_dlcb->is_rx_congested = TRUE; in llcp_dlc_proc_i_pdu()
/external/libnfc-nci/src/nfc/int/
Dllcp_int.h194 BOOLEAN is_rx_congested; /* TRUE if rx I PDU is congested */ member