Home
last modified time | relevance | path

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

/aosp12/frameworks/av/services/audiopolicy/managerdefault/
H A DAudioPolicyManager.cpp2760 DeviceTypeSet curSrcDevices; in setVolumeIndexForAttributes() local
2764 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()
2767 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()
2772 audio_devices_t curSrcDevice = Volume::getDeviceForVolume(curSrcDevices); in setVolumeIndexForAttributes()
2773 resetDeviceTypes(curSrcDevices, curSrcDevice); in setVolumeIndexForAttributes()
2799 curSrcDevices.insert(device); in setVolumeIndexForAttributes()
2800 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()
2801 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()); in setVolumeIndexForAttributes()