Searched refs:muted (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish_common/guest/hals/audio/legacy/ |
D | vsoc_audio.cpp | 257 int GceAudio::SetMasterMute(bool muted) { in SetMasterMute() argument 258 D("GceAudio::%s: set master muted %d", __FUNCTION__, muted); in SetMasterMute() 259 master_muted_ = muted; in SetMasterMute() 263 int GceAudio::GetMasterMute(bool* muted) { in GetMasterMute() argument 265 *muted = master_muted_; in GetMasterMute()
|
D | vsoc_audio.h | 126 int GetMasterMute(bool* muted); 187 int SetMasterMute(bool muted);
|
/device/linaro/poplar/audio/ |
D | audio_hw.c | 539 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 541 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 545 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 547 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 718 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 720 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 724 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 726 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 1094 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) { in adev_set_master_mute() argument 1095 ALOGD("%s: %s", __func__, _bool_str(muted)); in adev_set_master_mute() 1098 adev->master_mute = muted; in adev_set_master_mute() 1103 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) { in adev_get_master_mute() argument 1106 *muted = adev->master_mute; in adev_get_master_mute() 1108 ALOGD("%s: %s", __func__, _bool_str(*muted)); in adev_get_master_mute()
|
/device/generic/goldfish/audio/ |
D | audio_hw_legacy.c | 500 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 505 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument
|
D | audio_hw.c | 1321 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 1326 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument
|
/device/google/cuttlefish_common/guest/hals/audio/ |
D | audio_hw.c | 1324 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 1329 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument
|