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

123

/frameworks/base/core/jni/
H A Dandroid_media_JetPlayer.cpp479 static JNINativeMethod gMethods[] = { variable
539 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_RemoteDisplay.cpp159 static JNINativeMethod gMethods[] = { member in namespace:android
169 gMethods, NELEM(gMethods));
H A Dandroid_util_EventLog.cpp261 static struct { jclass *c; const char *name, *mt; jmethodID *id; } gMethods[] = { member in namespace:android
285 for (int i = 0; i < NELEM(gMethods); ++i) {
286 *gMethods[i].id = env->GetMethodID(
287 *gMethods[i].c, gMethods[i].name, gMethods[i].mt);
288 if (*gMethods[i].id == NULL) {
289 ALOGE("Can't find method: %s\n", gMethods[i].name);
H A Dandroid_view_DisplayEventReceiver.cpp247 static JNINativeMethod gMethods[] = { member in namespace:android
270 gMethods, NELEM(gMethods));
H A Dandroid_view_GLES20DisplayList.cpp191 static JNINativeMethod gMethods[] = { member in namespace:android
240 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_view_InputEventReceiver.cpp288 static JNINativeMethod gMethods[] = { member in namespace:android
312 gMethods, NELEM(gMethods));
H A Dandroid_view_TextureView.cpp192 static JNINativeMethod gMethods[] = { member in namespace:android
235 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_net_LocalSocketImpl.cpp884 static JNINativeMethod gMethods[] = { member in namespace:android
957 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
H A Dandroid_net_TrafficStats.cpp295 static JNINativeMethod gMethods[] = { member in namespace:android
318 gMethods, NELEM(gMethods));
H A Dcom_android_internal_content_NativeLibraryHelper.cpp380 static JNINativeMethod gMethods[] = { member in namespace:android
393 "com/android/internal/content/NativeLibraryHelper", gMethods, NELEM(gMethods));
H A Dandroid_media_AudioRecord.cpp533 static JNINativeMethod gMethods[] = { variable
630 kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_os_Debug.cpp577 static JNINativeMethod gMethods[] = { member in namespace:android
623 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
H A Dandroid_text_format_Time.cpp639 static JNINativeMethod gMethods[] = { member in namespace:android
686 return AndroidRuntime::registerNativeMethods(env, "android/text/format/Time", gMethods, NELEM(gMethods));
H A DAndroidRuntime.cpp207 static JNINativeMethod gMethods[] = { member in namespace:android
219 gMethods, NELEM(gMethods));
258 const char* className, const JNINativeMethod* gMethods, int numMethods)
260 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
257 registerNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods, int numMethods) argument
H A Dandroid_media_AudioTrack.cpp825 static JNINativeMethod gMethods[] = { variable
971 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/services/jni/
H A Dcom_android_server_connectivity_Vpn.cpp451 static JNINativeMethod gMethods[] = { member in namespace:android
470 gMethods, NELEM(gMethods));
/frameworks/base/media/jni/
H A Dandroid_media_MediaCrypto.cpp277 static JNINativeMethod gMethods[] = { variable
296 "android/media/MediaCrypto", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaScanner.cpp372 static JNINativeMethod gMethods[] = { variable
421 kClassMediaScanner, gMethods, NELEM(gMethods));
H A Dandroid_media_MediaRecorder.cpp455 static JNINativeMethod gMethods[] = { variable
486 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
H A Dandroid_mtp_MtpDevice.cpp404 static JNINativeMethod gMethods[] = { variable
627 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
H A Dandroid_media_MediaCodec.cpp796 static JNINativeMethod gMethods[] = { variable
843 "android/media/MediaCodec", gMethods, NELEM(gMethods));
/frameworks/base/media/jni/soundpool/
H A Dandroid_media_SoundPool.cpp219 static JNINativeMethod gMethods[] = { variable
319 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
/frameworks/base/media/jni/audioeffect/
H A Dandroid_media_AudioEffect.cpp864 static JNINativeMethod gMethods[] = { variable
888 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
H A Dandroid_media_Visualizer.cpp594 static JNINativeMethod gMethods[] = { variable
618 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
/frameworks/base/core/jni/android/graphics/
H A DBitmapFactory.cpp543 static JNINativeMethod gMethods[] = { variable
627 gMethods, SK_ARRAY_COUNT(gMethods));

Completed in 405 milliseconds

123