Searched refs:libNfcTypes (Results 1 – 1 of 1) sorted by relevance
311 jintArray libNfcTypes = (jintArray) e->GetObjectField(o, f); in nfc_jni_get_connected_technology_libnfc_type() local313 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()