Searched defs:applyVolume (Results 1 - 1 of 1) sorted by relevance

/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2148 bool applyVolume; local
2151 applyVolume = (curDevice & curStreamDevice) != 0;
2153 applyVolume = !mVolumeCurves->hasVolumeIndexForDevice(
2157 if (applyVolume) {

Completed in 199 milliseconds