Searched refs:nativeAuthenticate (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_fingerprint_FingerprintService.cpp159 static jint nativeAuthenticate(JNIEnv* env, jobject clazz, jlong sessionId, jint groupId) { function in namespace:android
160 ALOG(LOG_VERBOSE, LOG_TAG, "nativeAuthenticate(sid=%" PRId64 ", gid=%d)\n", sessionId, groupId);
257 { "nativeAuthenticate", "(JI)I", (void*)nativeAuthenticate },

Completed in 57 milliseconds