HomeSort by relevance Sort by last modified time
    Searched refs: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;
  /device/google/dragon/power/
timed_qos_manager.cpp 30 if (exitPending()) {
  /frameworks/base/libs/hwui/thread/
TaskManager.cpp 109 } else if (exitPending()) {
  /frameworks/base/libs/common_time/
diag_thread.cpp 209 while (!exitPending()) {
227 if (exitPending())
common_time_server.cpp 207 while (!exitPending()) {
242 if (exitPending())
    [all...]
  /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/av/media/libmedia/
Visualizer.cpp 68 if (t->exitPending()) {
418 while (!exitPending())
AudioTrack.cpp     [all...]
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 400 } while (!exitPending());
781 if (exitPending())
788 if(exitPending() && !part.playUntilComplete)
803 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
865 if(exitPending() && !part.count)
    [all...]
  /device/asus/fugu/libaudio/
AudioHotplugThread.cpp 310 while (!exitPending()) {
  /device/generic/goldfish/camera/fake-pipeline2/
JpegCompressor.cpp 186 if (exitPending()) {
  /system/core/libutils/
Threads.cpp 680 // reset status and exitPending to their default value, so we can
740 if (result && !self->exitPending()) {
854 bool Thread::exitPending() const
  /frameworks/av/services/radio/
RadioService.cpp 272 while (!exitPending()) {
277 while (mEventQueue.isEmpty() && !exitPending()) {
282 if (exitPending()) {
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 438 while (!exitPending()) {
443 while (mEventQueue.isEmpty() && !exitPending()) {
448 if (exitPending()) {
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 460 while (!exitPending())
463 while (!mAudioCommands.isEmpty() && !exitPending()) {
643 if (!exitPending()) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp 682 } while (!Thread::exitPending());
738 } while(!Thread::exitPending());
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 680 // if (!exitPending()) {
682 // // exit() calls requestExit(), what exitPending() observes
    [all...]
  /frameworks/native/services/surfaceflinger/
SurfaceFlinger.cpp     [all...]
SurfaceFlinger_hwc1.cpp     [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 874 while (!exitPending()) {
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]
  /hardware/libhardware_legacy/audio/
AudioPolicyManagerBase.cpp     [all...]
  /frameworks/av/services/audiopolicy/managerdefault/
AudioPolicyManager.cpp     [all...]

Completed in 1157 milliseconds