Home
last modified time | relevance | path

Searched refs:registry_info (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc_NativeNfcManager.cpp1377 …ret = phLibNfc_RemoteDev_NtfRegister(&nat->registry_info, nfc_jni_Discovery_notification_callback,… in com_android_nfc_NfcManager_enableDiscovery()
1385 nat->registry_info.Jewel==TRUE?"J":"", in com_android_nfc_NfcManager_enableDiscovery()
1386 nat->registry_info.MifareUL==TRUE?"UL":"", in com_android_nfc_NfcManager_enableDiscovery()
1387 nat->registry_info.MifareStd==TRUE?"Mi":"", in com_android_nfc_NfcManager_enableDiscovery()
1388 nat->registry_info.Felica==TRUE?"F":"", in com_android_nfc_NfcManager_enableDiscovery()
1389 nat->registry_info.ISO14443_4A==TRUE?"4A":"", in com_android_nfc_NfcManager_enableDiscovery()
1390 nat->registry_info.ISO14443_4B==TRUE?"4B":"", in com_android_nfc_NfcManager_enableDiscovery()
1391 nat->registry_info.NFC==TRUE?"P2P":"", in com_android_nfc_NfcManager_enableDiscovery()
1392 nat->registry_info.ISO15693==TRUE?"R":"", ret); in com_android_nfc_NfcManager_enableDiscovery()
1686 nat->registry_info.MifareUL = TRUE; in com_android_nfc_NfcManager_initialize()
[all …]
Dcom_android_nfc.h153 phLibNfc_Registry_Info_t registry_info; member