Home
last modified time | relevance | path

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

/hardware/libhardware/modules/audio/
Daudio_hw.c295 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
300 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.cpp640 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
645 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
/hardware/qcom/audio/hal/
Daudio_hw.c2180 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute()
2185 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute()
Daudio_hw.h114 bool muted; member