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 65 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
78 nfc_cb.nci_cmd_window++;
264 if ((nfc_cb.nci_cmd_xmit_q.count) || (nfc_cb.nci_cmd_window == 0))
272 if (nfc_cb.nci_cmd_window > 0)
294 nfc_cb.nci_cmd_window--;
301 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
314 nfc_cb.nci_cmd_window = 0;
332 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:__anon13149

Completed in 45 milliseconds