HomeSort by relevance Sort by last modified time
    Searched refs:overall_rx_congested (Results 1 - 4 of 4) sorted by null

  /external/libnfc-nci/src/nfc/llcp/
llcp_util.c 215 if (llcp_cb.overall_rx_congested)
224 llcp_cb.overall_rx_congested = FALSE;
246 llcp_cb.overall_rx_congested = TRUE;
740 ||(llcp_cb.overall_rx_congested) )
824 ||(llcp_cb.overall_rx_congested) )
834 ||(llcp_cb.overall_rx_congested) )
836 LLCP_TRACE_DEBUG3 ("llcp_util_send_rr_rnr (): local_busy=%d,is_rx_congested=%d,overall_rx_congested=%d",
837 p_dlcb->local_busy, p_dlcb->is_rx_congested, llcp_cb.overall_rx_congested);
llcp_dlc.c 224 if (llcp_cb.overall_rx_congested)
298 if (llcp_cb.overall_rx_congested)
    [all...]
llcp_link.c 416 llcp_cb.overall_rx_congested = FALSE;
    [all...]
  /external/libnfc-nci/src/nfc/int/
llcp_int.h 268 BOOLEAN overall_rx_congested; /* TRUE if overall rx link is congested */ member in struct:__anon28164

Completed in 36 milliseconds