Searched refs:curSrcDevices (Results 1 – 1 of 1) sorted by relevance
3475 DeviceTypeSet curSrcDevices; in setVolumeIndexForAttributes() local3479 curSrcDevices = mEngine->getOutputDevicesForAttributes(attr, nullptr, false).types(); in setVolumeIndexForAttributes()3482 curSrcDevices = mEngine->getOutputDevicesForStream(stream, false).types(); in setVolumeIndexForAttributes()3487 audio_devices_t curSrcDevice = Volume::getDeviceForVolume(curSrcDevices); in setVolumeIndexForAttributes()3488 resetDeviceTypes(curSrcDevices, curSrcDevice); in setVolumeIndexForAttributes()3516 curSrcDevices.insert(device); in setVolumeIndexForAttributes()3517 applyVolume = (curSrcDevices.find( in setVolumeIndexForAttributes()3518 Volume::getDeviceForVolume(curDevices)) != curSrcDevices.end()) in setVolumeIndexForAttributes()3519 && Volume::getDeviceForVolume(curSrcDevices) == device; in setVolumeIndexForAttributes()3581 && (curSrcDevices.find( in setVolumeIndexForAttributes()[all …]