Searched defs:jniRegisterNativeMethods (Results 1 - 3 of 3) sorted by relevance
/external/conscrypt/src/compat/native/ |
H A D | JNIHelp.cpp | 69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, function
|
H A D | JNIHelp.h | 45 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 D | JNIHelp.cpp | 67 extern "C" int jniRegisterNativeMethods(JNIEnv* env, const char* className, function
|
Completed in 676 milliseconds