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

/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 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.cpp41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 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.cpp41 const JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 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.cpp275 const char* className, const JNINativeMethod* gMethods, int numMethods)
277 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
274 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument

Completed in 1881 milliseconds