Searched refs:gMethods (Results 1 - 25 of 81) 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));
/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_text_AndroidBidi.cpp59 static const JNINativeMethod gMethods[] = { member in namespace:android
65 return RegisterMethodsOrDie(env, "android/text/AndroidBidi", 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_os_UEventObserver.cpp106 static const JNINativeMethod gMethods[] = { member in namespace:android
122 return RegisterMethodsOrDie(env, "android/os/UEventObserver", 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 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_media_ToneGenerator.cpp126 static const JNINativeMethod gMethods[] = { variable
142 return RegisterMethodsOrDie(env, "android/media/ToneGenerator", 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));
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_media_RemoteDisplay.cpp180 static const JNINativeMethod gMethods[] = { member in namespace:android
193 int err = RegisterMethodsOrDie(env, "android/media/RemoteDisplay", gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp188 static const JNINativeMethod gMethods[] = { member in namespace:android
195 return RegisterMethodsOrDie(env, "android/net/TrafficStats", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp110 static const JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AmrInputStream.cpp122 static const JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods));
/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/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp133 static const JNINativeMethod gMethods[] = { member in namespace:android
146 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) {

Completed in 457 milliseconds

1234