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

1 2 3 4 5

  /cts/tests/tests/security/jni/
android_security_cts_SeccompDeathTestService.cpp 33 return env->RegisterNatives(clazz, methods, sizeof(methods) / sizeof(JNINativeMethod));
android_security_cts_KernelSettingsTest.cpp 37 return env->RegisterNatives(clazz, gMethods,
android_security_cts_LoadEffectLibraryTest.cpp 88 return env->RegisterNatives(clazz, gMethods,
android_security_cts_MMapExecutableTest.cpp 82 return env->RegisterNatives(
android_security_cts_NetlinkSocket.cpp 71 return env->RegisterNatives(clazz, gMethods,
android_security_cts_SELinuxTest.cpp 77 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,
  /cts/tests/tests/drm/jni/
android_drm_cts_NativeCodeTest.cpp 57 return env->RegisterNatives(clazz, gMethods,
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 70 if (env->RegisterNatives(clazz, methods, numMethods) != 0) {
71 AKLOGE("RegisterNatives failed for '%s'", className);
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 53 if (env->RegisterNatives(clazz, gMethods, numMethods) < 0) {
54 LOGE("RegisterNatives failed for '%s'", className);
61 static int registerNatives(JNIEnv* env) {
88 if (registerNatives(env) != JNI_TRUE) {
89 LOGE("ERROR: registerNatives failed");
  /cts/tests/tests/os/jni/
android_os_cts_CpuFeatures.cpp 92 return env->RegisterNatives(clazz, gMethods,
android_os_cts_CpuInstructions.cpp 146 return env->RegisterNatives(clazz, gMethods,
android_os_cts_NoExecutePermissionTest.cpp 84 return env->RegisterNatives(clazz, gMethods,
android_os_cts_TaggedPointer.cpp 82 return env->RegisterNatives(clazz, gMethods,
android_os_cts_OSFeatures.cpp 123 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");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/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");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/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");
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/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");
  /external/chromium_org/third_party/webrtc/examples/android/opensl_loopback/jni/
opensl_runner.cc 123 int ret_val = env->RegisterNatives(g_osr, nativeFunctions, 3);
  /frameworks/webview/chromium/plat_support/
graphics_utils.cpp 118 int res = env->RegisterNatives(clazz, kJniMethods, NELEM(kJniMethods));
  /cts/tests/tests/nativeopengl/standalone/jni/
GLTestHelper.cpp 282 return env->RegisterNatives(
294 int result = env->RegisterNatives(clazz, glTestActMethods,
308 return env->RegisterNatives(
  /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) {

Completed in 374 milliseconds

1 2 3 4 5