Lines Matching refs:screenId
60 DMError DestroyVirtualScreen(ScreenId screenId);
61 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface);
63 DMError SetOrientation(ScreenId screenId, Orientation orientation, bool isFromWindow, bool withAnimation = true);
64 bool SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation = true);
66 DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId);
78 DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio);
81 DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts);
82 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
83 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx);
84 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap);
85 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap);
86 DMError SetScreenColorTransform(ScreenId screenId);
93 void SetScreenRotateAnimation(sptr<AbstractScreen>& screen, ScreenId screenId,
117 void NotifyScreenDisconnected(ScreenId screenId) const;