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

  /system/nfc/src/nfc/nci/
nci_hmsgs.c 46 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_RESET);
77 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_INIT);
107 p = NCI_GET_CMD_BUF(num_ids);
140 p = NCI_GET_CMD_BUF(tlv_size + 1);
189 p = NCI_GET_CMD_BUF(size);
225 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_CON_CLOSE);
259 p = NCI_GET_CMD_BUF(NCI_PARAM_SIZE_DISCOVER_NFCEE);
291 p = NCI_GET_CMD_BUF(NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET);
329 p = NCI_GET_CMD_BUF(size);
369 p = NCI_GET_CMD_BUF(NCI_DISCOVER_PARAM_SIZE_SELECT)
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_vs.c 95 p_data = NCI_GET_CMD_BUF(0);
nfc_ncif.c 184 p = NCI_GET_CMD_BUF(ulen);
    [all...]
  /system/nfc/src/hal/include/
nci_defs.h 602 #ifndef NCI_GET_CMD_BUF
605 #define NCI_GET_CMD_BUF(paramlen) ((NFC_HDR*)GKI_getpoolbuf(NFC_NCI_POOL_ID))
608 #define NCI_GET_CMD_BUF(paramlen) \
612 #endif /* NCI_GET_CMD_BUF */

Completed in 181 milliseconds