Searched refs:exitPending (Results 1 - 11 of 11) sorted by path

/frameworks/av/media/libmedia/
H A DVisualizer.cpp62 if (t->exitPending()) {
347 while (!exitPending())
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp1170 // if (!exitPending()) {
1172 // // exit() calls requestExit(), what exitPending() observes
2573 while (!exitPending())
2607 if (exitPending()) break;
6040 while (!exitPending()) {
6050 if (exitPending()) break;
6347 if (exitPending()) {
6402 if (exitPending()) {
6407 if (exitPending() || recordTrack != mActiveTrack.get()) {
H A DAudioPolicyService.cpp659 while (!exitPending())
/frameworks/av/services/camera/libcameraservice/camera2/
H A DJpegCompressor.cpp126 if (exitPending()) {
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp375 } while (!exitPending());
504 if(exitPending() && !part.playUntilComplete)
507 for (int j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
561 if(exitPending() && !part.count)
/frameworks/base/services/common_time/
H A Dcommon_time_server.cpp206 while (!exitPending()) {
241 if (exitPending())
H A Ddiag_thread.cpp209 while (!exitPending()) {
227 if (exitPending())
/frameworks/base/voip/jni/rtp/
H A DAudioGroup.cpp863 while (!exitPending()) {
/frameworks/native/include/utils/
H A DThread.h77 // exitPending() returns true if requestExit() has been called.
78 bool exitPending() const;
/frameworks/native/libs/utils/
H A DThreads.cpp722 // reset status and exitPending to their default value, so we can
782 if (result && !self->exitPending()) {
891 bool Thread::exitPending() const function in class:android::Thread
/frameworks/native/services/sensorservice/
H A DSensorService.cpp312 } while (count >= 0 || Thread::exitPending());

Completed in 82 milliseconds