HomeSort by relevance Sort by last modified time
    Searched refs:exitPending (Results 1 - 11 of 11) sorted by null

  /frameworks/base/media/libmedia/
Visualizer.cpp 60 if (t->exitPending()) {
302 while (!exitPending())
AudioRecord.cpp 276 if (t->exitPending()) {
AudioTrack.cpp 306 if (t->exitPending()) {
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 336 } while (!exitPending());
444 for (int i=0 ; i<pcount && !exitPending() ; i++) {
450 for (int j=0 ; j<fcount && !exitPending(); j++) {
  /frameworks/base/include/utils/
threads.h 514 // exitPending() returns true if requestExit() has been called.
515 bool exitPending() const;
  /frameworks/base/libs/utils/
Threads.cpp 699 // reset status and exitPending to their default value, so we can
819 bool Thread::exitPending() const
  /frameworks/base/services/sensorservice/
SensorService.cpp 223 } while (count >= 0 || Thread::exitPending());
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
AudioPolicyService.cpp 657 while (!exitPending())
    [all...]
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 791 while (!exitPending()) {

Completed in 1388 milliseconds