Lines Matching refs:DMError
37 DMError HasPrivateWindow(DisplayId displayId, bool& hasPrivateWindow) override;
41 DMError DestroyVirtualScreen(ScreenId screenId) override;
42 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override;
43 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
46 DMError IsScreenRotationLocked(bool& isLocked) override;
47 DMError SetScreenRotationLocked(bool isLocked) override;
48 DMError SetScreenRotationLockedFromJs(bool isLocked) override;
51 DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) override;
52 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
53 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
54 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) override;
55 DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) override;
56 DMError SetScreenColorTransform(ScreenId screenId) override;
58 DMError GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat) override;
59 DMError SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat) override;
60 DMError GetSupportedHDRFormats(ScreenId screenId, std::vector<ScreenHDRFormat>& hdrFormats) override;
61 DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) override;
62 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override;
63 DMError GetSupportedColorSpaces(ScreenId screenId, std::vector<GraphicCM_ColorSpaceType>& colorSpaces) override;
64 DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) override;
65 DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) override;
67 DMError RegisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
69 DMError UnregisterDisplayManagerAgent(const sptr<IDisplayManagerAgent>& displayManagerAgent,
85 DMError MakeMirror(ScreenId mainScreenId, std::vector<ScreenId> mirrorScreenId, ScreenId& screenGroupId) override;
86 DMError StopMirror(const std::vector<ScreenId>& mirrorScreenIds) override;
89 DMError GetAllScreenInfos(std::vector<sptr<ScreenInfo>>& screens) override;
90 DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId& screenGroupId) override;
91 DMError StopExpand(const std::vector<ScreenId>& expandScreenIds) override;
93 DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId) override;
94 DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) override;
95 DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio) override;
96 DMError GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio) override;
97 DMError AddSurfaceNodeToDisplay(DisplayId displayId,
99 DMError RemoveSurfaceNodeFromDisplay(DisplayId displayId,
101 DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) override;
102 DMError MakeUniqueScreen(const std::vector<ScreenId>& screenIds) override;