HomeSort by relevance Sort by last modified time
    Searched defs:gMethods (Results 76 - 98 of 98) sorted by null

1 2 34

  /packages/apps/Nfc/jni/
com_android_nfc_NativeNfcSecureElement.cpp 728 static JNINativeMethod gMethods[] =
746 gMethods, NELEM(gMethods));
com_android_nfc_NativeNfcTag.cpp     [all...]
com_android_nfc_NativeNfcManager.cpp     [all...]
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 310 static JNINativeMethod gMethods[] = {
378 JNINativeMethod* gMethods, int numMethods)
386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) {
407 gMethods, sizeof(gMethods) / sizeof(gMethods[0])))
  /frameworks/base/core/jni/android/graphics/
BitmapFactory.cpp 464 static JNINativeMethod gMethods[] = {
541 gMethods, SK_ARRAY_COUNT(gMethods));
  /frameworks/base/core/jni/
android_media_AudioRecord.cpp 509 static JNINativeMethod gMethods[] = {
606 kClassPathName, gMethods, NELEM(gMethods));
android_net_LocalSocketImpl.cpp 884 static JNINativeMethod gMethods[] = {
957 "android/net/LocalSocketImpl", gMethods, NELEM(gMethods));
android_text_format_Time.cpp 640 static JNINativeMethod gMethods[] = {
687 return AndroidRuntime::registerNativeMethods(env, "android/text/format/Time", gMethods, NELEM(gMethods));
AndroidRuntime.cpp 223 static JNINativeMethod gMethods[] = {
239 gMethods, NELEM(gMethods));
277 const char* className, const JNINativeMethod* gMethods, int numMethods)
279 return jniRegisterNativeMethods(env, className, gMethods, numMethods);
    [all...]
android_os_Debug.cpp 545 static JNINativeMethod gMethods[] = {
589 return jniRegisterNativeMethods(env, "android/os/Debug", gMethods, NELEM(gMethods));
android_media_AudioTrack.cpp     [all...]
android_view_GLES20Canvas.cpp 751 static JNINativeMethod gMethods[] = {
    [all...]
  /frameworks/base/media/jni/
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_AudioEffect.cpp 864 static JNINativeMethod gMethods[] = {
888 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /libcore/luni/src/main/native/
java_lang_StringToReal.cpp 1007 static JNINativeMethod gMethods[] = {
1012 return jniRegisterNativeMethods(env, "java/lang/StringToReal", gMethods, NELEM(gMethods));
java_math_NativeBN.cpp 514 static JNINativeMethod gMethods[] = {
557 return jniRegisterNativeMethods(env, "java/math/NativeBN", gMethods, NELEM(gMethods));
libcore_icu_ICU.cpp 726 static JNINativeMethod gMethods[] = {
    [all...]
libcore_icu_NativeConverter.cpp 592 static JNINativeMethod gMethods[] = {
612 return jniRegisterNativeMethods(env, "libcore/icu/NativeConverter", gMethods, NELEM(gMethods));
libcore_io_Posix.cpp     [all...]
  /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/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/voip/jni/rtp/
AudioGroup.cpp 1041 JNINativeMethod gMethods[] = {
1062 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {

Completed in 461 milliseconds

1 2 34