Home
last modified time | relevance | path

Searched refs:numMethods (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/os/test-apps/StaticSharedNativeLibConsumer/jni/
Dversion.cpp34 JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
41 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()
/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp45 …isterNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) { in registerNativeMethods() argument
53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) { in registerNativeMethods()