Searched defs:jniRegisterNativeMethods (Results 1 - 3 of 3) sorted by relevance

/external/conscrypt/src/compat/native/
H A DJNIHelp.cpp69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, function
H A DJNIHelp.h45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
122 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) { function
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
/external/conscrypt/src/openjdk/native/
H A DJNIHelp.cpp67 extern "C" int jniRegisterNativeMethods(JNIEnv* env, const char* className, function

Completed in 676 milliseconds