HomeSort by relevance Sort by last modified time
    Searched defs:registerNativeMethods (Results 1 - 10 of 10) sorted by null

  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 64 int registerNativeMethods(JNIEnv* env, const char* className, JNINativeMethod* methods,
  /development/samples/SimpleJNI/jni/
native.cpp 40 static int registerNativeMethods(JNIEnv* env, const char* className,
65 if (!registerNativeMethods(env, classPathName,
  /external/quake/quake/src/QW/client/
main.cpp 71 static int registerNativeMethods(JNIEnv* env, const char* className,
95 if (!registerNativeMethods(env, classPathName,
  /external/quake/quake/src/WinQuake/
masterMain.cpp 86 static int registerNativeMethods(JNIEnv* env, const char* className,
110 if (!registerNativeMethods(env, classPathName,
  /external/jhead/
main.c 736 static int registerNativeMethods(JNIEnv* env, const char* className,
  /gdk/samples/quake/jni/
masterMain.cpp 216 static int registerNativeMethods(JNIEnv* env, const char* className,
240 if (!registerNativeMethods(env, classPathName,
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 377 static int registerNativeMethods(JNIEnv* env, const char* className,
405 if (!registerNativeMethods(env,
  /frameworks/base/core/jni/
AndroidRuntime.cpp 261 /*static*/ int AndroidRuntime::registerNativeMethods(JNIEnv* env,
    [all...]
  /frameworks/base/drm/jni/
android_drm_DrmManagerClient.cpp 746 static int registerNativeMethods(JNIEnv* env) {
766 if (NULL != env && registerNativeMethods(env) == 0) {
  /frameworks/base/media/libdrm/mobile1/src/jni/
drm1_jni.c 1110 static int registerNativeMethods(JNIEnv* env, const char* className,
1130 if (!registerNativeMethods(env, "android/drm/mobile1/DrmRawContent",
1134 if (!registerNativeMethods(env, "android/drm/mobile1/DrmRights",
1138 if (!registerNativeMethods(env, "android/drm/mobile1/DrmRightsManager",

Completed in 270 milliseconds