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

  /libnativehelper/include/nativehelper/
JNIHelp.h 45 int jniRegisterNativeMethods(C_JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods);
128 inline int jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) {
129 return jniRegisterNativeMethods(&env->functions, className, gMethods, numMethods);
  /art/benchmark/micro-native/
micro_native.cc 99 void jniRegisterNativeMethods(JNIEnv* env,
132 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_NormalOnly, NELEM(gMethods_NormalOnly));
133 jniRegisterNativeMethods(env, CLASS_NAME, gMethods, NELEM(gMethods));
134 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_Fast, NELEM(gMethods_Fast));
138 jniRegisterNativeMethods(env, CLASS_NAME, gMethods_Critical, NELEM(gMethods_Critical));
  /libnativehelper/
JNIHelp.cpp 124 extern "C" int jniRegisterNativeMethods(C_JNIEnv* env, const char* className,
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,

Completed in 259 milliseconds