Home | History | Annotate | Download | only in audio

Lines Matching defs:mute

343             // mute media and sonification strategies and delay device switch by the largest
1899 // mute strategy while moving tracks from one output to another
2332 // mute/unmute strategies using an incompatible device combination
2342 // temporary mute output if device selection changes to avoid volume bursts due to
2348 bool mute = shouldMute && (curDevice & device) && (curDevice != device);
2351 if (mute && !outputDesc->mStrategyMutedByDevice[i]) {
2354 } else if (!mute && outputDesc->mStrategyMutedByDevice[i]){
2368 mute ? "muting" : "unmuting", i, curDevice, curOutput);
2369 setStrategyMute((routing_strategy)i, mute, curOutput, mute ? 0 : delayMs);
2377 if ((tempMute && (desc == outputDesc)) || mute) {
2904 ALOGVV("setStrategyMute() strategy %d, mute %d, output %d", strategy, on, output);
2924 ALOGVV("setStreamMute() stream %d, mute %d, output %d, mMuteCount %d device %04x",
2955 // mute the stream if it is low visibility. If it is high visibility, we must play a tone
2958 // if stateChange is true, we are called from setPhoneState() and we must mute or unmute as