Searched refs:gMethods (Results 1 - 25 of 84) 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));
/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.cpp85 static const JNINativeMethod gMethods[] = { member in namespace:android
102 return RegisterMethodsOrDie(env, "android/os/SystemClock", 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_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.cpp87 static const JNINativeMethod gMethods[] = { member in namespace:android
97 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.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));
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_util_EventLog.cpp302 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { member in namespace:android
318 for (int i = 0; i < NELEM(gMethods); ++i) {
319 *gMethods[i].id = GetMethodIDOrDie(env,
320 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
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));
/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/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp110 static const JNINativeMethod gMethods[] = { variable
120 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:__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

Completed in 592 milliseconds

1234