HomeSort by relevance Sort by last modified time
    Searched full:techtypes (Results 1 - 1 of 1) sorted by null

  /packages/apps/Nfc/jni/
com_android_nfc.cpp 286 jintArray techTypes = nfc_jni_get_nfc_tag_type(e, o);
288 if ((connectedTechIndex != -1) && (techTypes != NULL) &&
289 (connectedTechIndex < e->GetArrayLength(techTypes))) {
290 jint* technologies = e->GetIntArrayElements(techTypes, 0);
293 e->ReleaseIntArrayElements(techTypes, technologies, JNI_ABORT);
362 jintArray techtypes; local
367 /* Read the techtypes */
368 techtypes = (jintArray) e->GetObjectField(o, f);
370 return techtypes;

Completed in 8075 milliseconds