HomeSort by relevance Sort by last modified time
    Searched full:exitpending (Results 1 - 18 of 18) sorted by null

  /frameworks/native/include/utils/
Thread.h 80 // exitPending() returns true if requestExit() has been called.
81 bool exitPending() const;
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 49 // caller will check for exitPending()
Threads.cpp 300 // if (!exitPending()) {
302 // // exit() calls requestExit(), what exitPending() observes
    [all...]
AudioPolicyService.cpp 669 while (!exitPending())
    [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 375 } while (!exitPending());
504 if(exitPending() && !part.playUntilComplete)
507 for (int j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
561 if(exitPending() && !part.count)
  /frameworks/av/media/libmedia/
Visualizer.cpp 62 if (t->exitPending()) {
349 while (!exitPending())
AudioRecord.cpp 841 // caller will check for exitPending()
AudioTrack.cpp     [all...]
  /frameworks/base/services/common_time/
diag_thread.cpp 209 while (!exitPending()) {
227 if (exitPending())
common_time_server.cpp 206 while (!exitPending()) {
241 if (exitPending())
    [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 186 if (exitPending()) {
  /frameworks/av/services/camera/libcameraservice/camera2/
JpegCompressor.cpp 126 if (exitPending()) {
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 106 while(!exitPending()) {
  /frameworks/native/libs/utils/
Threads.cpp 726 // reset status and exitPending to their default value, so we can
786 if (result && !self->exitPending()) {
900 bool Thread::exitPending() const
  /frameworks/native/services/sensorservice/
SensorService.cpp 363 } while (count >= 0 || Thread::exitPending());
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 863 while (!exitPending()) {
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]

Completed in 546 milliseconds