Searched refs:findControl (Results 1 – 2 of 2) sorted by relevance
129 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::Mixer185 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()
68 ndk::ScopedAStatus findControl(Control ctl, struct mixer_ctl** result);