Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2527 bool applyVolume = false; in setVolumeIndexForAttributes() local
2530 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()
2533 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()
2535 if (!applyVolume) { in setVolumeIndexForAttributes()
2542 applyVolume = false; in setVolumeIndexForAttributes()
2560 applyVolume = false; in setVolumeIndexForAttributes()
2566 applyVolume = true; in setVolumeIndexForAttributes()
2569 if (isPreempted || applyVolume) { in setVolumeIndexForAttributes()
2573 if (!applyVolume) { in setVolumeIndexForAttributes()