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 414 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
444 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
508 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
742 nfc_cb.nci_cmd_window = NCI_MAX_CMD_WINDOW;
    [all...]
nfc_ncif.c 63 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
76 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)
292 nfc_cb.nci_cmd_window--;
299 if (nfc_cb.nci_cmd_window == NCI_MAX_CMD_WINDOW)
312 nfc_cb.nci_cmd_window = 0;
329 nfc_cb.nci_cmd_window = 0;
    [all...]
  /external/libnfc-nci/src/nfc/int/
nfc_int.h 186 UINT8 nci_cmd_window; /* Number of commands the controller can accecpt without waiting for response */ member in struct:__anon9457

Completed in 20 milliseconds