HomeSort by relevance Sort by last modified time
    Searched refs:RegisterNatives (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /cts/tests/jni/
android_os_cts_OSFeatures.cpp 41 return env->RegisterNatives(clazz, gMethods,
android_os_cts_CpuFeatures.cpp 60 return env->RegisterNatives(clazz, gMethods,
android_net_cts_NetlinkSocket.cpp 71 return env->RegisterNatives(clazz, gMethods,
android_os_cts_FileUtils.cpp 140 return env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 57 return env->RegisterNatives(clazz, gMethods,
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 74 if (env->RegisterNatives(clazz, methods, numMethods) < 0) {
75 AKLOGE("RegisterNatives failed for '%s'", className);
  /cts/tests/tests/security/jni/
android_security_cts_LoadEffectLibraryTest.cpp 88 return env->RegisterNatives(clazz, gMethods,
android_security_cts_CharDeviceTest.cpp 117 return env->RegisterNatives(clazz, gMethods,
android_security_cts_LinuxRngTest.cpp 105 return env->RegisterNatives(clazz, gMethods,
android_security_cts_NativeCodeTest.cpp 178 return env->RegisterNatives(clazz, gMethods,
  /development/samples/SimpleJNI/jni/
native.cpp 50 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
51 ALOGE("RegisterNatives failed for '%s'", className);
63 static int registerNatives(JNIEnv* env)
100 if (registerNatives(env) != JNI_TRUE) {
101 ALOGE("ERROR: registerNatives failed");
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 282 return env->RegisterNatives(
294 int result = env->RegisterNatives(clazz, glTestActMethods,
308 return env->RegisterNatives(
  /external/chromium_org/base/android/jni_generator/
jni_generator_tests.py 323 // Step 3: RegisterNatives.
416 if (env->RegisterNatives(g_TestJni_clazz,
419 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
481 // Step 3: RegisterNatives.
495 if (env->RegisterNatives(g_MyInnerClass_clazz,
498 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
572 // Step 3: RegisterNatives.
587 if (env->RegisterNatives(g_MyOtherInnerClass_clazz,
590 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
602 if (env->RegisterNatives(g_MyInnerClass_clazz
    [all...]
golden_sample_for_tests_jni.h 299 // Step 3: RegisterNatives.
361 if (env->RegisterNatives(g_SampleForTests_clazz,
364 LOG(ERROR) << "RegisterNatives failed in " << __FILE__;
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 147 if (env->RegisterNatives(clazz, gMethods,
149 ALOGE("RegisterNatives failed for '%s'\n", className);
  /frameworks/opt/net/voip/src/jni/rtp/
RtpStream.cpp 108 env->RegisterNatives(clazz, gMethods, NELEM(gMethods)) < 0) {
  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 141 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
draw_gl_functor.cpp 154 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /cts/apps/CtsVerifier/jni/verifier/
com_android_cts_verifier_os_FileUtils.cpp 119 return env->RegisterNatives(clazz, gMethods,
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 237 if (env->RegisterNatives(clazz, gMethods,
  /cts/tests/tests/permission/jni/
android_permission_cts_FileUtils.cpp 164 return env->RegisterNatives(clazz, gMethods,
  /packages/apps/Gallery2/jni_jpegstream/src/
jpegstream.cpp 319 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
320 LOGE("RegisterNatives failed for '%s'", className);
  /libnativehelper/
JNIHelp.cpp 86 if ((*env)->RegisterNatives(e, c.get(), gMethods, numMethods) < 0) {
88 asprintf(&msg, "RegisterNatives failed for '%s'; aborting...", className);
  /packages/inputmethods/PinyinIME/jni/android/
com_android_inputmethod_pinyin_PinyinDecoderService.cpp 386 if ((*env).RegisterNatives(clazz, gMethods, numMethods) < 0) {
403 static int registerNatives(JNIEnv* env)
428 if (!registerNatives(env)) {
  /development/ndk/platforms/android-3/include/
jni.h 469 jint (*RegisterNatives)(JNIEnv*, jclass, const JNINativeMethod*,
    [all...]

Completed in 337 milliseconds

1 2 3 4