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

1 2 3 4 5

  /external/chromium_org/third_party/webrtc/modules/utility/source/
helpers_android.cc 30 if (attached_ && (jvm_->DetachCurrentThread() < 0)) {
  /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/chromium_org/third_party/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 242 if (g_jvm->DetachCurrentThread() < 0)
  /packages/apps/Nfc/nci/jni/
NfcJniUtil.h 143 vm_->DetachCurrentThread();
  /external/chromium_org/third_party/webrtc/modules/audio_device/android/
audio_record_jni.cc 288 if (_javaVM->DetachCurrentThread() < 0)
453 if (_javaVM->DetachCurrentThread() < 0)
531 if (_javaVM->DetachCurrentThread() < 0)
595 if (_javaVM->DetachCurrentThread() < 0)
956 if (_javaVM->DetachCurrentThread() < 0)
1066 if (_javaVM->DetachCurrentThread() < 0)
1193 if (_javaVM->DetachCurrentThread() < 0)
    [all...]
audio_track_jni.cc 280 if (_javaVM->DetachCurrentThread() < 0)
452 if (_javaVM->DetachCurrentThread() < 0)
530 if (_javaVM->DetachCurrentThread() < 0)
589 if (_javaVM->DetachCurrentThread() < 0)
678 if (_javaVM->DetachCurrentThread() < 0)
736 if (_javaVM->DetachCurrentThread() < 0)
944 if (_javaVM->DetachCurrentThread() < 0)
1117 if (_javaVM->DetachCurrentThread() < 0)
    [all...]
  /art/dalvikvm/
dalvikvm.cc 194 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();
  /art/runtime/
signal_catcher.cc 212 runtime->DetachCurrentThread();
thread_pool.cc 64 runtime->DetachCurrentThread();
runtime.h 201 void DetachCurrentThread() LOCKS_EXCLUDED(Locks::mutator_lock_);
  /external/deqp/framework/platform/android/
tcuAndroidExecService.cpp 322 if (m_vm->DetachCurrentThread() != 0)
323 print("DetachCurrentThread() failed");
  /frameworks/base/core/jni/
android_hardware_location_ActivityRecognitionHardware.cpp 68 jint result = java_vm->DetachCurrentThread();
AndroidRuntime.cpp     [all...]
  /external/chromium_org/base/android/
jni_android.cc 101 // Ignore the return value, if the thread is not attached, DetachCurrentThread
104 g_jvm->DetachCurrentThread();
  /frameworks/base/core/jni/android/graphics/
SurfaceTexture.cpp 159 int result = vm->DetachCurrentThread();
  /packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp 439 vm->DetachCurrentThread();
521 vm->DetachCurrentThread();
552 vm->DetachCurrentThread();
583 vm->DetachCurrentThread();
    [all...]
  /art/runtime/jdwp/
jdwp_main.cc 533 runtime->DetachCurrentThread();
  /art/test/004-JniTest/
jni_test.cc 49 int detach_result = jvm->DetachCurrentThread();
  /development/ndk/platforms/android-3/include/
jni.h     [all...]
  /libnativehelper/include/nativehelper/
jni.h     [all...]

Completed in 125 milliseconds

1 2 3 4 5