HomeSort by relevance Sort by last modified time
    Searched refs:NFCSTATUS (Results 126 - 141 of 141) sorted by null

1 2 3 4 56

  /external/libnfc-nxp/src/
phHciNfc_Generic.h 299 typedef NFCSTATUS (*pphHciNfc_Pipe_Receive_t) (
565 NFCSTATUS prev_status;
691 NFCSTATUS error_status;
768 NFCSTATUS
    [all...]
phFriNfc_NdefRecord.c 87 NFCSTATUS phFriNfc_NdefRecord_GetRecords( uint8_t *Buffer,
93 NFCSTATUS Status = NFCSTATUS_SUCCESS;
463 NFCSTATUS phFriNfc_NdefRecord_Parse(phFriNfc_NdefRecord_t *Record,
466 NFCSTATUS Status = NFCSTATUS_SUCCESS;
548 NFCSTATUS phFriNfc_NdefRecord_Generate(phFriNfc_NdefRecord_t *Record,
759 static NFCSTATUS phFriNfc_NdefRecord_RecordIDCheck ( uint8_t *Record,
767 NFCSTATUS Status = NFCSTATUS_SUCCESS;
    [all...]
phHal4Nfc_ADD.c 41 NFCSTATUS phHal4Nfc_ConfigParameters(
49 NFCSTATUS CfgStatus = NFCSTATUS_SUCCESS;
189 NFCSTATUS phHal4Nfc_ConfigureDiscovery(
197 NFCSTATUS CfgStatus = NFCSTATUS_SUCCESS;
351 NFCSTATUS Status = ((phNfc_sCompletionInfo_t *)pInfo)->status;
425 NFCSTATUS status = NFCSTATUS_SUCCESS;
    [all...]
phLlcNfc_Interface.c 80 NFCSTATUS
86 NFCSTATUS result = NFCSTATUS_SUCCESS;
124 NFCSTATUS
132 NFCSTATUS result = NFCSTATUS_SUCCESS;
149 NFCSTATUS
157 NFCSTATUS result = NFCSTATUS_PENDING;
211 NFCSTATUS
218 NFCSTATUS result = NFCSTATUS_PENDING;
291 NFCSTATUS result = NFCSTATUS_SUCCESS;
659 NFCSTATUS result = NFCSTATUS_SUCCESS
    [all...]
phHal4Nfc_P2P.c 59 NFCSTATUS
68 NFCSTATUS RetStatus = NFCSTATUS_PENDING;
182 NFCSTATUS
190 NFCSTATUS RetStatus = NFCSTATUS_PENDING;
289 NFCSTATUS RecvDataBufferStatus = NFCSTATUS_PENDING;
327 NFCSTATUS SendStatus = ((phNfc_sCompletionInfo_t *)pInfo)->status;
336 SendStatus = (NFCSTATUS)(NFC_INVALID_RELEASE_TYPE !=
469 NFCSTATUS RecvStatus = ((phNfc_sTransactionInfo_t *)pInfo)->status;
591 NFCSTATUS Status = NFCSTATUS_SUCCESS;
phLlcNfc_Timer.c 105 NFCSTATUS
110 NFCSTATUS result = PHNFCSTVAL(CID_NFC_LLC,
171 NFCSTATUS
177 NFCSTATUS result = NFCSTATUS_SUCCESS;
348 NFCSTATUS result = NFCSTATUS_SUCCESS;
610 NFCSTATUS result = NFCSTATUS_SUCCESS;
833 NFCSTATUS result = NFCSTATUS_SUCCESS;
899 NFCSTATUS result = NFCSTATUS_SUCCESS;
    [all...]
phHal4Nfc_Reader.c 70 NFCSTATUS phHal4Nfc_Connect(
77 NFCSTATUS RetStatus = NFCSTATUS_SUCCESS;
406 NFCSTATUS phHal4Nfc_Transceive(
414 NFCSTATUS RetStatus = NFCSTATUS_PENDING;
    [all...]
phFriNfc_LlcpUtils.c 32 NFCSTATUS phFriNfc_Llcp_DecodeTLV( phNfc_sData_t *psRawData,
82 NFCSTATUS phFriNfc_Llcp_EncodeTLV( phNfc_sData_t *psValueBuffer,
130 NFCSTATUS phFriNfc_Llcp_AppendTLV( phNfc_sData_t *psValueBuffer,
phFriNfc_OvrHalCmd.h 76 NFCSTATUS Status;
phFriNfc_MifStdFormat.h 434 NFCSTATUS phFriNfc_MfStd_Format(phFriNfc_sNdefSmtCrdFmt_t *NdefSmtCrdFmt, const uint8_t *ScrtKeyB);
460 NFCSTATUS Status);
phLlcNfc_DataTypes.h 591 NFCSTATUS write_status;
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcTag.cpp 42 static void nfc_jni_tag_rw_callback(void *pContext, NFCSTATUS status)
54 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status)
74 phLibNfc_ChkNdef_Info_t info, NFCSTATUS status)
101 phLibNfc_Handle /*hRemoteDev*/, NFCSTATUS status)
119 phLibNfc_Handle /*hRemoteDev*/, NFCSTATUS status)
134 phLibNfc_Handle /*handle*/, phNfc_sData_t *pResBuffer, NFCSTATUS status)
146 static void nfc_jni_presencecheck_callback(void *pContext, NFCSTATUS status)
156 static void nfc_jni_formatndef_callback(void *pContext, NFCSTATUS status)
166 static void nfc_jni_readonly_callback(void *pContext, NFCSTATUS status)
180 NFCSTATUS status
    [all...]
com_android_nfc.cpp 315 const char* nfc_jni_get_status_name(NFCSTATUS status)
320 NFCSTATUS code;
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_i2c.c 143 NFCSTATUS phDal4Nfc_i2c_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle)
phDal4Nfc_uart.c 160 NFCSTATUS phDal4Nfc_uart_open_and_configure(pphDal4Nfc_sConfig_t pConfig, void ** pLinkHandle)
163 NFCSTATUS nfcret = NFCSTATUS_SUCCESS;
  /external/libnfc-nxp/inc/
phNfcTypes.h 119 typedef uint16_t NFCSTATUS; /**< \ingroup grp_nfc_common
    [all...]

Completed in 657 milliseconds

1 2 3 4 56