Home
last modified time | relevance | path

Searched refs:gMethods (Results 1 – 2 of 2) sorted by relevance

/external/conscrypt/common/src/jni/main/cpp/conscrypt/
Djniutil.cc81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, in jniRegisterNativeMethods() argument
93 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) { in jniRegisterNativeMethods()
/external/conscrypt/common/src/jni/main/include/conscrypt/
Djniutil.h125 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,