Lines Matching refs:screenId

51     DMError DestroyVirtualScreen(ScreenId screenId) override;

52 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override;
59 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
61 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
62 DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
63 bool SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation);
68 DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) override;
69 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
70 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
71 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
72 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
73 DMError SetScreenColorTransform(ScreenId screenId) override;
94 bool SetScreenBrightness(uint64_t screenId, uint32_t level) override;
95 uint32_t GetScreenBrightness(uint64_t screenId) override;
100 DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
105 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override;
106 sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId) override;
107 ScreenId GetScreenGroupIdByScreenId(ScreenId screenId);
111 DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId) override;
112 DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) override;
113 DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height,
115 DMError GetDensityInCurResolution(ScreenId screenId,