Searched defs:numMethods (Results 1 - 6 of 6) sorted by relevance

/frameworks/base/apct-tests/perftests/core/jni/
H A DSystemPerfTest.cpp59 const JNINativeMethod* gMethods, int numMethods) {
64 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
58 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/jni/
H A Dcore_jni_helpers.h69 const JNINativeMethod* gMethods, int numMethods) {
70 int res = AndroidRuntime::registerNativeMethods(env, className, gMethods, numMethods);
68 RegisterMethodsOrDie(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A DAndroidRuntime.cpp293 const char* className, const JNINativeMethod* gMethods, int numMethods)
295 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
292 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
43 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
43 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp44 const JNINativeMethod* gMethods, int numMethods)
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
43 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument

Completed in 7560 milliseconds