Searched defs:gMethods (Results 26 - 50 of 80) sorted by relevance

1234

/frameworks/base/core/jni/
H A Dandroid_view_DisplayEventReceiver.cpp162 static const JNINativeMethod gMethods[] = { member in namespace:android
175 int res = RegisterMethodsOrDie(env, "android/view/DisplayEventReceiver", gMethods,
176 NELEM(gMethods));
H A Dandroid_view_TextureView.cpp196 static const JNINativeMethod gMethods[] = { member in namespace:android
219 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_graphics_drawable_AnimatedVectorDrawable.cpp169 static const JNINativeMethod gMethods[] = { member in namespace:android
194 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_net_LocalSocketImpl.cpp498 static const JNINativeMethod gMethods[] = { member in namespace:android
560 "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));
H A Dandroid_text_StaticLayout.cpp185 static const JNINativeMethod gMethods[] = { member in namespace:android
211 return RegisterMethodsOrDie(env, "android/text/StaticLayout", gMethods, NELEM(gMethods));
H A Dandroid_util_EventLog.cpp286 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { member in namespace:android
302 for (int i = 0; i < NELEM(gMethods); ++i) {
303 *gMethods[i].id = GetMethodIDOrDie(env,
304 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
H A Dandroid_view_GraphicBuffer.cpp271 static const JNINativeMethod gMethods[] = { member in namespace:android
297 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_view_InputEventReceiver.cpp398 static const JNINativeMethod gMethods[] = { member in namespace:android
413 gMethods, NELEM(gMethods));
H A Dandroid_view_InputEventSender.cpp292 static const JNINativeMethod gMethods[] = { member in namespace:android
306 int res = RegisterMethodsOrDie(env, "android/view/InputEventSender", gMethods, NELEM(gMethods));
H A Dandroid_view_RenderNodeAnimator.cpp196 static const JNINativeMethod gMethods[] = { member in namespace:android
222 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_net_NetworkStatsFactory.cpp293 static const JNINativeMethod gMethods[] = { member in namespace:android
301 "com/android/internal/net/NetworkStatsFactory", gMethods,
302 NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_AmrInputStream.cpp122 static const JNINativeMethod gMethods[] = { variable
136 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaHTTPConnection.cpp157 static const JNINativeMethod gMethods[] = { variable
176 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpServer.cpp182 static const JNINativeMethod gMethods[] = { variable
248 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
H A Dandroid_media_ExifInterface.cpp410 static JNINativeMethod gMethods[] = { variable
425 gMethods,
426 NELEM(gMethods));
H A Dandroid_media_MediaCodecList.cpp289 static const JNINativeMethod gMethods[] = { variable
313 "android/media/MediaCodecList", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCrypto.cpp315 static const JNINativeMethod gMethods[] = { variable
337 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
/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/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp207 static const JNINativeMethod gMethods[] = { member in namespace:android
213 return jniRegisterNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/services/tests/servicestests/jni/
H A Dapf_jni.cpp169 static JNINativeMethod gMethods[] = { local
179 gMethods, ARRAY_SIZE(gMethods));
/frameworks/ex/framesequence/jni/
H A DFrameSequenceJNI.cpp140 static JNINativeMethod gMethods[] = { variable
187 return env->RegisterNatives(gFrameSequenceClassInfo.clazz, gMethods, METHOD_COUNT(gMethods));

Completed in 437 milliseconds

1234