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

  /system/nfc/src/nfc/include/
llcp_int.h 116 bool is_ui_tx_congested; /* TRUE if transmitting UI PDU is congested */ member in struct:__anon3562
  /system/nfc/src/nfc/llcp/
llcp_link.cc 412 p_app_cb->is_ui_tx_congested = false;
638 if (!p_app_cb->is_ui_tx_congested) {
639 p_app_cb->is_ui_tx_congested = true;
727 (p_app_cb->is_ui_tx_congested) &&
730 p_app_cb->is_ui_tx_congested = false;
    [all...]
llcp_util.cc 273 if ((p_app_cb->is_ui_tx_congested) ||
280 p_app_cb->is_ui_tx_congested = true;
llcp_api.cc 609 (p_app_cb->is_ui_tx_congested)) {
619 p_app_cb->is_ui_tx_congested = true;
    [all...]

Completed in 1727 milliseconds