Searched refs:muted (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/audio/2.0/ |
D | IDevice.hal | 58 * @param mute whether microphone is muted. 64 * Gets whether microphone is muted. 67 * @return mute whether microphone is muted. 75 * @param mute whether audio is muted. 88 * @return mute whether audio is muted.
|
/hardware/interfaces/audio/4.0/ |
D | IDevice.hal | 56 * @param mute whether microphone is muted. 62 * Gets whether microphone is muted. 65 * @return mute whether microphone is muted. 73 * @param mute whether audio is muted. 86 * @return mute whether audio is muted.
|
D | types.hal | 130 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 146 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
/hardware/intel/common/libmix/mix_audio/src/ |
D | mixaudio.h | 163 MIX_RESULT (*get_mute) (MixAudio *mix, gboolean* muted); 445 MIX_RESULT mix_audio_get_mute(MixAudio *mix, gboolean* muted);
|
D | mixaudio.c | 117 MIX_RESULT mix_audio_get_mute_default(MixAudio *mix, gboolean* muted); 1197 MIX_RESULT mix_audio_get_mute_default(MixAudio *mix, gboolean* muted) in mix_audio_get_mute_default() argument 1790 MIX_RESULT mix_audio_get_mute(MixAudio *mix, gboolean* muted) in mix_audio_get_mute() argument 1799 return klass->get_mute(mix, muted); in mix_audio_get_mute()
|
/hardware/libhardware/modules/audio/ |
D | audio_hw.c | 449 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 451 ALOGV("adev_set_master_mute: %d", muted); in adev_set_master_mute() 455 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 457 ALOGV("adev_get_master_mute: %d", *muted); in adev_get_master_mute()
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 281 virtual status_t setMasterMute(bool muted) = 0;
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 204 bool muted; member
|
D | audio_hw.c | 2864 out->muted = (left == 0.0f); in out_set_volume() 3038 if (out->muted) in out_write() 4841 static int adev_set_master_mute(struct audio_hw_device *dev __unused, bool muted __unused) in adev_set_master_mute() 4846 static int adev_get_master_mute(struct audio_hw_device *dev __unused, bool *muted __unused) in adev_get_master_mute()
|
/hardware/libhardware/modules/audio_remote_submix/ |
D | audio_hw.cpp | 1490 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in audio_config_compare() argument 1493 (void)muted; in audio_config_compare() 1497 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in audio_config_compare() argument 1500 (void)muted; in audio_config_compare()
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
|