Home | History | Annotate | Download | only in jni

Lines Matching refs:ndefInfo

1062 **                  ndefInfo: NDEF info.
1067 static jint nativeNfcTag_doCheckNdef (JNIEnv* e, jobject, jintArray ndefInfo)
1078 ndef = e->GetIntArrayElements (ndefInfo, 0);
1081 e->ReleaseIntArrayElements (ndefInfo, ndef, 0);
1118 ndef = e->GetIntArrayElements (ndefInfo, 0);
1127 e->ReleaseIntArrayElements (ndefInfo, ndef, 0);
1133 ndef = e->GetIntArrayElements (ndefInfo, 0);
1142 e->ReleaseIntArrayElements (ndefInfo, ndef, 0);