Home
last modified time | relevance | path

Searched defs:PluginInfo (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/services/plugin_service/include/
Dplugin_service.h47 struct PluginInfo { struct
48 uint32_t id = 0;
49 std::string name;
50 std::string path;
51 std::string sha256;
52 uint32_t bufferSizeHint;
53 bool isStandaloneFileData = false;
54 std::string outFileName = "";
55 std::string pluginVersion = "";
56 SocketContext* context = nullptr;