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

1 2 3 4

  /art/runtime/
java_vm_ext_test.cc 79 ok = vms_buf[0]->DetachCurrentThread();
126 TEST_F(JavaVmExtTest, DetachCurrentThread) {
130 ok = vm_->DetachCurrentThread();
133 jint err = vm_->DetachCurrentThread();
signal_catcher.cc 205 runtime->DetachCurrentThread();
thread_pool.cc 90 runtime->DetachCurrentThread();
java_vm_ext.cc 336 static jint DetachCurrentThread(JavaVM* vm) {
342 runtime->DetachCurrentThread();
418 JII::DetachCurrentThread,
    [all...]
  /art/test/136-daemon-jni-shutdown/
daemon_jni_shutdown.cc 48 vm->DetachCurrentThread();
  /development/ndk/sources/android/ndk_helper/
JNIHelper.cpp 62 activity_->vm->DetachCurrentThread();
99 helper.activity_->vm->DetachCurrentThread();
136 activity_->vm->DetachCurrentThread();
202 activity_->vm->DetachCurrentThread();
244 activity_->vm->DetachCurrentThread();
283 activity_->vm->DetachCurrentThread();
308 activity_->vm->DetachCurrentThread();
330 activity_->vm->DetachCurrentThread();
  /external/webrtc/webrtc/modules/video_render/android/
video_render_android_native_opengl2.cc 87 if (g_jvm->DetachCurrentThread() < 0) {
123 if (g_jvm->DetachCurrentThread() < 0) {
201 if (g_jvm->DetachCurrentThread() < 0) {
272 if (_jvm->DetachCurrentThread() < 0) {
370 if (_jvm->DetachCurrentThread() < 0) {
video_render_android_surface_view.cc 69 if (g_jvm->DetachCurrentThread() < 0) {
189 if (g_jvm->DetachCurrentThread() < 0) {
276 if (_jvm->DetachCurrentThread() < 0) {
395 if (_jvm->DetachCurrentThread() < 0) {
video_render_android_impl.cc 213 if (g_jvm->DetachCurrentThread() < 0)
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 143 vm_->DetachCurrentThread();
  /external/skia/platform_tools/android/apps/visualbench/src/main/jni/
main.cpp 96 jvm->DetachCurrentThread();
  /external/webrtc/webrtc/modules/utility/source/
helpers_android.cc 104 // DetachCurrentThread" in logcat outputs.
115 jint res = jvm_->DetachCurrentThread();
116 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res;
jvm_android.cc 88 jint res = JVM::GetInstance()->jvm()->DetachCurrentThread();
89 RTC_CHECK(res == JNI_OK) << "DetachCurrentThread failed: " << res;
  /libcore/luni/src/test/native/
libcore_java_lang_ThreadTest.cpp 73 if (javaVm->DetachCurrentThread() != JNI_OK) {
  /art/dalvikvm/
dalvikvm.cc 195 if (vm->DetachCurrentThread() != JNI_OK) {
  /development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp 408 app_->activity->vm->DetachCurrentThread();
422 app_->activity->vm->DetachCurrentThread();
  /development/ndk/platforms/android-18/samples/MoreTeapots/jni/
MoreTeapotsNativeActivity.cpp 419 app_->activity->vm->DetachCurrentThread();
433 app_->activity->vm->DetachCurrentThread();
  /prebuilts/misc/common/swig/include/2.0.11/java/
director.swg 135 // Some JVMs, eg jdk-1.4.2 and lower on Solaris have a bug and crash with the DetachCurrentThread call.
138 director_->swig_jvm_->DetachCurrentThread();
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 322 if (m_vm->DetachCurrentThread() != 0)
323 print("DetachCurrentThread() failed");
  /external/webrtc/talk/app/webrtc/java/jni/
jni_helpers.cc 74 jint status = g_jvm->DetachCurrentThread();
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 68 jint result = java_vm->DetachCurrentThread();
  /frameworks/base/core/jni/android/graphics/
FontFamily.cpp 83 AndroidRuntime::getJavaVM()->DetachCurrentThread();
SurfaceTexture.cpp 184 int result = vm->DetachCurrentThread();
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 444 vm->DetachCurrentThread();
545 vm->DetachCurrentThread();
577 vm->DetachCurrentThread();
609 vm->DetachCurrentThread();
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 566 runtime->DetachCurrentThread();

Completed in 361 milliseconds

1 2 3 4