Home
last modified time | relevance | path

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

/packages/apps/Nfc/nxp/jni/
Dcom_android_nfc.cpp278 ScopedLocalRef<jintArray> libNfcTypes(e, (jintArray) e->GetObjectField(o, f)); in nfc_jni_get_connected_technology_libnfc_type() local
280 if ((connectedTechIndex != -1) && (libNfcTypes.get() != NULL) && in nfc_jni_get_connected_technology_libnfc_type()
281 (connectedTechIndex < e->GetArrayLength(libNfcTypes.get()))) { in nfc_jni_get_connected_technology_libnfc_type()
282 jint* types = e->GetIntArrayElements(libNfcTypes.get(), 0); in nfc_jni_get_connected_technology_libnfc_type()
285 e->ReleaseIntArrayElements(libNfcTypes.get(), types, JNI_ABORT); in nfc_jni_get_connected_technology_libnfc_type()