Searched refs:DataCount (Results 1 – 3 of 3) sorted by relevance
114 if (NdefMap->DataCount != NULL) { in phNxpExtns_MfcModuleDeInit()115 free(NdefMap->DataCount); in phNxpExtns_MfcModuleDeInit()116 NdefMap->DataCount = NULL; in phNxpExtns_MfcModuleDeInit()216 NdefMap->DataCount = (uint16_t*)malloc(sizeof(uint16_t)); in phNxpExtns_MfcModuleInit()217 if (NULL == NdefMap->DataCount) { in phNxpExtns_MfcModuleInit()220 memset(NdefMap->DataCount, 0, sizeof(uint16_t)); in phNxpExtns_MfcModuleInit()500 *pNdefMap->DataCount = 0; in phFriNfc_ValidateParams()760 *NdefMap->DataCount = 0x00; in Mfc_WriteNdef()
1031 *NdefMap->DataCount = (Temp16Bytes - PH_FRINFC_MIFARESTD_VAL1); in phFriNfc_MifStd_H_WrABlock()1039 *NdefMap->DataCount = (Temp16Bytes - PH_FRINFC_MIFARESTD_VAL1); in phFriNfc_MifStd_H_WrABlock()1062 *NdefMap->DataCount = (Temp16Bytes - PH_FRINFC_MIFARESTD_VAL1); in phFriNfc_MifStd_H_WrABlock()1072 *NdefMap->DataCount = (Temp16Bytes - PH_FRINFC_MIFARESTD_VAL1); in phFriNfc_MifStd_H_WrABlock()3663 *NdefMap->DataCount = in phFriNfc_MifStd_H_fillSendBuf()3764 if (*NdefMap->DataCount < PH_FRINFC_MIFARESTD_BLOCK_BYTES) { in phFriNfc_MifStd_H_ProWrTLV()3766 NdefMap->StdMifareContainer.internalLength = *NdefMap->DataCount; in phFriNfc_MifStd_H_ProWrTLV()4475 NdefMap->StdMifareContainer.internalLength = *NdefMap->DataCount; in phFriNfc_MifStd_H_ProWrABlock()4507 NdefMap->StdMifareContainer.Buffer, *NdefMap->DataCount); in phFriNfc_MifStd_H_ProWrABlock()4509 NdefMap->StdMifareContainer.internalLength = *NdefMap->DataCount; in phFriNfc_MifStd_H_ProWrABlock()
374 uint16_t* DataCount; member