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

123

/frameworks/base/services/core/jni/
H A Dcom_android_server_SystemServer.cpp40 static JNINativeMethod gMethods[] = { member in namespace:android
48 gMethods, NELEM(gMethods));
/frameworks/base/core/jni/
H A Dcom_android_internal_util_VirtualRefBasePtr.cpp39 static JNINativeMethod gMethods[] = { member in namespace:android
45 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_database_SQLiteDebug.cpp59 static JNINativeMethod gMethods[] = member in namespace:android
86 gMethods, NELEM(gMethods));
H A Dandroid_os_SystemClock.cpp121 static JNINativeMethod gMethods[] = { member in namespace:android
139 "android/os/SystemClock", gMethods, NELEM(gMethods));
H A Dandroid_view_SurfaceSession.cpp59 static JNINativeMethod gMethods[] = { member in namespace:android
71 gMethods, NELEM(gMethods));
H A Dandroid_media_ToneGenerator.cpp126 static JNINativeMethod gMethods[] = { variable
153 "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_os_UEventObserver.cpp106 static JNINativeMethod gMethods[] = { member in namespace:android
129 "android/os/UEventObserver", gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidBidi.cpp59 static JNINativeMethod gMethods[] = { member in namespace:android
67 gMethods, NELEM(gMethods));
H A Dandroid_content_res_ObbScanner.cpp77 static JNINativeMethod gMethods[] = { member in namespace:android
105 return AndroidRuntime::registerNativeMethods(env, "android/content/res/ObbScanner", gMethods,
106 NELEM(gMethods));
H A Dandroid_graphics_Picture.cpp96 static JNINativeMethod gMethods[] = { member in namespace:android
109 return AndroidRuntime::registerNativeMethods(env, "android/graphics/Picture", gMethods, NELEM(gMethods));
H A Dandroid_text_AndroidCharacter.cpp181 static JNINativeMethod gMethods[] = { member in namespace:android
197 gMethods, NELEM(gMethods));
H A Dandroid_text_StaticLayout.cpp100 static JNINativeMethod gMethods[] = { member in namespace:android
107 gMethods, NELEM(gMethods));
H A Dandroid_view_HardwareLayer.cpp98 static JNINativeMethod gMethods[] = { member in namespace:android
113 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_view_animation_NativeInterpolatorFactoryHelper.cpp85 static JNINativeMethod gMethods[] = { member in namespace:android
101 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_animation_PropertyValuesHolder.cpp142 static JNINativeMethod gMethods[] = { member in namespace:android
172 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_util_Log.cpp140 static JNINativeMethod gMethods[] = { member in namespace:android
162 return AndroidRuntime::registerNativeMethods(env, "android/util/Log", gMethods, NELEM(gMethods));
H A Dcom_android_internal_os_ZygoteInit.cpp238 static JNINativeMethod gMethods[] = { member in namespace:android
262 "com/android/internal/os/ZygoteInit", gMethods, NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DCanvasProperty.cpp48 static JNINativeMethod gMethods[] = { member in namespace:android
56 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/opt/net/voip/src/jni/rtp/
H A DRtpStream.cpp96 JNINativeMethod gMethods[] = { member in namespace:__anon1458
108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
H A Dnative.cpp41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
H A Dnative.cpp41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
H A Dnative.cpp41 JNINativeMethod* gMethods, int numMethods)
50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
40 registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* gMethods, int numMethods) argument
/frameworks/base/media/jni/
H A Dandroid_media_ResampleInputStream.cpp110 static JNINativeMethod gMethods[] = { variable
120 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AmrInputStream.cpp122 static JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaHTTPConnection.cpp158 static JNINativeMethod gMethods[] = { variable
177 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));

Completed in 286 milliseconds

123