Home
last modified time | relevance | path

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

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp129 RETURN_STATUS_IF_ERROR(findControl(Mixer::HW_VOLUME, &mctl)); in getVolumes()
159 RETURN_STATUS_IF_ERROR(findControl(Mixer::HW_VOLUME, &mctl)); in setVolumes()
172 ndk::ScopedAStatus Mixer::findControl(Control ctl, struct mixer_ctl** result) { in findControl() function in aidl::android::hardware::audio::core::alsa::Mixer
185 RETURN_STATUS_IF_ERROR(findControl(ctl, &mctl)); in getMixerControlMute()
202 RETURN_STATUS_IF_ERROR(findControl(ctl, &mctl)); in getMixerControlVolume()
219 RETURN_STATUS_IF_ERROR(findControl(ctl, &mctl)); in setMixerControlMute()
230 RETURN_STATUS_IF_ERROR(findControl(ctl, &mctl)); in setMixerControlVolume()
DMixer.h68 ndk::ScopedAStatus findControl(Control ctl, struct mixer_ctl** result);