Home
last modified time | relevance | path

Searched refs:exitPending (Results 1 – 10 of 10) sorted by relevance

/frameworks/base/media/libmedia/
DVisualizer.cpp62 if (t->exitPending()) { in setEnabled()
309 while (!exitPending()) in threadLoop()
DAudioRecord.cpp293 if (t->exitPending()) { in start()
DAudioTrack.cpp324 if (t->exitPending()) { in start()
/frameworks/base/cmds/bootanimation/
DBootAnimation.cpp355 } while (!exitPending()); in android()
464 for (int i=0 ; i<pcount && !exitPending() ; i++) { in movie()
470 for (int j=0 ; j<fcount && !exitPending(); j++) { in movie()
/frameworks/base/libs/utils/
DThreads.cpp820 if (result && !self->exitPending()) { in _threadLoop()
912 bool Thread::exitPending() const in exitPending() function in android::Thread
/frameworks/base/include/utils/
Dthreads.h531 bool exitPending() const;
/frameworks/base/services/sensorservice/
DSensorService.cpp287 } while (count >= 0 || Thread::exitPending()); in threadLoop()
/frameworks/base/services/audioflinger/
DAudioFlinger.cpp1857 while (!exitPending()) in threadLoop()
1920 if (exitPending()) break; in threadLoop()
2529 while (!exitPending()) in threadLoop()
2566 if (exitPending()) break; in threadLoop()
2922 while (!exitPending()) in threadLoop()
2960 if (exitPending()) break; in threadLoop()
4221 while (!exitPending()) { in threadLoop()
4234 if (exitPending()) break; in threadLoop()
DAudioPolicyService.cpp661 while (!exitPending()) in threadLoop()
/frameworks/base/voip/jni/rtp/
DAudioGroup.cpp864 while (!exitPending()) { in threadLoop()