Home
last modified time | relevance | path

Searched defs:muted (Results 1 – 4 of 4) sorted by relevance

/hardware/interfaces/audio/aidl/default/alsa/
DMixer.cpp111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute()
123 ndk::ScopedAStatus Mixer::getMicMute(bool* muted) { in getMicMute()
141 ndk::ScopedAStatus Mixer::setMasterMute(bool muted) { in setMasterMute()
153 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute()
183 ndk::ScopedAStatus Mixer::getMixerControlMute(Control ctl, bool* muted) { in getMixerControlMute()
217 ndk::ScopedAStatus Mixer::setMixerControlMute(Control ctl, bool muted) { in setMixerControlMute()
/hardware/libhardware/modules/audio/
Daudio_hw.c449 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
455 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
/hardware/libhardware/modules/audio_remote_submix/
Daudio_hw.cpp1382 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
1389 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
/hardware/qcom/audio/hal/
Daudio_hw.h234 bool muted; member