Searched refs:curSrcDevices (Results 1 – 1 of 1) sorted by relevance
2490 DeviceTypeSet curSrcDevices; in setVolumeIndexForAttributes() local2494 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()2497 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()2502 audio_devices_t curSrcDevice = Volume::getDeviceForVolume(curSrcDevices); in setVolumeIndexForAttributes()2503 resetDeviceTypes(curSrcDevices, curSrcDevice); in setVolumeIndexForAttributes()2529 curSrcDevices.insert(device); in setVolumeIndexForAttributes()2530 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()2531 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()); in setVolumeIndexForAttributes()