Home
last modified time | relevance | path

Searched refs:alsaMixers (Results 1 – 1 of 1) sorted by relevance

/hardware/interfaces/audio/aidl/default/usb/
DUsbAlsaMixerControl.cpp51 auto alsaMixers = getAlsaMixers(); in setMasterMute() local
52 for (auto it = alsaMixers.begin(); it != alsaMixers.end(); ++it) { in setMasterMute()
57 return alsaMixers.size() > 1 ? ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE) in setMasterMute()
65 auto alsaMixers = getAlsaMixers(); in setMasterVolume() local
66 for (auto it = alsaMixers.begin(); it != alsaMixers.end(); ++it) { in setMasterVolume()
71 return alsaMixers.size() > 1 ? ndk::ScopedAStatus::fromExceptionCode(EX_ILLEGAL_STATE) in setMasterVolume()