Searched refs:muted (Results 1 – 8 of 8) sorted by relevance
/device/asus/fugu/libaudio/ |
D | AudioHardwareOutput.cpp | 194 status_t AudioHardwareOutput::setMasterMute(bool muted) in setMasterMute() argument 199 mSettings.masterMute = muted; in setMasterMute() 208 status_t AudioHardwareOutput::getMasterMute(bool* muted) { in getMasterMute() argument 209 if (NULL == muted) in getMasterMute() 215 *muted = mSettings.masterMute; in getMasterMute()
|
D | audio_hal_thunks.cpp | 617 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 622 return adev->output->setMasterMute(muted); in adev_set_master_mute() 626 bool *muted) in adev_get_master_mute() argument 631 return adev->output->getMasterMute(muted); in adev_get_master_mute()
|
/device/linaro/hikey/audio/ |
D | audio_hw.c | 542 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 544 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 548 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 550 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/device/google/dragon/audio/hal/ |
D | audio_hw.h | 233 bool muted; member
|
D | audio_hw.c | 2031 out->muted = (left == 0.0f); in out_set_volume() 2119 if (out->muted) in out_write() 2951 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 2954 (void)muted; in adev_set_master_mute() 2959 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 2962 (void)muted; in adev_get_master_mute()
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.h | 284 bool muted; member
|
D | audio_hw.c | 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() argument 4210 (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() argument 4218 (void)muted; in adev_get_master_mute()
|
/device/generic/goldfish/audio/ |
D | audio_hw.c | 480 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 485 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument
|