/hardware/interfaces/audio/aidl/default/alsa/ |
D | Mixer.h | 42 ndk::ScopedAStatus getMasterMute(bool* muted); 45 ndk::ScopedAStatus getMicMute(bool* muted); 47 ndk::ScopedAStatus setMasterMute(bool muted); 50 ndk::ScopedAStatus setMicMute(bool muted); 69 ndk::ScopedAStatus getMixerControlMute(Control ctl, bool* muted); 71 ndk::ScopedAStatus setMixerControlMute(Control ctl, bool muted);
|
D | Mixer.cpp | 111 ndk::ScopedAStatus Mixer::getMasterMute(bool* muted) { in getMasterMute() argument 112 return getMixerControlMute(MASTER_SWITCH, muted); in getMasterMute() 123 ndk::ScopedAStatus Mixer::getMicMute(bool* muted) { in getMicMute() argument 124 return getMixerControlMute(MIC_SWITCH, muted); in getMicMute() 141 ndk::ScopedAStatus Mixer::setMasterMute(bool muted) { in setMasterMute() argument 142 return setMixerControlMute(MASTER_SWITCH, muted); in setMasterMute() 153 ndk::ScopedAStatus Mixer::setMicMute(bool muted) { in setMicMute() argument 154 return setMixerControlMute(MIC_SWITCH, muted); in setMicMute() 183 ndk::ScopedAStatus Mixer::getMixerControlMute(Control ctl, bool* muted) { in getMixerControlMute() argument 196 *muted = mutedValues[0] != 0; in getMixerControlMute() [all …]
|
/hardware/interfaces/audio/aidl/default/usb/ |
D | UsbAlsaMixerControl.h | 39 ndk::ScopedAStatus setMasterMute(bool muted);
|
/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/5.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.
|
/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/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/interfaces/audio/6.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.
|
/hardware/interfaces/audio/7.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.
|
/hardware/libhardware_legacy/include/hardware_legacy/ |
D | AudioHardwareInterface.h | 281 virtual status_t setMasterMute(bool muted) = 0;
|
/hardware/interfaces/cas/1.2/ |
D | types.hal | 36 * ERROR_CAS_CARD_MUTE is used to report smart card is muted for
|
/hardware/qcom/audio/hal/ |
D | audio_hw.h | 234 bool muted; member
|
D | audio_hw.c | 3426 out->muted = (left == 0.0f); in out_set_volume() 3615 if (out->muted) in out_write() 5846 static int adev_set_master_mute(struct audio_hw_device *dev __unused, bool muted __unused) in adev_set_master_mute() 5851 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 | 1382 static int adev_set_master_mute(struct audio_hw_device *dev, bool muted) in adev_set_master_mute() argument 1385 (void)muted; in adev_set_master_mute() 1389 static int adev_get_master_mute(struct audio_hw_device *dev, bool *muted) in adev_get_master_mute() argument 1392 (void)muted; in adev_get_master_mute()
|
/hardware/interfaces/audio/common/7.0/ |
D | types.hal | 352 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 371 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
/hardware/interfaces/audio/common/5.0/ |
D | types.hal | 103 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/6.0/ |
D | types.hal | 961 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation, 977 * Positive linear gain applied to the track samples. 0 being muted and 1 is no attenuation,
|
/hardware/interfaces/audio/common/2.0/ |
D | types.hal | 101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
|
/hardware/interfaces/audio/common/4.0/ |
D | types.hal | 101 ENFORCED_AUDIBLE = 7, // Sounds that cannot be muted by user and must be
|