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

1 2 3 4 5

  /external/webrtc/webrtc/modules/audio_device/android/
ensure_initialized.cc 31 JNIEnv* jni = ::base::android::AttachCurrentThread();
  /frameworks/webview/chromium/plat_support/
jni_entry_point.cpp 31 jint ret = vm->AttachCurrentThread(&env, NULL);
32 LOG_ALWAYS_FATAL_IF(ret != JNI_OK, "AttachCurrentThread failed");
  /external/webrtc/talk/app/webrtc/test/
androidtestinitializer.cc 56 JNIEnv* jni = ::base::android::AttachCurrentThread();
  /art/runtime/
java_vm_ext_test.cc 68 ok = vms_buf[0]->AttachCurrentThread(&env, nullptr);
86 TEST_F(JavaVmExtTest, AttachCurrentThread) {
128 jint ok = vm_->AttachCurrentThread(&env, nullptr);
signal_catcher.cc 186 CHECK(runtime->AttachCurrentThread("Signal Catcher", true, runtime->GetSystemThreadGroup(),
thread_pool.cc 87 CHECK(runtime->AttachCurrentThread(worker->name_.c_str(), true, nullptr, false));
java_vm_ext.cc 328 static jint AttachCurrentThread(JavaVM* vm, JNIEnv** p_env, void* thr_args) {
393 << (as_daemon ? "AttachCurrentThreadAsDaemon" : "AttachCurrentThread") << ": "
401 if (!runtime->AttachCurrentThread(thread_name, as_daemon, thread_group,
417 JII::AttachCurrentThread,
    [all...]
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 57 activity_->vm->AttachCurrentThread( &env, NULL );
79 helper.activity_->vm->AttachCurrentThread( &env, NULL );
121 activity_->vm->AttachCurrentThread( &env, NULL );
194 activity_->vm->AttachCurrentThread( &env, NULL );
220 activity_->vm->AttachCurrentThread( &env, NULL );
263 activity_->vm->AttachCurrentThread( &env, NULL );
304 activity_->vm->AttachCurrentThread( &env, NULL );
326 activity_->vm->AttachCurrentThread( &env, NULL );
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 48 jint res = g_jvm->AttachCurrentThread(&env, NULL);
105 jint res = g_jvm->AttachCurrentThread(&env, NULL);
151 jint res = g_jvm->AttachCurrentThread(&env, NULL);
255 jint res = _jvm->AttachCurrentThread(&env, NULL);
303 jint res = _jvm->AttachCurrentThread(&env, NULL);
video_render_android_surface_view.cc 48 jint res = g_jvm->AttachCurrentThread(&env, NULL);
105 jint res = g_jvm->AttachCurrentThread(&env, NULL);
256 jint res = _jvm->AttachCurrentThread(&env, NULL);
323 jint res = _jvm->AttachCurrentThread(&env, NULL);
video_render_android_impl.cc 195 jint res = g_jvm->AttachCurrentThread(&_javaRenderJniEnv, NULL);
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 138 vm_->AttachCurrentThread(env, NULL);
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
main.cpp 77 jvm->AttachCurrentThread(&env, 0);
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 106 jint res = jvm->AttachCurrentThread(&env_, NULL);
108 RTC_CHECK(attached_) << "AttachCurrentThread failed: " << res;
jvm_android.cc 78 jint ret = jvm->AttachCurrentThread(&env, nullptr);
231 RTC_CHECK(jni()) << "AttachCurrentThread() must be called on this thread.";
248 // thread's JNIEnv. (Assuming it has one, if not, use AttachCurrentThread).
252 ALOGE("AttachCurrentThread() has not been called on this thread.");
  /libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp 43 if (javaVm->AttachCurrentThread(&env, &args) != JNI_OK) {
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 401 app_->activity->vm->AttachCurrentThread( &jni, NULL );
415 app_->activity->vm->AttachCurrentThread( &jni, NULL );
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 412 app_->activity->vm->AttachCurrentThread( &jni, NULL );
426 app_->activity->vm->AttachCurrentThread( &jni, NULL );
  /prebuilts/misc/common/swig/include/2.0.11/java/
director.swg 130 director_->swig_jvm_->AttachCurrentThread(jenv, NULL);
  /frameworks/base/core/jni/
android_hardware_location_ContextHubService.cpp 546 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) {
577 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) {
650 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) {
732 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) != JNI_OK) {
755 if ((db.jniInfo.vm)->AttachCurrentThread(&env, nullptr) == JNI_OK) {
    [all...]
android_hardware_location_ActivityRecognitionHardware.cpp 56 jint result = java_vm->AttachCurrentThread(env, &args);
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 314 if (m_vm->AttachCurrentThread(&env, DE_NULL) != 0)
316 print("AttachCurrentThread() failed");
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 135 RTC_CHECK(!g_jvm->AttachCurrentThread(&env, &args))
137 RTC_CHECK(env) << "AttachCurrentThread handed back NULL!";
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 72 jint result = AndroidRuntime::getJavaVM()->AttachCurrentThread(&env, &args);
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 437 vm->AttachCurrentThread(&callbackEnv, &args);
528 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
559 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
591 if (status == JNI_EDETACHED && vm->AttachCurrentThread(&env, &sAttachArgs) != 0) {
    [all...]

Completed in 1027 milliseconds

1 2 3 4 5