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

  /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 424 // exitPending() returns true if requestExit() has been called.
425 bool exitPending() const;
  /frameworks/base/libs/utils/
Threads.cpp 669 // reset status and exitPending to their default value, so we can
789 bool Thread::exitPending() const
  /frameworks/base/libs/audioflinger/
AudioFlinger.cpp     [all...]
AudioPolicyService.cpp 591 while (!exitPending())
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/base/media/libmedia/
AudioRecord.cpp 258 if (t->exitPending()) {
AudioTrack.cpp 309 if (t->exitPending()) {

Completed in 1134 milliseconds