Searched refs:requestExitAndWait (Results 1 - 18 of 18) sorted by relevance

/frameworks/base/services/input/
H A DInputManager.cpp72 status_t result = mReaderThread->requestExitAndWait();
77 result = mDispatcherThread->requestExitAndWait();
/frameworks/native/include/utils/
H A DThread.h64 status_t requestExitAndWait();
/frameworks/av/media/libstagefright/foundation/
H A DALooper.cpp151 thread->requestExitAndWait();
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp66 requestExitAndWait();
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp560 mNetworkThread->requestExitAndWait();
561 mDeviceThread->requestExitAndWait();
641 mDeviceThread->requestExitAndWait();
672 mNetworkThread->requestExitAndWait();
696 mNetworkThread->requestExitAndWait();
/frameworks/base/services/common_time/
H A Ddiag_thread.cpp87 res = requestExitAndWait(); // block until thread exit.
/frameworks/av/media/libmedia/
H A DVisualizer.cpp63 if (t->requestExitAndWait() == WOULD_BLOCK) {
H A DAudioRecord.cpp108 mAudioRecordThread->requestExitAndWait();
H A DAudioTrack.cpp177 mAudioTrackThread->requestExitAndWait();
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java232 mGLThread.requestExitAndWait();
609 mGLThread.requestExitAndWait();
1692 public void requestExitAndWait() { method in class:GLSurfaceView.GLThread
/frameworks/native/libs/utils/
H A DThreads.cpp805 // clear thread ID so that requestExitAndWait() does not exit if
808 // note that interested observers blocked in requestExitAndWait are
831 status_t Thread::requestExitAndWait() function in class:android::Thread
/frameworks/native/libs/gui/tests/
H A DSurfaceTexture_test.cpp986 pt->requestExitAndWait();
1338 pt->requestExitAndWait();
1984 mProducerThread->requestExitAndWait();
H A DSurfaceTextureClient_test.cpp518 thread->requestExitAndWait();
/frameworks/av/media/libstagefright/wifi-display/
H A DANetworkSession.cpp582 mThread->requestExitAndWait();
/frameworks/native/services/surfaceflinger/DisplayHardware/
H A DHWComposer.cpp208 mVSyncThread->requestExitAndWait();
/frameworks/av/media/libmediaplayerservice/
H A DMediaPlayerService.cpp1803 mCallbackThread->requestExitAndWait();
/frameworks/av/services/audioflinger/
H A DAudioPolicyService.cpp991 requestExitAndWait();
H A DAudioFlinger.cpp1182 // When Thread::requestExitAndWait is made virtual and this method is renamed to
1183 // "virtual status_t requestExitAndWait()", replace by "return Thread::requestExitAndWait();"
1184 requestExitAndWait();
2425 mAudioWatchdog->requestExitAndWait();

Completed in 5379 milliseconds