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

  /external/chromium_org/media/audio/alsa/
alsa_wrapper.h 54 virtual int MixerAttach(snd_mixer_t* mixer, const char* name);
alsa_wrapper.cc 112 int AlsaWrapper::MixerAttach(snd_mixer_t* mixer, const char* name) {
alsa_util.cc 127 error = wrapper->MixerAttach(mixer, control_name.c_str());
129 LOG(ERROR) << "MixerAttach, " << control_name << ", "

Completed in 736 milliseconds