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

123

/frameworks/base/media/jni/
H A Dandroid_media_MediaHTTPConnection.cpp157 static JNINativeMethod gMethods[] = { variable
176 "android/media/MediaHTTPConnection", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpServer.cpp182 static JNINativeMethod gMethods[] = { variable
248 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodecList.cpp289 static JNINativeMethod gMethods[] = { variable
313 "android/media/MediaCodecList", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCrypto.cpp319 static JNINativeMethod gMethods[] = { variable
341 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaMuxer.cpp222 static JNINativeMethod gMethods[] = { variable
252 "android/media/MediaMuxer", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaScanner.cpp415 static JNINativeMethod gMethods[] = { variable
464 kClassMediaScanner, gMethods, NELEM(gMethods));
/frameworks/base/packages/services/PacProcessor/jni/
H A Dcom_android_pacprocessor_PacNative.cpp133 static JNINativeMethod gMethods[] = { member in namespace:android
146 gMethods, NELEM(gMethods));
/frameworks/base/services/core/jni/
H A Dcom_android_server_AssetAtlasService.cpp207 static JNINativeMethod gMethods[] = { member in namespace:android
213 return jniRegisterNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_server_connectivity_Vpn.cpp353 static JNINativeMethod gMethods[] = { member in namespace:android
372 gMethods, NELEM(gMethods));
/frameworks/ex/framesequence/jni/
H A DFrameSequenceJNI.cpp140 static JNINativeMethod gMethods[] = { variable
187 return env->RegisterNatives(gFrameSequenceClassInfo.clazz, gMethods, METHOD_COUNT(gMethods));
/frameworks/base/core/jni/
H A Dandroid_emoji_EmojiFactory.cpp228 static JNINativeMethod gMethods[] = { member in namespace:android
267 gMethods, NELEM(gMethods));
H A Dandroid_media_JetPlayer.cpp491 static JNINativeMethod gMethods[] = { variable
537 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_RemoteDisplay.cpp180 static JNINativeMethod gMethods[] = { member in namespace:android
193 int err = RegisterMethodsOrDie(env, "android/media/RemoteDisplay", gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp188 static JNINativeMethod gMethods[] = { member in namespace:android
195 return RegisterMethodsOrDie(env, "android/net/TrafficStats", gMethods, NELEM(gMethods));
H A Dandroid_text_StaticLayout.cpp183 static JNINativeMethod gMethods[] = { member in namespace:android
209 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_DisplayEventReceiver.cpp262 static JNINativeMethod gMethods[] = { member in namespace:android
275 int res = RegisterMethodsOrDie(env, "android/view/DisplayEventReceiver", gMethods,
276 NELEM(gMethods));
H A Dandroid_view_GraphicBuffer.cpp271 static JNINativeMethod gMethods[] = { member in namespace:android
297 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_view_InputEventReceiver.cpp398 static JNINativeMethod gMethods[] = { member in namespace:android
413 gMethods, NELEM(gMethods));
H A Dandroid_view_InputEventSender.cpp292 static JNINativeMethod gMethods[] = { member in namespace:android
306 int res = RegisterMethodsOrDie(env, "android/view/InputEventSender", gMethods, NELEM(gMethods));
H A Dandroid_view_RenderNodeAnimator.cpp196 static JNINativeMethod gMethods[] = { member in namespace:android
222 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dcom_android_internal_net_NetworkStatsFactory.cpp287 static JNINativeMethod gMethods[] = { member in namespace:android
295 "com/android/internal/net/NetworkStatsFactory", gMethods,
296 NELEM(gMethods));
H A Dandroid_net_LocalSocketImpl.cpp860 static JNINativeMethod gMethods[] = { member in namespace:android
932 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
H A Dandroid_view_DisplayListCanvas.cpp245 static JNINativeMethod gMethods[] = { member in namespace:android
282 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp236 static JNINativeMethod gMethods[] = { variable
332 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)

Completed in 751 milliseconds

123