Home | History | Annotate | Download | only in audio

Lines Matching refs:mMuteCount

2102     if (mOutputs.valueFor(output)->mMuteCount[stream] != 0) {
2103 LOGV("checkAndSetVolume() stream %d muted count %d", stream, mOutputs.valueFor(output)->mMuteCount[stream]);
2182 LOGV("setStreamMute() stream %d, mute %d, output %d, mMuteCount %d", stream, on, output, outputDesc->mMuteCount[stream]);
2185 if (outputDesc->mMuteCount[stream] == 0) {
2190 // increment mMuteCount after calling checkAndSetVolume() so that volume change is not ignored
2191 outputDesc->mMuteCount[stream]++;
2193 if (outputDesc->mMuteCount[stream] == 0) {
2197 if (--outputDesc->mMuteCount[stream] == 0) {
2285 mMuteCount[i] = 0;
2358 snprintf(buffer, SIZE, " %02d %.03f %02d %02d\n", i, mCurVolume[i], mRefCount[i], mMuteCount[i]);