Home
last modified time | relevance | path

Searched refs:applyVolume (Results 1 – 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2522 bool applyVolume = false; in setVolumeIndexForAttributes() local
2544 applyVolume = false; in setVolumeIndexForAttributes()
2550 applyVolume = true; in setVolumeIndexForAttributes()
2553 if (isPreempted || applyVolume) { in setVolumeIndexForAttributes()
2557 if (!applyVolume) { in setVolumeIndexForAttributes()
2576 applyVolume = (Volume::getDeviceForVolume(curDevice) & curSrcDevice) != 0; in setVolumeIndexForAttributes()
2578 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()
2580 if (applyVolume) { in setVolumeIndexForAttributes()