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

1 2 3 4

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/drm/jni/
CtsDrmJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/nativeopengl/standalone/jni/
register.cpp 28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/permission/jni/
CtsPermissionsJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/packages/services/PacProcessor/jni/
jni_init.cpp 30 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /frameworks/opt/net/voip/src/jni/rtp/
rtp_jni.cpp 27 if (vm->GetEnv((void **)&env, JNI_VERSION_1_4) != JNI_OK ||
  /cts/tests/jni/
CtsJniOnLoad.cpp 30 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 28 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/webview/chromium/plat_support/
jni_entry_point.cpp 32 LOG_ALWAYS_FATAL_IF(ret != JNI_OK, "AttachCurrentThread failed");
  /cts/tests/tests/jni/libjnitest/
register.c 29 if ((*vm)->GetEnv(vm, (void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 35 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/services/jni/
onload.cpp 48 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /libcore/luni/src/main/native/
Register.cpp 28 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /art/dalvikvm/
dalvikvm.cc 184 if (JNI_CreateJavaVM(&vm, &env, &init_args) != JNI_OK) {
194 if (vm->DetachCurrentThread() != JNI_OK) {
  /device/sample/frameworks/PlatformLibrary/jni/
PlatformLibrary.cpp 238 sizeof(gMethods) / sizeof(gMethods[0])) != JNI_OK)
257 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/srec/srec_jni/
android_speech_srec_MicrophoneInputStream.cpp 136 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 147 if (result != JNI_OK) {
159 if (result != JNI_OK) {
  /frameworks/base/core/jni/
AndroidRuntime.cpp 899 if (mJavaVM->DetachCurrentThread() != JNI_OK)
933 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK)
    [all...]
  /dalvik/vm/
Jni.cpp     [all...]
  /external/oprofile/agents/jvmpi/
jvmpi_oprofile.cpp 237 return JNI_OK;
  /external/oprofile/agents/jvmti/
libjvmti_oprofile.c 269 if (rc != JNI_OK) {
  /frameworks/base/media/mca/filterfw/jni/
jni_util.cpp 94 return result == JNI_OK ? env : NULL;
  /art/runtime/
jni_internal.cc 399 return JNI_OK;
411 return JNI_OK;
441 return JNI_OK;
752 return JNI_OK;
815 if (EnsureLocalCapacity(env, capacity, "PushLocalFrame") != JNI_OK) {
819 return JNI_OK;
    [all...]
  /external/chromium_org/base/android/
jni_android.cc 111 DCHECK_EQ(JNI_OK, ret);

Completed in 1433 milliseconds

1 2 3 4