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

  /frameworks/base/media/libmedia/
Visualizer.cpp 62 if (t->exitPending()) {
309 while (!exitPending())
AudioRecord.cpp 293 if (t->exitPending()) {
AudioTrack.cpp 324 if (t->exitPending()) {
    [all...]
  /device/moto/wingray/libaudio/
AudioPostProcessor.cpp 700 while (!exitPending() && ecnsStatus != -1) {
704 if(exitPending())
708 if(exitPending())
720 if(exitPending()) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 362 } while (!exitPending());
471 for (int i=0 ; i<pcount && !exitPending() ; i++) {
477 for (int j=0 ; j<fcount && !exitPending(); j++) {
  /frameworks/base/libs/utils/
Threads.cpp 760 // reset status and exitPending to their default value, so we can
820 if (result && !self->exitPending()) {
912 bool Thread::exitPending() const
  /frameworks/base/include/utils/
threads.h 530 // exitPending() returns true if requestExit() has been called.
531 bool exitPending() const;
  /frameworks/base/services/sensorservice/
SensorService.cpp 287 } while (count >= 0 || Thread::exitPending());
  /frameworks/base/services/audioflinger/
AudioFlinger.cpp     [all...]
AudioPolicyService.cpp 661 while (!exitPending())
    [all...]
  /frameworks/base/voip/jni/rtp/
AudioGroup.cpp 864 while (!exitPending()) {
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 439 milliseconds