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;
449 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
513 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
747 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++;
263 if ((nfc_cb.nci_cmd_xmit_q.count) || (nfc_cb.nci_cmd_window == 0))
271 if (nfc_cb.nci_cmd_window > 0)
293 nfc_cb.nci_cmd_window--;
300 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
313 nfc_cb.nci_cmd_window = 0;
331 nfc_cb.nci_cmd_window = 0;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 189 UINT8 nci_cmd_window; /* Number of commands the controller can accecpt without waiting for response */ member in struct:__anon8066

Completed in 753 milliseconds