Home | History | Annotate | Download | only in hal

Lines Matching refs:muted

2868         out->muted = (left == 0.0f);
3032 if (out->muted)
3655 * to always provide zeroes when muted.
3927 /* out->muted = false; by calloc() */
4110 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted)
4113 (void)muted;
4118 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted)
4121 (void)muted;