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