Searched defs:gMethods (Results 1 - 25 of 80) sorted by relevance

1234

/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp40 static const JNINativeMethod gMethods[] = { member in namespace:android
48 gMethods, NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DCanvasProperty.cpp42 static const JNINativeMethod gMethods[] = { member in namespace:android
48 return RegisterMethodsOrDie(env, "android/graphics/CanvasProperty", gMethods,
49 NELEM(gMethods));
H A DMovie.cpp138 static const JNINativeMethod gMethods[] = { variable
164 return android::RegisterMethodsOrDie(env, "android/graphics/Movie", gMethods, NELEM(gMethods));
/frameworks/base/core/jni/
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp39 static const JNINativeMethod gMethods[] = { member in namespace:android
45 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_database_SQLiteDebug.cpp61 static const JNINativeMethod gMethods[] = member in namespace:android
78 gMethods, NELEM(gMethods));
H A Dandroid_os_SystemClock.cpp107 static const JNINativeMethod gMethods[] = { member in namespace:android
124 return RegisterMethodsOrDie(env, "android/os/SystemClock", gMethods, NELEM(gMethods));
H A Dandroid_view_SurfaceSession.cpp59 static const JNINativeMethod gMethods[] = { member in namespace:android
71 gMethods, NELEM(gMethods));
H A Dandroid_content_res_ObbScanner.cpp79 static const JNINativeMethod gMethods[] = { member in namespace:android
95 return RegisterMethodsOrDie(env, "android/content/res/ObbScanner", gMethods, NELEM(gMethods));
H A Dandroid_media_ToneGenerator.cpp126 static const JNINativeMethod gMethods[] = { variable
142 return RegisterMethodsOrDie(env, "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_os_UEventObserver.cpp106 static const JNINativeMethod gMethods[] = { member in namespace:android
122 return RegisterMethodsOrDie(env, "android/os/UEventObserver", gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidBidi.cpp59 static const JNINativeMethod gMethods[] = { member in namespace:android
65 return RegisterMethodsOrDie(env, "android/text/AndroidBidi", gMethods, NELEM(gMethods));
H A Dandroid_graphics_Picture.cpp94 static const JNINativeMethod gMethods[] = { member in namespace:android
107 return RegisterMethodsOrDie(env, "android/graphics/Picture", gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidCharacter.cpp181 static const JNINativeMethod gMethods[] = { member in namespace:android
196 return RegisterMethodsOrDie(env, "android/text/AndroidCharacter", gMethods, NELEM(gMethods));
H A Dandroid_util_jar_StrictJarFile.cpp156 static JNINativeMethod gMethods[] = { member in namespace:android
165 jniRegisterNativeMethods(env, "android/util/jar/StrictJarFile", gMethods, NELEM(gMethods));
H A Dandroid_view_HardwareLayer.cpp88 static const JNINativeMethod gMethods[] = { member in namespace:android
98 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp81 static const JNINativeMethod gMethods[] = { member in namespace:android
95 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
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 Dandroid_animation_PropertyValuesHolder.cpp142 static const JNINativeMethod gMethods[] = { member in namespace:android
171 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_util_Log.cpp126 static const JNINativeMethod gMethods[] = { member in namespace:android
144 return RegisterMethodsOrDie(env, "android/util/Log", gMethods, NELEM(gMethods));
H A Dandroid_util_PathParser.cpp102 static const JNINativeMethod gMethods[] = { member in namespace:android
115 return RegisterMethodsOrDie(env, "android/util/PathParser", gMethods, NELEM(gMethods));
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1617
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/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/media/jni/
H A Dandroid_media_ResampleInputStream.cpp110 static const JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));

Completed in 1481 milliseconds

1234