Searched refs:DetachCurrentThread (Results 1 – 10 of 10) sorted by relevance
87 if (g_jvm->DetachCurrentThread() < 0) { in UseOpenGL2()123 if (g_jvm->DetachCurrentThread() < 0) { in ~AndroidNativeOpenGl2Renderer()201 if (g_jvm->DetachCurrentThread() < 0) { in Init()272 if (_jvm->DetachCurrentThread() < 0) { in ~AndroidNativeOpenGl2Channel()370 if (_jvm->DetachCurrentThread() < 0) { in Init()
69 if (g_jvm->DetachCurrentThread() < 0) { in ~AndroidSurfaceViewRenderer()189 if (g_jvm->DetachCurrentThread() < 0) { in Init()276 if (_jvm->DetachCurrentThread() < 0) { in ~AndroidSurfaceViewChannel()395 if (_jvm->DetachCurrentThread() < 0) { in Init()
242 if (g_jvm->DetachCurrentThread() < 0) in JavaRenderThreadProcess()
280 if (_javaVM->DetachCurrentThread() < 0) in Terminate()452 if (_javaVM->DetachCurrentThread() < 0) in InitPlayout()530 if (_javaVM->DetachCurrentThread() < 0) in StartPlayout()589 if (_javaVM->DetachCurrentThread() < 0) in StopPlayout()678 if (_javaVM->DetachCurrentThread() < 0) in SetSpeakerVolume()736 if (_javaVM->DetachCurrentThread() < 0) in SpeakerVolume()944 if (_javaVM->DetachCurrentThread() < 0) in SetLoudspeakerStatus()1117 if (_javaVM->DetachCurrentThread() < 0) in InitJavaResources()1244 if (_javaVM->DetachCurrentThread() < 0) in InitSampleRate()1375 if (_javaVM->DetachCurrentThread() < 0) in PlayThreadProcess()
288 if (_javaVM->DetachCurrentThread() < 0) in Terminate()453 if (_javaVM->DetachCurrentThread() < 0) in InitRecording()531 if (_javaVM->DetachCurrentThread() < 0) in StartRecording()595 if (_javaVM->DetachCurrentThread() < 0) in StopRecording()956 if (_javaVM->DetachCurrentThread() < 0) in InitJavaResources()1066 if (_javaVM->DetachCurrentThread() < 0) in InitSampleRate()1193 if (_javaVM->DetachCurrentThread() < 0) in RecThreadProcess()
30 if (attached_ && (jvm_->DetachCurrentThread() < 0)) { in ~AttachThreadScoped()
322 if (m_vm->DetachCurrentThread() != 0) in run()
104 g_jvm->DetachCurrentThread(); in DetachFromVM()
1774 jint (JNICALL *DetachCurrentThread)(JavaVM *vm);1790 jint DetachCurrentThread() { in DetachCurrentThread() function1791 return functions->DetachCurrentThread(this); in DetachCurrentThread()
200 jint status = g_jvm->DetachCurrentThread(); in ThreadDestructor()