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

1 2

  /system/core/libutils/include/utils/
Thread.h 82 // exitPending() returns true if requestExit() has been called.
83 bool exitPending() const;
  /hardware/libhardware/modules/sensors/dynamic_sensor/
DummyDynamicAccelDaemon.cpp 140 if (!Thread::exitPending()) {
157 while (!Thread::exitPending()) {
160 if (Thread::exitPending()) {
ConnectionDetector.cpp 85 while (!Thread::exitPending()) {
216 while(!Thread::exitPending()) {
HidRawSensorDevice.cpp 93 while(!Thread::exitPending()) {
  /system/extras/libperfmgr/
NodeLooperThread.cc 29 if (::android::Thread::exitPending()) {
68 if (::android::Thread::exitPending()) {
  /frameworks/av/media/libmedia/
TimeCheck.cpp 68 if (exitPending()) {
Visualizer.cpp 66 if (t->exitPending()) {
416 while (!exitPending())
  /frameworks/base/libs/hwui/thread/
ThreadBase.h 69 while (!exitPending()) {
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/opt/net/lowpan/lowpan_hdlc_adapter/
lowpan_hdlc_adapter.cpp 200 while (!exitPending()) {
202 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;
  /system/core/libutils/
Threads.cpp 673 // reset status and exitPending to their default value, so we can
733 if (result && !self->exitPending()) {
847 bool Thread::exitPending() const
  /device/google/cuttlefish_common/guest/hals/camera/fake-pipeline2/
JpegCompressor.cpp 189 if (exitPending()) {
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 422 } while (!exitPending());
888 if (exitPending())
895 if(exitPending() && !part.playUntilComplete)
906 for (size_t j=0 ; j<fcount && (!exitPending() || part.playUntilComplete) ; j++) {
    [all...]
  /frameworks/av/services/soundtrigger/
SoundTriggerHwService.cpp 428 while (!exitPending()) {
433 while (mEventQueue.isEmpty() && !exitPending()) {
438 if (exitPending()) {
    [all...]
  /frameworks/av/services/audioflinger/
Threads.cpp 551 // if (!exitPending()) {
553 // // exit() calls requestExit(), what exitPending() observes
    [all...]
  /frameworks/av/services/audiopolicy/service/
AudioPolicyService.cpp 665 while (!exitPending())
668 while (!mAudioCommands.isEmpty() && !exitPending()) {
848 if (!exitPending()) {
    [all...]
  /frameworks/native/services/sensorservice/
SensorService.cpp     [all...]
  /frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp 874 while (!exitPending()) {
  /frameworks/av/media/libaudioclient/
AudioRecord.cpp     [all...]
AudioTrack.cpp     [all...]
  /device/google/contexthub/sensorhal/
hubconnection.cpp     [all...]

Completed in 1336 milliseconds

1 2