/device/google/cuttlefish/host/frontend/webrtc/libcommon/ |
D | audio_device.cpp | 34 bool& muted) { in GetMoreAudioData() argument 35 muted = !playing_ || !audio_callback_; in GetMoreAudioData() 36 if (muted) { in GetMoreAudioData()
|
D | audio_source.h | 33 int sample_rate, bool& muted) = 0;
|
D | audio_device.h | 37 int num_channels, int sample_rate, bool& muted) override;
|
/device/google/cuttlefish/host/frontend/webrtc/ |
D | audio_handler.cpp | 491 bool muted = false; in OnCaptureBuffer() local 506 stream_desc.channels, stream_desc.sample_rate, muted); in OnCaptureBuffer() 513 if (muted) { in OnCaptureBuffer() 532 stream_desc.channels, stream_desc.sample_rate, muted); in OnCaptureBuffer() 537 } else if (muted) { in OnCaptureBuffer()
|
/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 | 722 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 724 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 728 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 730 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/generic/car/emulator/audio/driver/ |
D | audio_hw.c | 1339 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) { in adev_set_master_mute() argument 1340 ALOGD("%s: %s", __func__, _bool_str(muted)); in adev_set_master_mute() 1343 adev->master_mute = muted; in adev_set_master_mute() 1348 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) { in adev_get_master_mute() argument 1351 *muted = adev->master_mute; in adev_get_master_mute() 1353 ALOGD("%s: %s", __func__, _bool_str(*muted)); in adev_get_master_mute()
|
/device/amlogic/yukawa/hal/audio/ |
D | audio_hw.c | 971 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 973 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 977 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 979 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/linaro/dragonboard/audio/ |
D | audio_hw.c | 957 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 959 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 963 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 965 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/google/cuttlefish/host/frontend/webrtc/libdevice/ |
D | streamer.cpp | 122 int sample_rate, bool& muted) override { in GetMoreAudioData() argument 125 sample_rate, muted); in GetMoreAudioData()
|