/development/samples/SimpleJNI/jni/ |
native.cpp | 94 if (vm->GetEnv(&uenv.venv, JNI_VERSION_1_4) != JNI_OK) {
|
/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) {
|
/external/webrtc/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) {
|
video_render_android_surface_view.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) { 253 if ( _jvm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) { 320 if (_jvm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK) {
|
/art/dalvikvm/ |
dalvikvm.cc | 177 if (JNI_CreateJavaVM(&vm, &env, &init_args) != JNI_OK) { 195 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) {
|
/frameworks/base/services/core/jni/ |
onload.cpp | 58 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/external/webrtc/talk/app/webrtc/java/jni/ |
jni_helpers.cc | 55 RTC_CHECK(((env != NULL) && (status == JNI_OK)) || 75 RTC_CHECK(status == JNI_OK) << "Failed to detach thread: " << status; 92 if (jvm->GetEnv(reinterpret_cast<void**>(&jni), JNI_VERSION_1_6) != JNI_OK)
|
/frameworks/base/core/jni/ |
android_hardware_location_ActivityRecognitionHardware.cpp | 57 if (result != JNI_OK) { 69 if (result != JNI_OK) { 96 if (result != JNI_OK) {
|
AndroidRuntime.cpp | [all...] |
android_hardware_location_ContextHubService.cpp | 317 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) { 347 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) { 455 if (env->GetJavaVM(&db.jniInfo.vm) != JNI_OK) {
|
android_graphics_drawable_AnimatedVectorDrawable.cpp | 40 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
android_view_DisplayListCanvas.cpp | 48 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
android_view_RenderNodeAnimator.cpp | 42 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/external/conscrypt/src/openjdk/native/ |
JNIHelp.cpp | 101 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
|
/external/webrtc/webrtc/modules/utility/source/ |
jvm_android.cc | 79 attached_ = (ret == JNI_OK); 89 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res;
|
/art/runtime/ |
java_vm_ext.cc | 325 return JNI_OK; 343 return JNI_OK; 363 return JNI_OK; 376 return JNI_OK; 407 return JNI_OK; [all...] |
jni_internal_test.cc | 649 ASSERT_EQ(JNI_OK, env_->RegisterNatives(jklass_, methods, 1)) [all...] |
/external/conscrypt/src/compat/native/ |
JNIHelp.cpp | 102 if (env->ThrowNew(exceptionClass, msg) != JNI_OK) {
|
/frameworks/base/services/tests/servicestests/jni/ |
apf_jni.cpp | 164 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/libcore/ojluni/src/main/native/ |
Register.cpp | 94 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/frameworks/base/core/jni/android/graphics/ |
SurfaceTexture.cpp | 173 if (result != JNI_OK) { 185 if (result != JNI_OK) {
|
/external/deqp/framework/platform/android/ |
tcuAndroidExecService.cpp | 248 if (ret == JNI_OK)
|