HomeSort by relevance Sort by last modified time
    Searched refs:gMethods (Results 176 - 200 of 223) sorted by null

1 2 3 4 5 6 78 9

  /libcore/luni/src/main/native/
libcore_io_Memory.cpp 292 static JNINativeMethod gMethods[] = {
320 jniRegisterNativeMethods(env, "libcore/io/Memory", gMethods, NELEM(gMethods));
libcore_icu_NativeConverter.cpp 678 static JNINativeMethod gMethods[] = {
699 jniRegisterNativeMethods(env, "libcore/icu/NativeConverter", gMethods, NELEM(gMethods));
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 977 static JNINativeMethod gMethods[] = {
985 jniRegisterNativeMethods(env, "java/lang/UNIXProcess", gMethods, NELEM(gMethods));
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 81 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,
93 if (env->RegisterNatives(c.get(), gMethods, numMethods) < 0) {
  /libnativehelper/
JNIHelp.cpp 125 const JNINativeMethod* gMethods, int numMethods)
146 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
  /art/runtime/native/
dalvik_system_VMStack.cc 172 static JNINativeMethod gMethods[] = {
java_lang_String.cc 112 static JNINativeMethod gMethods[] = {
java_lang_Thread.cc 197 static JNINativeMethod gMethods[] = {
libcore_util_CharsetUtils.cc 254 static JNINativeMethod gMethods[] = {
dalvik_system_ZygoteHooks.cc 416 static JNINativeMethod gMethods[] = {
java_lang_System.cc 238 static JNINativeMethod gMethods[] = {
  /external/conscrypt/common/src/jni/main/include/conscrypt/
jniutil.h 124 void jniRegisterNativeMethods(JNIEnv* env, const char* className, const JNINativeMethod* gMethods,
  /packages/apps/Messaging/jni/
GifTranscoder.cpp 562 JNINativeMethod* gMethods, int numMethods) {
567 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /cts/tests/tests/media/libmediandkjni/
native-mediadrm-jni.cpp 801 static JNINativeMethod gMethods[] = {
853 result = env->RegisterNatives(testClass, gMethods,
854 sizeof(gMethods) / sizeof(JNINativeMethod));
  /frameworks/base/core/jni/
android_graphics_Canvas.cpp 592 static const JNINativeMethod gMethods[] = {
660 ret |= RegisterMethodsOrDie(env, "android/graphics/Canvas", gMethods, NELEM(gMethods));
android_hardware_SoundTrigger.cpp 791 static const JNINativeMethod gMethods[] = {
    [all...]
android_media_AudioRecord.cpp 846 static const JNINativeMethod gMethods[] = {
    [all...]
android_os_HwParcel.cpp 875 static JNINativeMethod gMethods[] = {
976 return RegisterMethodsOrDie(env, CLASS_PATH, gMethods, NELEM(gMethods));
android_view_RenderNode.cpp 560 static const JNINativeMethod gMethods[] = {
659 return RegisterMethodsOrDie(env, kClassPathName, gMethods, NELEM(gMethods));
com_android_internal_os_Zygote.cpp     [all...]
  /frameworks/base/media/jni/
android_media_MediaExtractor.cpp 898 static const JNINativeMethod gMethods[] = {
970 "android/media/MediaExtractor", gMethods, NELEM(gMethods));
android_media_MediaRecorder.cpp 768 static const JNINativeMethod gMethods[] = {
811 "android/media/MediaRecorder", gMethods, NELEM(gMethods));
android_mtp_MtpDevice.cpp 747 static const JNINativeMethod gMethods[] = {
    [all...]
  /frameworks/base/media/jni/audioeffect/
android_media_AudioEffect.cpp 883 static const JNINativeMethod gMethods[] = {
907 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 1059 JNINativeMethod gMethods[] = {
1080 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {

Completed in 499 milliseconds

1 2 3 4 5 6 78 9