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

  /system/core/include/utils/
Thread.h 80 // exitPending() returns true if requestExit() has been called.
81 bool exitPending() const;
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 52 // caller will check for exitPending()
Threads.cpp 364 // if (!exitPending()) {
366 // // exit() calls requestExit(), what exitPending() observes
    [all...]
  /frameworks/base/libs/common_time/
diag_thread.cpp 209 while (!exitPending()) {
227 if (exitPending())
common_time_server.cpp 206 while (!exitPending()) {
241 if (exitPending())
    [all...]
  /frameworks/av/media/libmedia/
Visualizer.cpp 71 if (t->exitPending()) {
423 while (!exitPending())
AudioTrack.cpp     [all...]
AudioRecord.cpp     [all...]
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 186 if (exitPending()) {
  /frameworks/av/services/camera/libcameraservice/api1/client2/
JpegCompressor.cpp 126 if (exitPending()) {
  /frameworks/av/services/camera/libcameraservice/device3/
StatusTracker.cpp 144 if (exitPending()) return false;
Camera3Device.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 386 } while (!exitPending());
591 if(exitPending() && !part.playUntilComplete)
605 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
657 if(exitPending() && !part.count)
AudioPlayer.cpp 293 if (exitPending()) goto exit;
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 106 while(!exitPending()) {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 430 while (!exitPending()) {
435 while (mEventQueue.isEmpty() && !exitPending()) {
440 if (exitPending()) {
  /system/core/libutils/
Threads.cpp 702 // reset status and exitPending to their default value, so we can
762 if (result && !self->exitPending()) {
876 bool Thread::exitPending() const
  /frameworks/av/services/audiopolicy/
AudioPolicyService.cpp 387 while (!exitPending())
390 while (!mAudioCommands.isEmpty() && !exitPending()) {
534 if (!exitPending() && mAudioCommands.isEmpty()) {
    [all...]
AudioPolicyManager.cpp     [all...]
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 310 while (!exitPending()) {
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 517 } while (!Thread::exitPending());
574 } while(!Thread::exitPending());
    [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 869 while (!exitPending()) {
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /prebuilts/sdk/tools/linux/
aapt 

Completed in 481 milliseconds