|
@@ -97,6 +97,9 @@ private:
|
|
|
friend class EventInterface;
|
|
friend class EventInterface;
|
|
|
friend class Service::NVFlinger::NVFlinger;
|
|
friend class Service::NVFlinger::NVFlinger;
|
|
|
|
|
|
|
|
|
|
+ /// Manages syncpoints on the host
|
|
|
|
|
+ NvCore::Container container;
|
|
|
|
|
+
|
|
|
/// Id to use for the next open file descriptor.
|
|
/// Id to use for the next open file descriptor.
|
|
|
DeviceFD next_fd = 1;
|
|
DeviceFD next_fd = 1;
|
|
|
|
|
|
|
@@ -108,9 +111,6 @@ private:
|
|
|
|
|
|
|
|
EventInterface events_interface;
|
|
EventInterface events_interface;
|
|
|
|
|
|
|
|
- /// Manages syncpoints on the host
|
|
|
|
|
- NvCore::Container container;
|
|
|
|
|
-
|
|
|
|
|
std::unordered_map<std::string, std::function<FilesContainerType::iterator(DeviceFD)>> builders;
|
|
std::unordered_map<std::string, std::function<FilesContainerType::iterator(DeviceFD)>> builders;
|
|
|
};
|
|
};
|
|
|
|
|
|