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

/device/asus/fugu/libaudio/
H A DAudioHardwareOutput.cpp194 status_t AudioHardwareOutput::setMasterMute(bool muted) argument
199 mSettings.masterMute = muted;
208 status_t AudioHardwareOutput::getMasterMute(bool* muted) { argument
209 if (NULL == muted)
215 *muted = mSettings.masterMute;
H A Daudio_hal_thunks.cpp617 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
622 return adev->output->setMasterMute(muted);
626 bool *muted)
631 return adev->output->getMasterMute(muted);
625 adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
/device/generic/goldfish/audio/
H A Daudio_hw_legacy.c499 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
504 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
H A Daudio_hw.c1252 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
1257 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
/device/linaro/hikey/audio/
H A Daudio_hw.c542 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
544 ALOGV("adev_set_master_mute: %d", muted);
548 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
550 ALOGV("adev_get_master_mute: %d", *muted);
/device/google/dragon/audio/hal/
H A Daudio_hw.c2017 out->muted = (left == 0.0f);
2105 if (out->muted)
2555 * to always provide zeroes when muted.
2758 /* out->muted = false; by calloc() */
2933 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) argument
2936 (void)muted;
2941 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) argument
2944 (void)muted;
H A Daudio_hw.h233 bool muted; member in struct:stream_out

Completed in 307 milliseconds