HomeSort by relevance Sort by last modified time
    Searched defs:jniRegisterNativeMethods (Results 1 - 4 of 4) sorted by null

  /external/conscrypt/src/compat/native/
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) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
JNIHelp.cpp 69 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,
  /libnativehelper/include/nativehelper/
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) {
123 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /libnativehelper/
JNIHelp.cpp 70 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,

Completed in 141 milliseconds