Home | History | Annotate | Download | only in src

Lines Matching refs:phOsalNfc_GetMemory

205                 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t));            
215 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
217 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
461 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t));
471 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
473 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
631 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t));
643 phOsalNfc_GetMemory(sizeof(phFriNfc_NdefMap_t));
651 (uint8_t*) phOsalNfc_GetMemory(gpphLibContext->
661 phOsalNfc_GetMemory(sizeof(phFriNfc_OvrHal_t));
680 phOsalNfc_GetMemory(sizeof(phHal_sDevInputParam_t));
688 phOsalNfc_GetMemory(sizeof(phFriNfc_sNdefSmtCrdFmt_t));
989 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t));
999 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
1001 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
1101 phOsalNfc_GetMemory(sizeof(phLibNfc_sTransceiveInfo_t));
1111 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
1113 = (uint8_t *)phOsalNfc_GetMemory(MIFARE_STD_BLOCK_SIZE);
1734 NdefInfo.pNdefRecord = phOsalNfc_GetMemory
1809 pNdefRecord->Id = phOsalNfc_GetMemory(pNdefRecord->IdLength);
1810 pNdefRecord->Type = phOsalNfc_GetMemory(pNdefRecord->TypeLength);
1811 pNdefRecord->PayloadData = phOsalNfc_GetMemory(pNdefRecord->PayloadLength);
1944 gpphLibContext->phLib_NdefRecCntx.NdefCb = phOsalNfc_GetMemory(sizeof(phFriNfc_NdefReg_Cb_t));
1967 phOsalNfc_GetMemory(gpphLibContext->ndef_cntx.NdefActualSize);