Home
last modified time | relevance | path

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

/frameworks/av/services/audiopolicy/managerdefault/
DAudioPolicyManager.cpp2725 DeviceTypeSet curSrcDevices; in setVolumeIndexForAttributes() local
2729 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()
2732 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()
2737 audio_devices_t curSrcDevice = Volume::getDeviceForVolume(curSrcDevices); in setVolumeIndexForAttributes()
2738 resetDeviceTypes(curSrcDevices, curSrcDevice); in setVolumeIndexForAttributes()
2764 curSrcDevices.insert(device); in setVolumeIndexForAttributes()
2765 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()
2766 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()); in setVolumeIndexForAttributes()