Searched refs:deviceParams (Results 1 – 2 of 2) sorted by relevance
54 Device deviceParams; in sendToHW() local55 blackboardRead(&deviceParams, sizeof(deviceParams)); in sendToHW()57 mPolicyPluginInterface->setDeviceTypesForProductStrategy(mId, deviceParams.applicableDevice); in sendToHW()58 mPolicyPluginInterface->setDeviceAddressForProductStrategy(mId, deviceParams.deviceAddress); in sendToHW()
483 auto deviceParams = std::make_unique<DeviceParams> (Cameras::FromCameraArray(&cameraList)); in processDepthPhotoFrame() local484 deviceParams->container = Container::FromItems(&items); in processDepthPhotoFrame()487 deviceParams->profiles = Profiles::FromProfileArray(&profileList); in processDepthPhotoFrame()488 std::unique_ptr<Device> device = Device::FromData(std::move(deviceParams)); in processDepthPhotoFrame()