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

  /external/libnfc-nxp/inc/
phNfcStatus.h 64 * \note The macro is not required for the \ref NFCSTATUS_SUCCESS value. This is the only
72 ( ((phNfcStatus) == (NFCSTATUS_SUCCESS)) ? (NFCSTATUS_SUCCESS) : \
93 * except for the value \ref NFCSTATUS_SUCCESS.
99 #define NFCSTATUS_SUCCESS (0x0000)
  /external/libnfc-nci/halimpl/pn54x/common/
phNfcStatus.h 39 * The macro is not required for the NFCSTATUS_SUCCESS value.
46 ( ((phNfcStatus) == (NFCSTATUS_SUCCESS)) ? (NFCSTATUS_SUCCESS) : \
72 #define NFCSTATUS_SUCCESS (0x0000)
77 #define NFCSTATUS_OK (NFCSTATUS_SUCCESS)
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 92 #define NFCSTATUS_SUCCESS (0x0000)

Completed in 167 milliseconds