HomeSort by relevance Sort by last modified time
    Searched defs:nxp_nfc_fw (Results 1 - 2 of 2) sorted by null

  /external/libnfc-nxp/src/
phHal4Nfc.c 312 const unsigned char *nxp_nfc_fw = NULL; variable
330 p = dlsym(handle, "nxp_nfc_fw");
332 ALOGE("Could not link nxp_nfc_fw");
335 nxp_nfc_fw = (unsigned char *)p;
    [all...]
  /external/libnfc-nci/halimpl/pn54x/dnld/
phDnldNfc_Internal.h 155 const uint8_t *nxp_nfc_fw; /* Pointer to firmware version from image */ member in struct:phDnldNfc_DlContext

Completed in 76 milliseconds