Lines Matching refs:checkAndSetVolume
585 checkAndSetVolume(stream, mStreams[stream].mIndexCur, output, outputDesc->device());
833 status_t volStatus = checkAndSetVolume(stream, index, mOutputs.keyAt(i), mOutputs.valueAt(i)->device());
2098 status_t AudioPolicyManagerBase::checkAndSetVolume(int stream, int index, audio_io_handle_t output, uint32_t device, int delayMs, bool force)
2103 LOGV("checkAndSetVolume() stream %d muted count %d", stream, mOutputs.valueFor(output)->mMuteCount[stream]);
2110 LOGV("checkAndSetVolume() cannot set stream %d volume with force use = %d for comm",
2163 checkAndSetVolume(stream, mStreams[stream].mIndexCur, output, device, delayMs, force);
2187 checkAndSetVolume(stream, 0, output, outputDesc->device(), delayMs);
2190 // increment mMuteCount after calling checkAndSetVolume() so that volume change is not ignored
2198 checkAndSetVolume(stream, streamDesc.mIndexCur, output, outputDesc->device(), delayMs);