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

  /external/libnfc-nci/src/nfc/nfc/
nfc_main.c 418 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
448 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
512 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
746 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
    [all...]
nfc_ncif.c 64 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
77 nfc_cb.nci_cmd_window++;
261 if ((nfc_cb.nci_cmd_xmit_q.count) || (nfc_cb.nci_cmd_window == 0))
269 if (nfc_cb.nci_cmd_window > 0)
291 nfc_cb.nci_cmd_window--;
298 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
311 nfc_cb.nci_cmd_window = 0;
328 nfc_cb.nci_cmd_window = 0;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 187 UINT8 nci_cmd_window; /* Number of commands the controller can accecpt without waiting for response */ member in struct:__anon10626

Completed in 95 milliseconds