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

  /external/chromium/chrome/browser/chromeos/
audio_mixer_alsa.h 98 _snd_mixer* alsa_mixer_; member in class:chromeos::AudioMixerAlsa
audio_mixer_alsa.cc 59 alsa_mixer_(NULL),
193 if ((mixer_state_ == READY) && (alsa_mixer_ == NULL))
351 alsa_mixer_ = handle;
357 if (alsa_mixer_) {
358 snd_mixer_close(alsa_mixer_);
359 alsa_mixer_ = NULL;

Completed in 56 milliseconds