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

/frameworks/base/include/utils/
H A Dthreads.h287 status_t requestExitAndWait();
/frameworks/base/media/libmedia/
H A DAudioRecord.cpp76 mClientRecordThread->requestExitAndWait();
256 if (t->requestExitAndWait() == WOULD_BLOCK) {
H A DAudioTrack.cpp95 mAudioTrackThread->requestExitAndWait();
317 if (t->requestExitAndWait() == WOULD_BLOCK) {
/frameworks/base/opengl/java/android/opengl/
H A DGLSurfaceView.java447 mGLThread.requestExitAndWait();
1048 public void requestExitAndWait() { method in class:GLSurfaceView.GLThread
/frameworks/base/camera/libcameraservice/
H A DCameraHardwareStub.cpp189 previewThread->requestExitAndWait();
/frameworks/base/libs/surfaceflinger/DisplayHardware/
H A DDisplayHardwareBase.cpp376 mDisplayEventThread->requestExitAndWait();
/frameworks/base/libs/utils/
H A DThreads.cpp973 status_t Thread::requestExitAndWait() function in class:android::Thread
/frameworks/base/libs/surfaceflinger/
H A DSurfaceFlinger.cpp1598 mCpuGauge->requestExitAndWait();
/frameworks/base/libs/audioflinger/
H A DAudioFlinger.cpp2509 requestExitAndWait();

Completed in 113 milliseconds