Lines Matching refs:screenId
96 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) = 0;
101 virtual DMError DestroyVirtualScreen(ScreenId screenId) = 0;
102 virtual DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) = 0;
103 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation) = 0;
110 …virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& co…
111 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) = 0;
112 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) = 0;
113 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) = 0;
114 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) = 0;
115 virtual DMError SetScreenColorTransform(ScreenId screenId) = 0;
133 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
134 virtual sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId) = 0;
138 virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
143 virtual DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId) = 0;
144 virtual DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) = 0;