Searched refs:mute (Results 1 - 7 of 7) sorted by relevance

/hardware/qcom/audio/legacy/alsa_sound/
H A DALSAMixer.cpp86 mute(false)
94 bool mute; member in struct:android::mixer_info_t
369 info->mute = state;
385 *state = info->mute;
410 info->mute = state;
426 *state = info->mute;
/hardware/libhardware/include/hardware/
H A Daudio.h487 /* mic mute */
533 * set the audio mute status for all audio activities. If any value other
536 int (*set_master_mute)(struct audio_hw_device *dev, bool mute);
539 * Get the current master mute status for the HAL, if the HAL supports
540 * master mute control. AudioFlinger will query this value from the primary
542 * initial master mute across all HALs. HALs which do not support this
545 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute);
/hardware/qcom/msm8960/kernel-headers/linux/
H A Dmsm_audio.h194 uint32_t mute; member in struct:msm_mute_info
/hardware/qcom/msm8960/original-kernel-headers/linux/
H A Dmsm_audio.h204 uint32_t mute; member in struct:msm_mute_info
/hardware/qcom/msm8x74/kernel-headers/linux/
H A Dmsm_audio.h194 uint32_t mute; member in struct:msm_mute_info
/hardware/qcom/msm8x74/original-kernel-headers/linux/
H A Dmsm_audio.h204 uint32_t mute; member in struct:msm_mute_info
/hardware/libhardware_legacy/audio/
H A DAudioPolicyManagerBase.cpp354 // mute media and sonification strategies and delay device switch by the largest
2112 // mute strategy while moving tracks from one output to another
2539 // mute/unmute strategies using an incompatible device combination
2549 // temporary mute output if device selection changes to avoid volume bursts due to
2555 bool mute = shouldMute && (curDevice & device) && (curDevice != device); local
2558 if (mute && !outputDesc->mStrategyMutedByDevice[i]) {
2561 } else if (!mute && outputDesc->mStrategyMutedByDevice[i]){
2575 mute ? "muting" : "unmuting", i, curDevice, curOutput);
2576 setStrategyMute((routing_strategy)i, mute, curOutput, mute
[all...]

Completed in 332 milliseconds