Searched refs:numMethods (Results 1 – 10 of 10) sorted by relevance
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/ |
H A D | native.cpp | 44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/ |
H A D | native.cpp | 44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/aosp14/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/ |
H A D | native.cpp | 44 const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/aosp14/frameworks/base/apct-tests/perftests/core/jni/ |
H A D | SystemPerfTest.cpp | 89 const JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 94 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
|
/aosp14/frameworks/base/libs/hwui/jni/ |
H A D | graphics_jni_helpers.h | 84 const JNINativeMethod* gMethods, int numMethods) { in RegisterMethodsOrDie() argument 85 int res = jniRegisterNativeMethods(env, className, gMethods, numMethods); in RegisterMethodsOrDie()
|
/aosp14/frameworks/base/core/jni/ |
H A D | core_jni_helpers.h | 87 const JNINativeMethod* gMethods, int numMethods) { in RegisterMethodsOrDie() argument 88 int res = AndroidRuntime::registerNativeMethods(env, className, gMethods, numMethods); in RegisterMethodsOrDie()
|
H A D | com_android_internal_os_KernelCpuUidBpfMapReader.cpp | 164 int numMethods; member 187 ret = RegisterMethodsOrDie(env, fullName.c_str(), m.methods, m.numMethods); in register_com_android_internal_os_KernelCpuUidBpfMapReader()
|
H A D | LayoutlibLoader.cpp | 173 const char* className, const JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument 174 return jniRegisterNativeMethods(env, className, gMethods, numMethods); in registerNativeMethods()
|
H A D | AndroidRuntime.cpp | 323 const char* className, const JNINativeMethod* gMethods, int numMethods) in registerNativeMethods() argument 325 return jniRegisterNativeMethods(env, className, gMethods, numMethods); in registerNativeMethods()
|
/aosp14/frameworks/base/core/jni/include/android_runtime/ |
H A D | AndroidRuntime.h | 52 const char* className, const JNINativeMethod* gMethods, int numMethods);
|