Searched defs:jniRegisterNativeMethods (Results 1 - 2 of 2) 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);

Completed in 71 milliseconds