Searched refs:muted (Results 1 – 5 of 5) sorted by relevance
194 status_t AudioHardwareOutput::setMasterMute(bool muted) in setMasterMute() argument199 mSettings.masterMute = muted; in setMasterMute()208 status_t AudioHardwareOutput::getMasterMute(bool* muted) { in getMasterMute() argument209 if (NULL == muted) in getMasterMute()215 *muted = mSettings.masterMute; in getMasterMute()
617 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument622 return adev->output->setMasterMute(muted); in adev_set_master_mute()626 bool *muted) in adev_get_master_mute() argument631 return adev->output->getMasterMute(muted); in adev_get_master_mute()
284 bool muted; member
2906 out->muted = (left == 0.0f); in out_set_volume()3105 if (out->muted) in out_write()4207 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument4210 (void)muted; in adev_set_master_mute()4215 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument4218 (void)muted; in adev_get_master_mute()
480 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument485 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument