Lines Matching refs:screenId

41     virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) = 0;
43 …virtual bool ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId) { return false; … in ConvertScreenIdToRsScreenId() argument
48 virtual DMError DestroyVirtualScreen(ScreenId screenId) = 0;
49 virtual DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) = 0;
50 …virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotate) { return DMEr… in SetVirtualMirrorScreenCanvasRotation() argument
51 virtual DMError SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode scaleMode) in SetVirtualMirrorScreenScaleMode() argument
55 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation) = 0;
68 …virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& co…
69 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) = 0;
70 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) = 0;
71 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) = 0;
72 virtual DMError SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) = 0;
73 virtual DMError SetScreenColorTransform(ScreenId screenId) = 0;
75 virtual DMError GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat) in GetPixelFormat() argument
79 virtual DMError SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat) in SetPixelFormat() argument
83 virtual DMError GetSupportedHDRFormats(ScreenId screenId, in GetSupportedHDRFormats() argument
88 virtual DMError GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() argument
92 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) in SetScreenHDRFormat() argument
96 virtual DMError GetSupportedColorSpaces(ScreenId screenId, in GetSupportedColorSpaces() argument
101 virtual DMError GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) in GetScreenColorSpace() argument
105 virtual DMError SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) in SetScreenColorSpace() argument
118 …virtual bool SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeRe…
124 virtual bool SetScreenBrightness(uint64_t screenId, uint32_t level) { return false; } in SetScreenBrightness() argument
125 virtual uint32_t GetScreenBrightness(uint64_t screenId) { return 0; } in GetScreenBrightness() argument
130 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) = 0;
131 virtual sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId) = 0;
135 virtual DMError MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoints,
141 virtual DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId) = 0;
142 virtual DMError SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) = 0;
143 virtual DMError SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) in SetVirtualPixelRatioSystem() argument
147 …virtual DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPix…
148 virtual DMError GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio) = 0;
149 …virtual DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) { return D… in ResizeVirtualScreen() argument
166 …virtual void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pi… in SetDisplayScale() argument
179 virtual VirtualScreenFlag GetVirtualScreenFlag(ScreenId screenId) in GetVirtualScreenFlag() argument
183 virtual DMError SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag) in SetVirtualScreenFlag() argument
187 virtual DMError SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterval) in SetVirtualScreenRefreshRate() argument
199 … virtual void SetVirtualScreenBlackList(ScreenId screenId, std::vector<uint64_t>& windowIdList) {} in SetVirtualScreenBlackList() argument
200 virtual void DisablePowerOffRenderControl(ScreenId screenId) {} in DisablePowerOffRenderControl() argument
206 virtual DMError SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid, in SetVirtualScreenSecurityExemption() argument