/frameworks/base/media/mca/filterfw/jni/ |
jni_util.cpp | 94 return result == JNI_OK ? env : NULL;
|
/frameworks/webview/chromium/loader/ |
loader.cpp | 241 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/libcore/ojluni/src/main/native/ |
net_util.c | 45 if ((*vm)->GetEnv(vm, (void **)&env, JNI_VERSION_1_2) == JNI_OK) {
|
/external/deqp/framework/platform/android/ |
tcuAndroidUtil.cpp | 67 if (m_vm->AttachCurrentThread(&m_env, DE_NULL) != JNI_OK) 72 else if (getEnvRes != JNI_OK)
|
/external/neven/ |
FaceDetector_jni.cpp | 294 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/frameworks/base/core/jni/android/graphics/ |
FontFamily.cpp | 73 if (result != JNI_OK) {
|
Graphics.cpp | 465 if (vm->GetEnv((void**)&env, JNI_VERSION_1_4) != JNI_OK || NULL == env) 661 LOG_ALWAYS_FATAL_IF(env->GetJavaVM(&mJavaVM) != JNI_OK, 769 LOG_ALWAYS_FATAL_IF(env->GetJavaVM(&mJavaVM) != JNI_OK,
|
/frameworks/base/media/jni/soundpool/ |
android_media_SoundPool.cpp | 303 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/packages/apps/Gallery2/jni_jpegstream/src/ |
jpegstream.cpp | 328 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
/art/runtime/ |
jni_internal.cc | 284 return JNI_OK; 438 return JNI_OK; 498 if (EnsureLocalCapacityInternal(soa, capacity, "PushLocalFrame") != JNI_OK) { 502 return JNI_OK; [all...] |
/packages/apps/Bluetooth/jni/ |
com_android_bluetooth_btservice_AdapterService.cpp | 523 if (status != JNI_OK && status != JNI_EDETACHED) { 555 if (status != JNI_OK && status != JNI_EDETACHED) { 587 if (status != JNI_OK && status != JNI_EDETACHED) { [all...] |
/frameworks/base/packages/MtpDocumentsProvider/jni/ |
com_android_mtp_AppFuse.cpp | 496 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/libnativehelper/ |
JNIHelp.cpp | 246 if ((*env)->ThrowNew(e, exceptionClass.get(), msg) != JNI_OK) {
|
/packages/apps/Nfc/nxp/jni/ |
com_android_nfc.cpp | 68 if (vm->GetEnv((void **)&e, JNI_VERSION_1_6) != JNI_OK) {
|
/frameworks/base/core/jni/ |
android_view_RenderNode.cpp | 48 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 602 if (mVm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) {
|
android_view_ThreadedRenderer.cpp | 67 if (vm->GetEnv(reinterpret_cast<void**>(&env), JNI_VERSION_1_6) != JNI_OK) { 685 if (env->GetJavaVM(&vm) != JNI_OK) {
|
android_view_Surface.cpp | 93 if (env->MonitorEnter(lock) == JNI_OK) {
|
/frameworks/base/drm/jni/ |
android_drm_DrmManagerClient.cpp | 773 / sizeof(nativeMethods[0])) == JNI_OK) { 784 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) == JNI_OK) {
|
/frameworks/base/media/jni/ |
android_media_ImageReader.cpp | 147 if (result != JNI_OK) { 159 if (result != JNI_OK) {
|
android_media_ImageWriter.cpp | 127 if (result != JNI_OK) { 140 if (result != JNI_OK) {
|
android_media_MediaCodec.cpp | 1036 if (env->MonitorEnter(lock) == JNI_OK) { 1077 if (env->MonitorEnter(lock) == JNI_OK) { [all...] |
/external/jhead/ |
main.c | 822 if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/external/svox/pico/compat/jni/ |
com_android_tts_compat_SynthProxy.cpp | 674 if (vm->GetEnv((void**) &env, JNI_VERSION_1_4) != JNI_OK) {
|
/external/webrtc/webrtc/voice_engine/test/android/android_test/jni/ |
android_test.cc | 322 if (JNI_OK != vm->GetEnv(reinterpret_cast<void**> (&env), 341 // if (JNI_OK != env->RegisterNatives(regClass, methods, 1)) [all...] |
/hardware/bsp/intel/peripheral/libmraa/src/gpio/ |
gpio.c | 300 if (err != JNI_OK) {
|