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

  /system/nfc/src/nfc/nci/
nci_hmsgs.cc 50 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_RESET;
81 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_INIT(nci_version);
115 p->len = NCI_MSG_HDR_SIZE + num_ids + 1;
148 p->len = NCI_MSG_HDR_SIZE + tlv_size + 1;
197 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CREATE;
233 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_CON_CLOSE;
268 NCI_MSG_HDR_SIZE + NCI_PARAM_SIZE_DISCOVER_NFCEE(NFC_GetNCIVersion());
301 p->len = NCI_MSG_HDR_SIZE + NCI_CORE_PARAM_SIZE_NFCEE_MODE_SET;
335 p->len = NCI_MSG_HDR_SIZE + 0;
384 p->len = NCI_MSG_HDR_SIZE + *p_size
    [all...]
  /system/nfc/src/nfc/nfc/
nfc_vs.cc 153 p_data->offset -= NCI_MSG_HDR_SIZE;
158 p_data->len += NCI_MSG_HDR_SIZE;
nfc_ncif.cc 263 memcpy(nfc_cb.last_cmd, ps + NCI_MSG_HDR_SIZE, NFC_SAVED_CMD_SIZE);
783 p += NCI_MSG_HDR_SIZE;
    [all...]
nfc_main.cc 207 NCI_MSG_HDR_SIZE + 1;
    [all...]
  /system/nfc/src/adaptation/
debug_nfcsnoop.cc 128 nfcsnoop_cb(p, p[2] + NCI_MSG_HDR_SIZE, is_received, timestamp);
  /system/nfc/src/include/
nci_defs.h 32 #define NCI_MSG_HDR_SIZE 3 /* per NCI spec */
559 ((NFC_HDR*)GKI_getbuf((uint16_t)(NFC_HDR_SIZE + NCI_MSG_HDR_SIZE + \

Completed in 75 milliseconds