HomeSort by relevance Sort by last modified time
    Searched refs:gMethods (Results 76 - 100 of 108) sorted by null

1 2 34 5

  /packages/apps/Nfc/jni/
com_android_nfc_NativeP2pDevice.cpp 469 static JNINativeMethod gMethods[] =
487 gMethods, NELEM(gMethods));
com_android_nfc_NativeNfcSecureElement.cpp 728 static JNINativeMethod gMethods[] =
746 gMethods, NELEM(gMethods));
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 509 static JNINativeMethod gMethods[] = {
606 kClassPathName, gMethods, NELEM(gMethods));
android_media_JetPlayer.cpp 479 static JNINativeMethod gMethods[] = {
539 kClassPathName, gMethods, NELEM(gMethods));
android_os_Debug.cpp 545 static JNINativeMethod gMethods[] = {
589 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
AndroidRuntime.cpp 224 static JNINativeMethod gMethods[] = {
240 gMethods, NELEM(gMethods));
278 const char* className, const JNINativeMethod* gMethods, int numMethods)
280 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
android_net_LocalSocketImpl.cpp 884 static JNINativeMethod gMethods[] = {
957 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
android_media_AudioTrack.cpp     [all...]
android_text_format_Time.cpp 640 static JNINativeMethod gMethods[] = {
687 return AndroidRuntime::registerNativeMethods(env, "android/text/format/Time", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/
android_media_MediaRecorder.cpp 455 static JNINativeMethod gMethods[] = {
486 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
android_mtp_MtpDevice.cpp 404 static JNINativeMethod gMethods[] = {
627 "android/mtp/MtpDevice", gMethods, NELEM(gMethods));
android_media_MediaPlayer.cpp 760 static JNINativeMethod gMethods[] = {
810 "android/media/MediaPlayer", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/audioeffect/
android_media_Visualizer.cpp 481 static JNINativeMethod gMethods[] = {
503 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
android_media_AudioEffect.cpp 864 static JNINativeMethod gMethods[] = {
888 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /frameworks/base/services/jni/
com_android_server_connectivity_Vpn.cpp 451 static JNINativeMethod gMethods[] = {
470 gMethods, NELEM(gMethods));
  /external/svox/pico/compat/jni/
com_android_tts_compat_SynthProxy.cpp 619 static JNINativeMethod gMethods[] = {
705 env, "com/android/tts/compat/SynthProxy", gMethods, NELEM(gMethods)) < 0) {
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 464 static JNINativeMethod gMethods[] = {
541 gMethods, SK_ARRAY_COUNT(gMethods));
  /libcore/luni/src/main/native/
libcore_icu_NativeConverter.cpp 592 static JNINativeMethod gMethods[] = {
612 return jniRegisterNativeMethods(env, "libcore/icu/NativeConverter", gMethods, NELEM(gMethods));
libcore_icu_NativeDecimalFormat.cpp 351 static JNINativeMethod gMethods[] = {
370 return jniRegisterNativeMethods(env, "libcore/icu/NativeDecimalFormat", gMethods, NELEM(gMethods));
libcore_io_Memory.cpp 327 static JNINativeMethod gMethods[] = {
355 return jniRegisterNativeMethods(env, "libcore/io/Memory", gMethods, NELEM(gMethods));
java_lang_StringToReal.cpp 1007 static JNINativeMethod gMethods[] = {
1012 return jniRegisterNativeMethods(env, "java/lang/StringToReal", gMethods, NELEM(gMethods));
  /dalvik/libnativehelper/
JNIHelp.cpp 67 const JNINativeMethod* gMethods, int numMethods)
79 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /external/srec/srec_jni/
android_speech_srec_Recognizer.cpp 543 static JNINativeMethod gMethods[] = {
629 if (env->RegisterNatives(clazz, gMethods,
630 sizeof(gMethods) / sizeof(gMethods[0])) < 0) {
  /external/jhead/
main.c 732 JNINativeMethod* gMethods, int numMethods)
742 if ((*env)->RegisterNatives(env, clazz, gMethods, numMethods) < 0) {
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 1041 JNINativeMethod gMethods[] = {
1062 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {

Completed in 459 milliseconds

1 2 34 5