Searched refs:exitPending (Results 1 - 19 of 19) sorted by relevance

/frameworks/base/libs/hwui/thread/
H A DTaskManager.cpp109 } else if (exitPending()) {
/frameworks/base/libs/common_time/
H A Ddiag_thread.cpp209 while (!exitPending()) {
227 if (exitPending())
H A Dcommon_time_server.cpp207 while (!exitPending()) {
242 if (exitPending())
/frameworks/av/services/camera/libcameraservice/api1/client2/
H A DJpegCompressor.cpp126 if (exitPending()) {
/frameworks/av/services/camera/libcameraservice/device3/
H A DStatusTracker.cpp144 if (exitPending()) return false;
H A DCamera3Device.cpp4203 exitPending()) {
4299 if (res == TIMED_OUT || exitPending()) {
/frameworks/av/media/libmedia/
H A DVisualizer.cpp68 if (t->exitPending()) {
418 while (!exitPending())
/frameworks/base/cmds/bootanimation/
H A DBootAnimation.cpp431 } while (!exitPending());
910 if (exitPending())
917 if(exitPending() && !part.playUntilComplete)
936 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
999 if(exitPending() && !part.count)
/frameworks/av/services/radio/
H A DRadioService.cpp253 while (!exitPending()) {
258 while (mEventQueue.isEmpty() && !exitPending()) {
263 if (exitPending()) {
/frameworks/av/services/soundtrigger/
H A DSoundTriggerHwService.cpp444 while (!exitPending()) {
449 while (mEventQueue.isEmpty() && !exitPending()) {
454 if (exitPending()) {
/frameworks/av/services/audiopolicy/service/
H A DAudioPolicyService.cpp399 while (!exitPending())
402 while (!mAudioCommands.isEmpty() && !exitPending()) {
582 if (!exitPending()) {
/frameworks/av/services/audioflinger/
H A DThreads.cpp552 // if (!exitPending()) {
554 // // exit() calls requestExit(), what exitPending() observes
2973 while (!exitPending())
3081 if (exitPending()) {
3121 if (exitPending()) {
3357 if (!mSignalPending && mConfigEvents.isEmpty() && !exitPending()) {
5330 while (!exitPending()) {
5340 exitPending())) {
5344 if (exitPending()) {
6131 // check exitPending her
[all...]
/frameworks/native/services/sensorservice/
H A DSensorService.cpp701 } while (!Thread::exitPending());
757 } while(!Thread::exitPending());
/frameworks/av/media/libaudioclient/
H A DAudioRecord.cpp1276 // caller will check for exitPending()
1293 if (exitPending()) {
H A DAudioTrack.cpp2945 // caller will check for exitPending()
2962 if (exitPending()) {
/frameworks/native/services/surfaceflinger/
H A DSurfaceFlinger.cpp3993 bool exitPending; member in class:android::GraphicProducerWrapper
4015 if (exitPending) {
4053 exitPending(false),
4071 exitPending = true;
H A DSurfaceFlinger_hwc1.cpp3594 bool exitPending; member in class:GraphicProducerWrapper
3616 if (exitPending) {
3654 exitPending(false),
3672 exitPending = true;
/frameworks/opt/net/voip/src/jni/rtp/
H A DAudioGroup.cpp874 while (!exitPending()) {
/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp3746 while (!exitPending())

Completed in 380 milliseconds