Searched refs:curSrcDevices (Results 1 – 1 of 1) sorted by relevance
2725 DeviceTypeSet curSrcDevices; in setVolumeIndexForAttributes() local2729 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()