Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Daudio_device.cpp34 bool& muted) { in GetMoreAudioData()
/device/google/cuttlefish/host/frontend/webrtc/
Daudio_handler.cpp485 bool muted = false; in OnCaptureBuffer() local
/device/amlogic/yukawa/hal/audio/
Daudio_hw.c971 static int adev_set_master_mute(struct audio_hw_device *dev, bool 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()
/device/linaro/hikey/audio/
Daudio_hw.c722 static int adev_set_master_mute(struct audio_hw_device *dev, bool 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()
/device/linaro/dragonboard/audio/
Daudio_hw.c957 static int adev_set_master_mute(struct audio_hw_device *dev, bool 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()
/device/generic/car/emulator/audio/driver/
Daudio_hw.c1339 static int adev_set_master_mute(struct audio_hw_device *dev, bool 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()
/device/google/cuttlefish/host/frontend/webrtc/libdevice/
Dstreamer.cpp124 int sample_rate, bool& muted) override { in GetMoreAudioData()