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

  /external/libnfc-nci/src/nfc/int/
nfc_int.h 184 BUFFER_Q nci_cmd_xmit_q; /* NCI command queue */ member in struct:__anon13149
  /external/libnfc-nci/src/nfc/nfc/
nfc_ncif.c 264 if ((nfc_cb.nci_cmd_xmit_q.count) || (nfc_cb.nci_cmd_window == 0))
266 GKI_enqueue (&nfc_cb.nci_cmd_xmit_q, p_buf);
276 p_buf = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q);
    [all...]
nfc_main.c 519 while ((p_msg = (BT_HDR *)GKI_dequeue (&nfc_cb.nci_cmd_xmit_q)) != NULL)
    [all...]

Completed in 279 milliseconds