Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2797 bool applyVolume = false; in setVolumeIndexForAttributes() local
2800 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()
2803 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()
2805 if (!applyVolume) { in setVolumeIndexForAttributes()
2812 applyVolume = false; in setVolumeIndexForAttributes()
2830 applyVolume = false; in setVolumeIndexForAttributes()
2836 applyVolume = true; in setVolumeIndexForAttributes()
2839 if (isPreempted || applyVolume) { in setVolumeIndexForAttributes()
2843 if (!applyVolume) { in setVolumeIndexForAttributes()