Searched refs:shouldMute (Results 1 – 4 of 4) sorted by relevance
114 public void mute(boolean shouldMute) { in mute() argument116 mAdapter.mute(shouldMute); in mute()
39 void mute(boolean shouldMute); in mute() argument
1979 final boolean shouldMute = ringerModeMute && isStreamAffectedByRingerMode(streamType); in muteRingerModeStreams()1980 if (isMuted == shouldMute) continue; in muteRingerModeStreams()1981 if (!shouldMute) { in muteRingerModeStreams()
4145 bool shouldMute = outputDesc->isActive() && (popcount(device) >= 2); in checkDeviceMuteStrategies() local4150 bool mute = shouldMute && (curDevice & device) && (curDevice != device); in checkDeviceMuteStrategies()