Lines Matching refs:screenId
60 virtual sptr<DisplayInfo> GetDisplayInfoByScreenId(ScreenId screenId);
82 virtual bool ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId);
89 …virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pi…
95 virtual void SetVirtualScreenBlackList(ScreenId screenId, std::vector<uint64_t>& windowIdList);
96 virtual void DisablePowerOffRenderControl(ScreenId screenId);
98 virtual DMError SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid,
115 virtual DMError DestroyVirtualScreen(ScreenId screenId);
116 virtual DMError SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface);
117 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRotation);
118 virtual DMError SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode scaleMode);
119 …virtual bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeRe…
122 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation);
123 virtual sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId);
126 …virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId…
131 virtual DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId);
132 virtual sptr<ScreenInfo> GetScreenInfo(ScreenId screenId);
133 virtual DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio);
134 virtual DMError SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio);
135 …virtual DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPix…
136 virtual DMError GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio);
137 virtual DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height);
142 …virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& co…
143 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut);
144 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx);
145 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap);
146 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap);
147 virtual DMError SetScreenColorTransform(ScreenId screenId);
148 virtual DMError GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat);
149 virtual DMError SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat);
150 …virtual DMError GetSupportedHDRFormats(ScreenId screenId, std::vector<ScreenHDRFormat>& hdrFormats…
151 virtual DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat);
152 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx);
153 …virtual DMError GetSupportedColorSpaces(ScreenId screenId, std::vector<GraphicCM_ColorSpaceType>& …
154 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace);
155 virtual DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace);
156 virtual DMError GetSupportedHDRFormats(ScreenId screenId, std::vector<uint32_t>& hdrFormats);
157 virtual DMError GetSupportedColorSpaces(ScreenId screenId, std::vector<uint32_t>& colorSpaces);
160 virtual VirtualScreenFlag GetVirtualScreenFlag(ScreenId screenId);
161 virtual DMError SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag);
162 virtual DMError SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterval);