Searched defs:VirtualScreenConfigs (Results 1 – 1 of 1) sorted by relevance
28 struct VirtualScreenConfigs { struct29 ScreenId id = INVALID_SCREEN_ID;30 ScreenId mirrorId = INVALID_SCREEN_ID;31 std::string name;32 uint32_t width = 0;33 uint32_t height = 0;34 sptr<Surface> surface = nullptr;35 int32_t flags = 0; // reserve flag.