Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp244 if (int valueOrError = mixer_ctl_get_percent(ctl, id); valueOrError >= 0) { in getMixerControlPercent() local
245 (*percents)[id] = valueOrError; in getMixerControlPercent()
247 return valueOrError; in getMixerControlPercent()
257 if (int valueOrError = mixer_ctl_get_value(ctl, id); valueOrError >= 0) { in getMixerControlValues() local
258 (*values)[id] = valueOrError; in getMixerControlValues()
260 return valueOrError; in getMixerControlValues()