/external/libchrome/base/android/ |
D | scoped_java_ref.cc | 45 env = AttachCurrentThread(); in SetNewLocalRef() 47 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in SetNewLocalRef() 59 env = AttachCurrentThread(); in SetNewGlobalRef() 61 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in SetNewGlobalRef() 72 DCHECK_EQ(env, AttachCurrentThread()); // Is |env| on correct thread. in ResetLocalRef() 80 AttachCurrentThread()->DeleteGlobalRef(obj_); in ResetGlobalRef()
|
D | jni_string_unittest.cc | 17 JNIEnv* env = AttachCurrentThread(); in TEST() 25 JNIEnv* env = AttachCurrentThread(); in TEST() 33 JNIEnv* env = AttachCurrentThread(); in TEST() 41 JNIEnv* env = AttachCurrentThread(); in TEST()
|
D | scoped_java_ref_unittest.cc | 46 JNIEnv* env = AttachCurrentThread(); in SetUp() 59 JNIEnv* env = AttachCurrentThread(); in TearDown() 69 JNIEnv* env = AttachCurrentThread(); in TEST_F() 87 JNIEnv* env = AttachCurrentThread(); in TEST_F()
|
D | java_exception_reporter.cc | 24 JNIEnv* env = base::android::AttachCurrentThread(); in InitJavaExceptionReporter() 30 JNIEnv* env = base::android::AttachCurrentThread(); in InitJavaExceptionReporterForChildProcess()
|
D | jni_string.cc | 56 return ConvertJavaStringToUTF8(AttachCurrentThread(), str.obj()); in ConvertJavaStringToUTF8() 106 return ConvertJavaStringToUTF16(AttachCurrentThread(), str.obj()); in ConvertJavaStringToUTF16()
|
D | jni_android.cc | 41 JNIEnv* AttachCurrentThread() { in AttachCurrentThread() function 60 ret = g_jvm->AttachCurrentThread(&env, &args); in AttachCurrentThread() 73 jint ret = g_jvm->AttachCurrentThread(&env, &args); in AttachCurrentThreadWithName()
|
D | timezone_utils.cc | 16 JNIEnv* env = base::android::AttachCurrentThread(); in GetDefaultTimeZoneId()
|
D | java_runtime.cc | 13 JNIEnv* env = base::android::AttachCurrentThread(); in GetMemoryUsage()
|
D | jni_android_unittest.cc | 35 JNIEnv* env = AttachCurrentThread(); in TEST()
|
D | jni_android.h | 65 BASE_EXPORT JNIEnv* AttachCurrentThread();
|
D | build_info.cc | 38 JNIEnv* env = AttachCurrentThread(); in New()
|
/external/libchrome/base/test/android/ |
D | java_handler_thread_helpers.cc | 19 base::android::AttachCurrentThread())); in CreateJavaFirst() 24 JNIEnv* env = AttachCurrentThread(); in ThrowExceptionAndAbort() 34 JNIEnv* env = AttachCurrentThread(); in IsExceptionTestException()
|
D | url_utils.cc | 15 JNIEnv* env = base::android::AttachCurrentThread(); in GetIsolatedTestRoot()
|
/external/libchrome/base/test/ |
D | multiprocess_test_android.cc | 30 JNIEnv* env = android::AttachCurrentThread(); in SpawnMultiProcessTestChild() 60 JNIEnv* env = android::AttachCurrentThread(); in WaitForMultiprocessTestChildExit() 79 JNIEnv* env = android::AttachCurrentThread(); in TerminateMultiProcessTestChild()
|
/external/webrtc/webrtc/modules/video_render/android/ |
D | video_render_android_native_opengl2.cc | 48 jint res = g_jvm->AttachCurrentThread(&env, NULL); in UseOpenGL2() 105 jint res = g_jvm->AttachCurrentThread(&env, NULL); in ~AndroidNativeOpenGl2Renderer() 151 jint res = g_jvm->AttachCurrentThread(&env, NULL); in Init() 255 jint res = _jvm->AttachCurrentThread(&env, NULL); in ~AndroidNativeOpenGl2Channel() 303 jint res = _jvm->AttachCurrentThread(&env, NULL); in Init()
|
D | video_render_android_surface_view.cc | 48 jint res = g_jvm->AttachCurrentThread(&env, NULL); in ~AndroidSurfaceViewRenderer() 105 jint res = g_jvm->AttachCurrentThread(&env, NULL); in Init() 256 jint res = _jvm->AttachCurrentThread(&env, NULL); in ~AndroidSurfaceViewChannel() 323 jint res = _jvm->AttachCurrentThread(&env, NULL); in Init()
|
/external/libchrome/base/android/jni_generator/ |
D | sample_entry_point.cc | 15 JNIEnv* env = base::android::AttachCurrentThread(); in JNI_OnLoad()
|
/external/conscrypt/common/src/jni/main/include/conscrypt/ |
D | jniutil.h | 65 int ret = gJavaVM->AttachCurrentThread(&env, nullptr); in getJNIEnv() 67 int ret = gJavaVM->AttachCurrentThread(reinterpret_cast<void**>(&env), nullptr); in getJNIEnv()
|
/external/webrtc/webrtc/modules/audio_device/android/ |
D | ensure_initialized.cc | 31 JNIEnv* jni = ::base::android::AttachCurrentThread(); in EnsureInitializedOnce()
|
/external/webrtc/talk/app/webrtc/test/ |
D | androidtestinitializer.cc | 56 JNIEnv* jni = ::base::android::AttachCurrentThread(); in EnsureInitializedOnce()
|
/external/libchrome/mojo/public/java/system/ |
D | base_run_loop.cc | 45 Java_BaseRunLoop_runRunnable(base::android::AttachCurrentThread(), in RunJavaRunnable()
|
D | watcher_impl.cc | 63 base::android::AttachCurrentThread(), in OnHandleReady()
|
/external/webrtc/webrtc/modules/utility/source/ |
D | helpers_android.cc | 106 jint res = jvm->AttachCurrentThread(&env_, NULL); in AttachThreadScoped()
|
/external/skqp/platform_tools/android/apps/arcore/src/main/cpp/ |
D | jni_interface.cc | 121 jint result = g_vm->AttachCurrentThread(&env, nullptr); in GetJniEnv()
|
/external/skia/platform_tools/android/apps/arcore/src/main/cpp/ |
D | jni_interface.cc | 121 jint result = g_vm->AttachCurrentThread(&env, nullptr); in GetJniEnv()
|