Searched refs:gMethods (Results 1 - 25 of 84) sorted by path

1234

/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/jni/
H A DAndroidRuntime.cpp287 const char* className, const JNINativeMethod* gMethods, int numMethods)
289 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
286 registerNativeMethods(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_app_admin_SecurityLog.cpp285 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { member in namespace:android
301 for (int i = 0; i < NELEM(gMethods); ++i) {
302 *gMethods[i].id = GetMethodIDOrDie(env,
303 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
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_database_SQLiteDebug.cpp61 static const JNINativeMethod gMethods[] = member in namespace:android
78 gMethods, NELEM(gMethods));
H A Dandroid_graphics_Canvas.cpp573 static const JNINativeMethod gMethods[] = { member in namespace:android
641 ret |= RegisterMethodsOrDie(env, "android/graphics/Canvas", 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_graphics_drawable_AnimatedVectorDrawable.cpp188 static const JNINativeMethod gMethods[] = { member in namespace:android
218 gMethods, NELEM(gMethods));
H A Dandroid_graphics_drawable_VectorDrawable.cpp352 static const JNINativeMethod gMethods[] = { member in namespace:android
416 return RegisterMethodsOrDie(env, "android/graphics/drawable/VectorDrawable", gMethods, NELEM(gMethods));
H A Dandroid_hardware_HardwareBuffer.cpp228 static const JNINativeMethod gMethods[] = { variable
247 int err = RegisterMethodsOrDie(env, kClassPathName, gMethods,
248 NELEM(gMethods));
H A Dandroid_hardware_Radio.cpp815 static JNINativeMethod gMethods[] = { variable
954 RegisterMethodsOrDie(env, kRadioManagerClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_hardware_SoundTrigger.cpp791 static const JNINativeMethod gMethods[] = { variable
928 RegisterMethodsOrDie(env, kSoundTriggerClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioRecord.cpp755 static const JNINativeMethod gMethods[] = { variable
840 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioSystem.cpp1767 static const JNINativeMethod gMethods[] = { variable
1967 RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_AudioTrack.cpp1230 static const JNINativeMethod gMethods[] = { variable
1327 int res = RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_JetPlayer.cpp491 static const JNINativeMethod gMethods[] = { variable
537 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
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_media_ToneGenerator.cpp126 static const JNINativeMethod gMethods[] = { variable
142 return RegisterMethodsOrDie(env, "android/media/ToneGenerator", gMethods, NELEM(gMethods));
H A Dandroid_net_LocalSocketImpl.cpp496 static const JNINativeMethod gMethods[] = { member in namespace:android
558 "android/net/LocalSocketImpl", 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/core/jni/android/graphics/
H A DBitmapFactory.cpp690 static const JNINativeMethod gMethods[] = { variable
760 gMethods, NELEM(gMethods));
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 DGraphicBuffer.cpp287 static const JNINativeMethod gMethods[] = { variable
318 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A DMovie.cpp138 static const JNINativeMethod gMethods[] = { variable
164 return android::RegisterMethodsOrDie(env, "android/graphics/Movie", gMethods, NELEM(gMethods));

Completed in 1525 milliseconds

1234