Searched refs:mute (Results 1 - 10 of 10) sorted by relevance
/hardware/qcom/audio/legacy/alsa_sound/ |
H A D | ALSAMixer.cpp | 86 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 D | audio.h | 550 /* mic mute */ 607 * set the audio mute status for all audio activities. If any value other 610 int (*set_master_mute)(struct audio_hw_device *dev, bool mute); 613 * Get the current master mute status for the HAL, if the HAL supports 614 * master mute control. AudioFlinger will query this value from the primary 616 * initial master mute across all HALs. HALs which do not support this 619 int (*get_master_mute)(struct audio_hw_device *dev, bool *mute);
|
/hardware/qcom/audio/hal/voice_extn/ |
H A D | voice_extn.c | 469 bool mute = false; local 472 mute = true; 485 ret = platform_set_device_mute(adev->platform, mute, str_value); 487 ALOGE("%s: Failed to set mute err:%d", __func__, ret);
|
/hardware/qcom/msm8960/kernel-headers/linux/ |
H A D | msm_audio.h | 194 uint32_t mute; member in struct:msm_mute_info
|
/hardware/qcom/msm8960/original-kernel-headers/linux/ |
H A D | msm_audio.h | 204 uint32_t mute; member in struct:msm_mute_info
|
/hardware/qcom/msm8x74/kernel-headers/linux/ |
H A D | msm_audio.h | 194 uint32_t mute; member in struct:msm_mute_info
|
/hardware/qcom/msm8x74/original-kernel-headers/linux/ |
H A D | msm_audio.h | 204 uint32_t mute; member in struct:msm_mute_info
|
/hardware/qcom/msm8x84/kernel-headers/linux/ |
H A D | msm_audio.h | 194 uint32_t mute; member in struct:msm_mute_info
|
/hardware/qcom/msm8x84/original-kernel-headers/linux/ |
H A D | msm_audio.h | 204 uint32_t mute; member in struct:msm_mute_info
|
/hardware/libhardware_legacy/audio/ |
H A D | AudioPolicyManagerBase.cpp | 361 // mute media and sonification strategies and delay device switch by the largest 2332 // mute strategy while moving tracks from one output to another 2757 // mute/unmute strategies using an incompatible device combination 2767 // temporary mute output if device selection changes to avoid volume bursts due to 2773 bool mute = shouldMute && (curDevice & device) && (curDevice != device); local 2776 if (mute && !outputDesc->mStrategyMutedByDevice[i]) { 2779 } else if (!mute && outputDesc->mStrategyMutedByDevice[i]){ 2793 mute ? "muting" : "unmuting", i, curDevice, curOutput); 2794 setStrategyMute((routing_strategy)i, mute, curOutput, mute [all...] |
Completed in 173 milliseconds