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

1 2 3 4 5 6

  /cts/apps/CtsVerifier/jni/verifier/
CtsVerifierJniOnLoad.cpp 25 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /cts/libs/deviceutil/jni/
CtsJniOnLoad.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/ex/framesequence/jni/
JNIHelpers.cpp 28 if (env->ThrowNew(clazz, msg) != JNI_OK) {
BitmapDecoderJNI.cpp 34 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 ||
  /hardware/intel/common/utils/ituxd/jni/
onload.cpp 33 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) {
  /cts/tests/tests/os/jni/
CtsOsJniOnLoad.cpp 33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc 24 attached_ = ret_val == JNI_OK;
  /cts/tests/tests/security/jni/
CtsSecurityJniOnLoad.cpp 33 if (vm->GetEnv((void **) &env, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/components/cronet/android/
cronet_jni.cc 35 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /packages/inputmethods/LatinIME/native/jni/
jni_common.cpp 33 if (vm->GetEnv(reinterpret_cast<void **>(&env), JNI_VERSION_1_6) != JNI_OK) {
  /cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
com_android_cts_splitapp_Native.cpp 82 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /development/samples/SimpleJNI/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /external/chromium_org/third_party/webrtc/video_engine/test/auto_test/android/jni/
vie_autotest_jni.cc 54 if (JNI_OK != vm->GetEnv(reinterpret_cast<void**> (&env),
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/32/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/64/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
  /frameworks/base/core/tests/hosttests/test-apps/SharedUid/dual/jni/
native.cpp 94 if (vm->GetEnv(&uenv.venv, 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) {
  /external/chromium_org/third_party/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 45 if (g_jvm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
102 if (g_jvm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
148 if (g_jvm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
252 if (_jvm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
300 if (_jvm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {

Completed in 881 milliseconds

1 2 3 4 5 6