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

1234

/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 Dandroid_os_SystemClock.cpp85 static const JNINativeMethod gMethods[] = { member in namespace:android
102 return RegisterMethodsOrDie(env, "android/os/SystemClock", gMethods, NELEM(gMethods));
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_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.cpp63 static const JNINativeMethod gMethods[] = { member in namespace:android
69 return RegisterMethodsOrDie(env, "android/text/AndroidBidi", gMethods, NELEM(gMethods));
H A Dandroid_view_SurfaceSession.cpp66 static const JNINativeMethod gMethods[] = { member in namespace:android
80 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_view_HardwareLayer.cpp87 static const JNINativeMethod gMethods[] = { member in namespace:android
97 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp95 static const JNINativeMethod gMethods[] = { member in namespace:android
110 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.cpp117 static const JNINativeMethod gMethods[] = { member in namespace:android
135 return RegisterMethodsOrDie(env, "android/util/Log", gMethods, NELEM(gMethods));
H A Dandroid_util_PathParser.cpp102 static const JNINativeMethod gMethods[] = { member in namespace:android
118 return RegisterMethodsOrDie(env, "android/util/PathParser", gMethods, NELEM(gMethods));
/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp68 static const JNINativeMethod gMethods[] = { member in namespace:android
77 gMethods, NELEM(gMethods));
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1955
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/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/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 306 milliseconds

1234