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

  /external/chromium/chrome/browser/chromeos/
audio_mixer.h 23 SHUTTING_DOWN,
audio_mixer_alsa.cc 70 mixer_state_ = SHUTTING_DOWN;
99 if (mixer_state_ == SHUTTING_DOWN)
397 if (mixer_state_ == SHUTTING_DOWN)
audio_handler.cc 186 (mixer_state == AudioMixer::SHUTTING_DOWN))
  /external/chromium_org/ppapi/native_client/src/trusted/plugin/
service_runtime.cc 198 bool shutting_down; local
207 shutting_down = shutting_down_;
208 if (op_complete || shutting_down) {
217 if (shutting_down) {
431 bool shutting_down; local
443 shutting_down = shutting_down_;
444 if (op_complete || shutting_down) {
451 if (shutting_down) return false;
588 bool shutting_down; local
592 shutting_down = shutting_down_
    [all...]
  /art/runtime/base/
mutex.cc 318 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); local
319 LOG(shutting_down ? WARNING : FATAL) << "destroying mutex with owner: " << exclusive_owner_;
333 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
334 PLOG(shutting_down ? WARNING : FATAL) << "pthread_mutex_destroy failed for " << name_;
539 bool shutting_down = runtime == NULL || runtime->IsShuttingDown();
540 PLOG(shutting_down ? WARNING : FATAL) << "pthread_rwlock_destroy failed for " << name_;
771 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); local
772 LOG(shutting_down ? WARNING : FATAL) << "ConditionVariable::~ConditionVariable for " << name_
783 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown();
784 PLOG(shutting_down ? WARNING : FATAL) << "pthread_cond_destroy failed for " << name_
    [all...]
  /external/valgrind/main/coregrind/
vgdb.c 145 static Bool shutting_down = False; variable
482 shutting_down = True;
    [all...]
  /art/runtime/
scoped_thread_state_change.h 69 bool shutting_down = (runtime == NULL) || runtime->IsShuttingDown(); variable
70 CHECK(shutting_down); variable
  /frameworks/av/include/media/stagefright/
OMXCodec.h 155 SHUTTING_DOWN,
  /frameworks/av/media/libstagefright/
OMXCodec.cpp     [all...]

Completed in 985 milliseconds