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.cpp311 jintArray libNfcTypes = (jintArray) e->GetObjectField(o, f); in nfc_jni_get_connected_technology_libnfc_type() local
313 if ((connectedTechIndex != -1) && (libNfcTypes != NULL) && in nfc_jni_get_connected_technology_libnfc_type()
314 (connectedTechIndex < e->GetArrayLength(libNfcTypes))) { in nfc_jni_get_connected_technology_libnfc_type()
315 jint* types = e->GetIntArrayElements(libNfcTypes, 0); in nfc_jni_get_connected_technology_libnfc_type()
318 e->ReleaseIntArrayElements(libNfcTypes, types, JNI_ABORT); in nfc_jni_get_connected_technology_libnfc_type()