OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:detachcurrentthread
(Results
1 - 25
of
114
) 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
241
if (g_jvm->
DetachCurrentThread
() < 0)
/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/chromium_org/third_party/webrtc/modules/audio_device/android/
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
...]
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
...]
/packages/apps/Nfc/nci/jni/
NfcJniUtil.h
143
vm_->
DetachCurrentThread
();
/external/chromium_org/base/android/
jni_android.cc
101
// Ignore the return value, if the thread is not attached,
DetachCurrentThread
104
g_jvm->
DetachCurrentThread
();
/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
();
/prebuilts/ndk/4/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so
/prebuilts/ndk/5/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so
/prebuilts/ndk/6/platforms/android-8/arch-arm/usr/lib/
libjnigraphics.so
/development/ndk/platforms/android-17/samples/Teapot/jni/
TeapotNativeActivity.cpp
408
app_->activity->vm->
DetachCurrentThread
();
422
app_->activity->vm->
DetachCurrentThread
();
/art/dalvikvm/
dalvikvm.cc
194
if (vm->
DetachCurrentThread
() != JNI_OK) {
/art/runtime/
signal_catcher.cc
218
runtime->
DetachCurrentThread
();
thread_pool.cc
64
runtime->
DetachCurrentThread
();
/packages/apps/Bluetooth/jni/
com_android_bluetooth_btservice_AdapterService.cpp
439
vm->
DetachCurrentThread
();
521
vm->
DetachCurrentThread
();
552
vm->
DetachCurrentThread
();
583
vm->
DetachCurrentThread
();
[
all
...]
/development/ndk/platforms/android-3/include/
jni.h
[
all
...]
/libnativehelper/include/nativehelper/
jni.h
[
all
...]
/prebuilts/ndk/4/platforms/android-3/arch-arm/usr/include/
jni.h
[
all
...]
/prebuilts/ndk/4/platforms/android-4/arch-arm/usr/include/
jni.h
[
all
...]
/prebuilts/ndk/4/platforms/android-5/arch-arm/usr/include/
jni.h
[
all
...]
Completed in 1548 milliseconds
1
2
3
4
5