Searched refs:nfc_jni_get_nat (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Nfc/nxp/jni/ |
D | com_android_nfc_NativeNfcManager.cpp | 1353 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_disableDiscovery() 1370 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_enableDiscovery() 1666 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_initialize() 1719 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_deinitialize() 1804 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doCheckLlcp() 1886 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doCreateLlcpConnectionlessSocket() 1993 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doCreateLlcpServiceSocket() 2121 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doCreateLlcpSocket() 2238 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doSetP2pInitiatorModes() 2247 nat = nfc_jni_get_nat(e, o); in com_android_nfc_NfcManager_doSetP2pTargetModes() [all …]
|
D | com_android_nfc.h | 239 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv *e, jobject o);
|
D | com_android_nfc.cpp | 153 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv *e, jobject o) in nfc_jni_get_nat() function
|
/packages/apps/Nfc/nci/jni/ |
D | NfcJniUtil.h | 162 struct nfc_jni_native_data* nfc_jni_get_nat (JNIEnv *e, jobject o);
|
D | NfcJniUtil.cpp | 136 struct nfc_jni_native_data* nfc_jni_get_nat(JNIEnv *e, jobject o) in nfc_jni_get_nat() function
|
D | NativeNfcManager.cpp | 169 sCachedNat = nfc_jni_get_nat(e, o); in getNative()
|