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

1 23 4 5

  /packages/apps/Nfc/jni/
com_android_nfc_NativeLlcpServiceSocket.cpp 210 static JNINativeMethod gMethods[] =
224 gMethods, NELEM(gMethods));
com_android_nfc_NativeLlcpConnectionlessSocket.cpp 240 static JNINativeMethod gMethods[] =
254 gMethods, NELEM(gMethods));
com_android_nfc_NativeLlcpSocket.cpp 434 static JNINativeMethod gMethods[] =
462 "com/android/nfc/nxp/NativeLlcpSocket",gMethods, NELEM(gMethods));
  /external/quake/quake/src/WinQuake/
masterMain.cpp 87 JNINativeMethod* gMethods, int numMethods)
97 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
  /frameworks/base/include/android_runtime/
AndroidRuntime.h 51 const char* className, const JNINativeMethod* gMethods, int numMethods);
  /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_emoji_EmojiFactory.cpp 245 static JNINativeMethod gMethods[] = {
295 gMethods, NELEM(gMethods));
android_hardware_SensorManager.cpp 162 static JNINativeMethod gMethods[] = {
183 gMethods, NELEM(gMethods));
android_media_AudioSystem.cpp 209 static JNINativeMethod gMethods[] = {
232 kClassPathName, gMethods, NELEM(gMethods));
android_nfc_NdefRecord.cpp 173 static JNINativeMethod gMethods[] = {
180 return jniRegisterNativeMethods(e, "android/nfc/NdefRecord", gMethods, NELEM(gMethods));
android_view_TextureView.cpp 192 static JNINativeMethod gMethods[] = {
235 return AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods));
com_android_internal_os_ZygoteInit.cpp 291 static JNINativeMethod gMethods[] = {
319 "com/android/internal/os/ZygoteInit", gMethods, NELEM(gMethods));
android_net_TrafficStats.cpp 325 static JNINativeMethod gMethods[] = {
358 gMethods, NELEM(gMethods));
com_android_internal_content_NativeLibraryHelper.cpp 368 static JNINativeMethod gMethods[] = {
381 "com/android/internal/content/NativeLibraryHelper", gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/
android_mtp_MtpServer.cpp 170 static JNINativeMethod gMethods[] = {
236 "android/mtp/MtpServer", gMethods, NELEM(gMethods));
android_media_MediaScanner.cpp 415 static JNINativeMethod gMethods[] = {
464 kClassMediaScanner, gMethods, NELEM(gMethods));
  /frameworks/base/media/jni/soundpool/
android_media_SoundPool.cpp 219 static JNINativeMethod gMethods[] = {
319 if (AndroidRuntime::registerNativeMethods(env, kClassPathName, gMethods, NELEM(gMethods)) < 0)
  /libcore/luni/src/main/native/
java_lang_RealToString.cpp 237 static JNINativeMethod gMethods[] = {
241 return jniRegisterNativeMethods(env, "java/lang/RealToString", gMethods, NELEM(gMethods));
java_nio_charset_Charsets.cpp 241 static JNINativeMethod gMethods[] = {
249 return jniRegisterNativeMethods(env, "java/nio/charset/Charsets", gMethods, NELEM(gMethods));
java_text_Bidi.cpp 177 static JNINativeMethod gMethods[] = {
191 return jniRegisterNativeMethods(env, "java/text/Bidi", gMethods, NELEM(gMethods));
java_util_regex_Matcher.cpp 200 static JNINativeMethod gMethods[] = {
215 return jniRegisterNativeMethods(env, "java/util/regex/Matcher", gMethods, NELEM(gMethods));
java_util_zip_Inflater.cpp 159 static JNINativeMethod gMethods[] = {
172 return jniRegisterNativeMethods(env, "java/util/zip/Inflater", gMethods, NELEM(gMethods));
libcore_icu_NativeBreakIterator.cpp 206 static JNINativeMethod gMethods[] = {
224 return jniRegisterNativeMethods(env, "libcore/icu/NativeBreakIterator", gMethods, NELEM(gMethods));
libcore_icu_NativeCollation.cpp 177 static JNINativeMethod gMethods[] = {
198 return jniRegisterNativeMethods(env, "libcore/icu/NativeCollation", gMethods, NELEM(gMethods));
libcore_icu_TimeZones.cpp 225 static JNINativeMethod gMethods[] = {
230 return jniRegisterNativeMethods(env, "libcore/icu/TimeZones", gMethods, NELEM(gMethods));

Completed in 1381 milliseconds

1 23 4 5