HomeSort by relevance Sort by last modified time
    Searched refs:mixer_state_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.cc 58 mixer_state_(UNINITIALIZED),
70 mixer_state_ = SHUTTING_DOWN;
99 if (mixer_state_ == SHUTTING_DOWN)
118 if (mixer_state_ != READY)
126 if (mixer_state_ != READY)
137 if (mixer_state_ != READY)
152 if (mixer_state_ != READY)
165 if (mixer_state_ != READY)
193 if ((mixer_state_ == READY) && (alsa_mixer_ == NULL))
194 mixer_state_ = IN_ERROR
    [all...]
audio_mixer_alsa.h 95 mutable State mixer_state_; member in class:chromeos::AudioMixerAlsa

Completed in 125 milliseconds