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

  /system/nfc/src/nfc/include/
llcp_int.h 190 bool is_tx_congested; /* TRUE if tx I PDU is congested */ member in struct:__anon3565
  /system/nfc/src/nfc/llcp/
llcp_dlc.cc 442 if ((p_dlcb->is_tx_congested) || (llcp_cb.overall_tx_congested) ||
454 p_dlcb->is_tx_congested = true;
    [all...]
llcp_link.cc 657 (llcp_cb.dlcb[idx].is_tx_congested == false)) {
658 llcp_cb.dlcb[idx].is_tx_congested = true;
773 (llcp_cb.dlcb[idx].is_tx_congested) &&
775 llcp_cb.dlcb[idx].is_tx_congested = false;
    [all...]
llcp_api.cc     [all...]

Completed in 416 milliseconds