Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp3514 bool applyVolume = false; in setVolumeIndexForAttributes() local
3517 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()
3521 applyVolume = !curves.hasVolumeIndexForDevice(curSrcDevice); in setVolumeIndexForAttributes()
3523 if (!applyVolume) { in setVolumeIndexForAttributes()
3530 applyVolume = false; in setVolumeIndexForAttributes()
3550 applyVolume = false; in setVolumeIndexForAttributes()
3556 applyVolume = true; in setVolumeIndexForAttributes()
3559 if (isPreempted || applyVolume) { in setVolumeIndexForAttributes()
3563 if (!applyVolume) { in setVolumeIndexForAttributes()