• Home
  • Raw
  • Download

Lines Matching refs:psNdefMap

207              (uint8_t)gpphLibContext->ndef_cntx.psNdefMap  in phLibNfc_Ndef_Read()
227 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Read()
237 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Read()
304 … if (gpphLibContext->psBufferedAuth != NULL && gpphLibContext->ndef_cntx.psNdefMap != NULL) { in phLibNfc_Ndef_Read_Cb()
306 gpphLibContext->ndef_cntx.psNdefMap->StdMifareContainer.currentBlock; in phLibNfc_Ndef_Read_Cb()
463 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap in phLibNfc_Ndef_Write()
487 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Write()
496 RetVal = phFriNfc_NdefMap_EraseNdef(gpphLibContext->ndef_cntx.psNdefMap); in phLibNfc_Ndef_Write()
503 RetVal=phFriNfc_NdefMap_WrNdef(gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_Write()
553 … if (gpphLibContext->psBufferedAuth != NULL && gpphLibContext->ndef_cntx.psNdefMap != NULL) { in phLibNfc_Ndef_Write_Cb()
555 gpphLibContext->ndef_cntx.psNdefMap->TLVStruct.NdefTLVBlock; in phLibNfc_Ndef_Write_Cb()
639 if(NULL == gpphLibContext->ndef_cntx.psNdefMap) in phLibNfc_Ndef_Init()
642 gpphLibContext->ndef_cntx.psNdefMap = (phFriNfc_NdefMap_t *) in phLibNfc_Ndef_Init()
645 if(NULL != gpphLibContext->ndef_cntx.psNdefMap) in phLibNfc_Ndef_Init()
648 (void)memset(gpphLibContext->ndef_cntx.psNdefMap,0,sizeof(phFriNfc_NdefMap_t)); in phLibNfc_Ndef_Init()
650 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf = in phLibNfc_Ndef_Init()
654 if(NULL != gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf) in phLibNfc_Ndef_Init()
656 (void)memset(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_Ndef_Init()
709 if(gpphLibContext->ndef_cntx.psNdefMap !=NULL) in phLibNfc_Ndef_DeInit()
711 if(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf !=NULL) in phLibNfc_Ndef_DeInit()
713 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf); in phLibNfc_Ndef_DeInit()
714 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf=NULL; in phLibNfc_Ndef_DeInit()
716 phOsalNfc_FreeMemory(gpphLibContext->ndef_cntx.psNdefMap); in phLibNfc_Ndef_DeInit()
717 gpphLibContext->ndef_cntx.psNdefMap =NULL; in phLibNfc_Ndef_DeInit()
796 RetVal = phFriNfc_NdefMap_Reset( gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_CheckNdef()
800 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_Ndef_CheckNdef()
802 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_Ndef_CheckNdef()
811 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_CheckNdef()
817 RetVal = phFriNfc_NdefMap_ChkNdef(gpphLibContext->ndef_cntx.psNdefMap); in phLibNfc_Ndef_CheckNdef()
901 pLibNfc_Ctxt->ndef_cntx.psNdefMap, in phLibNfc_Ndef_CheckNdef_Cb()
945 pLibNfc_Ctxt->ndef_cntx.psNdefMap, in phLibNfc_Ndef_CheckNdef_Cb()
991 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap in phLibNfc_Ndef_CheckNdef_Cb()
1011 switch (pLibNfc_Ctxt->ndef_cntx.psNdefMap->CardState) in phLibNfc_Ndef_CheckNdef_Cb()
1103 (uint8_t)gpphLibContext->ndef_cntx.psNdefMap in phLibNfc_Ndef_ChkNdef_Pchk_Cb()
1311 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_RemoteDev_FormatNdef()
1415 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_ConvertToReadOnlyNdef()
1430 gpphLibContext->ndef_cntx.psNdefMap, mif_std_key); in phLibNfc_ConvertToReadOnlyNdef()
1444 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_ConvertToReadOnlyNdef()
1472 ret_val = phFriNfc_NdefMap_Reset (gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_ConvertToReadOnlyNdef()
1476 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_ConvertToReadOnlyNdef()
1478 gpphLibContext->ndef_cntx.psNdefMap->SendRecvBuf, in phLibNfc_ConvertToReadOnlyNdef()
1488 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_ConvertToReadOnlyNdef()
1495 gpphLibContext->ndef_cntx.psNdefMap); in phLibNfc_ConvertToReadOnlyNdef()
1643 gpphLibContext->ndef_cntx.psNdefMap->CardState = in phLibNfc_Ndef_ReadOnly_Cb()
1974 gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_SearchNdefContent()
1982 RetVal = phFriNfc_NdefMap_RdNdef(gpphLibContext->ndef_cntx.psNdefMap, in phLibNfc_Ndef_SearchNdefContent()