Home | History | Annotate | Download | only in src

Lines Matching defs:result

83     NFCSTATUS   result = NFCSTATUS_SUCCESS;
91 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT, NFCSTATUS_INVALID_PARAMETER);
162 return (result);
200 NFCSTATUS result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
215 result = phFriNfc_MfUL_ConvertToReadOnly (NdefSmtCrdFmt);
220 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
228 result = phFriNfc_Desfire_ConvertToReadOnly (NdefSmtCrdFmt);
236 result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
242 return result;
255 NFCSTATUS Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
296 Result = phFriNfc_MfUL_Format( NdefSmtCrdFmt);
300 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
304 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
320 Result = phFriNfc_MfStd_Format( NdefSmtCrdFmt, ScrtKeyB);
322 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
331 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
349 Result = phFriNfc_Desfire_Format(NdefSmtCrdFmt);
351 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
360 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
377 Result = phFriNfc_Topaz_Format(NdefSmtCrdFmt);
379 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
389 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
399 //Result = phFriNfc_Mockup_ChkNdef(NdefSmtCrdFmt);
406 Result = phFriNfc_ISO15693_Format (NdefSmtCrdFmt);
413 Result = PHNFCSTVAL(CID_FRI_NFC_NDEF_SMTCRDFMT,
418 return Result;