Home
last modified time | relevance | path

Searched refs:muted (Results 1 – 8 of 8) sorted by relevance

/device/google/cuttlefish_common/guest/hals/audio/legacy/
Dvsoc_audio.cpp257 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()
Dvsoc_audio.h126 int GetMasterMute(bool* muted);
187 int SetMasterMute(bool muted);
/device/linaro/poplar/audio/
Daudio_hw.c539 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/
Daudio_hw.c718 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/
Daudio_hw.c1094 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/
Daudio_hw_legacy.c500 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
Daudio_hw.c1321 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/
Daudio_hw.c1324 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