Searched refs:psRemoteDevInfo (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Nfc/jni/
H A Dcom_android_nfc_NativeNfcTag.cpp52 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status)
65 *ppRemoteDevInfo = psRemoteDevInfo;
293 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo)
318 if (psRemoteDevInfo->RemDevType == phNfc_eJewel_PICC) {
327 pollBytes = e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA));
328 e->SetByteArrayRegion(pollBytes, 0, sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA),
329 (jbyte *)psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.AtqA);
334 pollBytes = e->NewByteArray(sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.AppData)
335 + sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.ProtInfo));
336 e->SetByteArrayRegion(pollBytes, 0, sizeof(psRemoteDevInfo
50 nfc_jni_connect_callback(void *pContext, phLibNfc_Handle hRemoteDev, phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) argument
292 set_target_pollBytes(JNIEnv *e, jobject tag, phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo) argument
378 set_target_activationBytes(JNIEnv *e, jobject tag, phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo) argument
[all...]
H A Dcom_android_nfc_NativeP2pDevice.cpp44 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status)
52 psGeneralBytes->length = psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo_Length;
53 psGeneralBytes->buffer = (uint8_t*)malloc(psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo_Length);
54 psGeneralBytes->buffer = psRemoteDevInfo->RemoteDevInfo.NfcIP_Info.ATRInfo;
42 nfc_jni_connect_callback(void *pContext, phLibNfc_Handle hRemoteDev, phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) argument
H A Dcom_android_nfc_NativeNfcManager.cpp728 static phNfc_sData_t get_target_uid(phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo) argument
732 switch(psRemoteDevInfo->RemDevType)
738 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Uid;
739 uid.length = psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.UidLength;
743 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi;
744 uid.length = sizeof(psRemoteDevInfo->RemoteDevInfo.Iso14443B_Info.AtqB.AtqResInfo.Pupi);
747 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDm;
748 uid.length = psRemoteDevInfo->RemoteDevInfo.Felica_Info.IDmLength;
751 uid.buffer = psRemoteDevInfo->RemoteDevInfo.Jewel_Info.Uid;
752 uid.length = psRemoteDevInfo
[all...]
H A Dcom_android_nfc_NativeNfcSecureElement.cpp66 phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status)
135 psRemoteDevList[i].psRemoteDevInfo->RemDevType);
136 if (psRemoteDevList[i].psRemoteDevInfo->RemDevType == phNfc_eISO14443_A_PICC) {
162 SecureElementInfo = psRemoteDevList->psRemoteDevInfo;
64 com_android_nfc_jni_connect_callback(void *pContext, phLibNfc_Handle hRemoteDev, phLibNfc_sRemoteDevInformation_t *psRemoteDevInfo, NFCSTATUS status) argument
H A Dcom_android_nfc.cpp469 int type = devList[target].psRemoteDevInfo->RemDevType;
513 int sak = devList[target].psRemoteDevInfo->RemoteDevInfo.Iso14443A_Info.Sak;

Completed in 124 milliseconds