Searched refs:muted (Results 1 - 5 of 5) sorted by relevance

/hardware/qcom/audio/hal/
H A Daudio_hw.h136 bool muted; member in struct:stream_out
H A Daudio_hw.c1420 out->muted = (left == 0.0f);
1491 if (out->muted)
1824 * to always provide zeroes when muted.
2097 /* out->muted = false; by calloc() */
2279 static int adev_set_master_mute(struct audio_hw_device *dev __unused, bool muted __unused)
2284 static int adev_get_master_mute(struct audio_hw_device *dev __unused, bool *muted __unused)
/hardware/libhardware/modules/audio/
H A Daudio_hw.c296 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
301 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
/hardware/libhardware_legacy/include/hardware_legacy/
H A DAudioHardwareInterface.h282 virtual status_t setMasterMute(bool muted) = 0;
/hardware/libhardware/modules/audio_remote_submix/
H A Daudio_hw.cpp1434 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted)
1437 (void)muted;
1441 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted)
1444 (void)muted;

Completed in 104 milliseconds