Home
last modified time | relevance | path

Searched refs:muted (Results 1 – 15 of 15) sorted by relevance

/hardware/interfaces/audio/2.0/
DIDevice.hal58 * @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/
DIDevice.hal56 * @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.
Dtypes.hal130 * 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/interfaces/audio/5.0/
DIDevice.hal56 * @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.
/hardware/libhardware/modules/audio/
Daudio_hw.c449 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/interfaces/audio/6.0/
DIDevice.hal56 * @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.
/hardware/libhardware_legacy/include/hardware_legacy/
DAudioHardwareInterface.h281 virtual status_t setMasterMute(bool muted) = 0;
/hardware/interfaces/cas/1.2/
Dtypes.hal36 * ERROR_CAS_CARD_MUTE is used to report smart card is muted for
/hardware/qcom/audio/hal/
Daudio_hw.h234 bool muted; member
Daudio_hw.c3338 out->muted = (left == 0.0f); in out_set_volume()
3527 if (out->muted) in out_write()
5720 static int adev_set_master_mute(struct audio_hw_device *dev __unused, bool muted __unused) in adev_set_master_mute()
5725 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/
Daudio_hw.cpp1515 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in audio_config_compare() argument
1518 (void)muted; in audio_config_compare()
1522 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in audio_config_compare() argument
1525 (void)muted; in audio_config_compare()
/hardware/interfaces/audio/common/6.0/
Dtypes.hal103 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
808 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
824 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
/hardware/interfaces/audio/common/5.0/
Dtypes.hal103 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
802 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
818 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
/hardware/interfaces/audio/common/4.0/
Dtypes.hal101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
/hardware/interfaces/audio/common/2.0/
Dtypes.hal101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be