Lines Matching refs:screenId

51 sptr<DisplayInfo> DisplayManagerAdapter::GetDisplayInfoByScreenId(ScreenId screenId)  in GetDisplayInfoByScreenId()  argument
55 return displayManagerServiceProxy_->GetDisplayInfoByScreen(screenId); in GetDisplayInfoByScreenId()
73 DMError ScreenManagerAdapter::GetScreenSupportedColorGamuts(ScreenId screenId, in GetScreenSupportedColorGamuts() argument
78 return displayManagerServiceProxy_->GetScreenSupportedColorGamuts(screenId, colorGamuts); in GetScreenSupportedColorGamuts()
81 DMError ScreenManagerAdapter::GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) in GetScreenColorGamut() argument
85 return displayManagerServiceProxy_->GetScreenColorGamut(screenId, colorGamut); in GetScreenColorGamut()
88 DMError ScreenManagerAdapter::SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) in SetScreenColorGamut() argument
92 return displayManagerServiceProxy_->SetScreenColorGamut(screenId, colorGamutIdx); in SetScreenColorGamut()
95 DMError ScreenManagerAdapter::GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) in GetScreenGamutMap() argument
99 return displayManagerServiceProxy_->GetScreenGamutMap(screenId, gamutMap); in GetScreenGamutMap()
102 DMError ScreenManagerAdapter::SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) in SetScreenGamutMap() argument
106 return displayManagerServiceProxy_->SetScreenGamutMap(screenId, gamutMap); in SetScreenGamutMap()
109 DMError ScreenManagerAdapter::SetScreenColorTransform(ScreenId screenId) in SetScreenColorTransform() argument
113 return displayManagerServiceProxy_->SetScreenColorTransform(screenId); in SetScreenColorTransform()
116 DMError ScreenManagerAdapter::GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat) in GetPixelFormat() argument
121 return displayManagerServiceProxy_->GetPixelFormat(screenId, pixelFormat); in GetPixelFormat()
124 DMError ScreenManagerAdapter::SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat) in SetPixelFormat() argument
129 return displayManagerServiceProxy_->SetPixelFormat(screenId, pixelFormat); in SetPixelFormat()
132 DMError ScreenManagerAdapter::GetSupportedHDRFormats(ScreenId screenId, in GetSupportedHDRFormats() argument
138 return displayManagerServiceProxy_->GetSupportedHDRFormats(screenId, hdrFormats); in GetSupportedHDRFormats()
141 DMError ScreenManagerAdapter::GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) in GetScreenHDRFormat() argument
146 return displayManagerServiceProxy_->GetScreenHDRFormat(screenId, hdrFormat); in GetScreenHDRFormat()
149 DMError ScreenManagerAdapter::SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) in SetScreenHDRFormat() argument
154 return displayManagerServiceProxy_->SetScreenHDRFormat(screenId, modeIdx); in SetScreenHDRFormat()
157 DMError ScreenManagerAdapter::GetSupportedColorSpaces(ScreenId screenId, in GetSupportedColorSpaces() argument
163 return displayManagerServiceProxy_->GetSupportedColorSpaces(screenId, colorSpaces); in GetSupportedColorSpaces()
166 DMError ScreenManagerAdapter::GetScreenColorSpace(ScreenId screenId, in GetScreenColorSpace() argument
172 return displayManagerServiceProxy_->GetScreenColorSpace(screenId, colorSpace); in GetScreenColorSpace()
175 DMError ScreenManagerAdapter::SetScreenColorSpace(ScreenId screenId, in SetScreenColorSpace() argument
181 return displayManagerServiceProxy_->SetScreenColorSpace(screenId, colorSpace); in SetScreenColorSpace()
184 DMError ScreenManagerAdapter::GetSupportedHDRFormats(ScreenId screenId, std::vector<uint32_t>& hdrF… in GetSupportedHDRFormats() argument
189 DMError ret = GetSupportedHDRFormats(screenId, hdrFormatsVec); in GetSupportedHDRFormats()
197 DMError ScreenManagerAdapter::GetSupportedColorSpaces(ScreenId screenId, std::vector<uint32_t>& col… in GetSupportedColorSpaces() argument
202 DMError ret = GetSupportedColorSpaces(screenId, colorSpacesVec); in GetSupportedColorSpaces()
219 DMError ScreenManagerAdapter::DestroyVirtualScreen(ScreenId screenId) in DestroyVirtualScreen() argument
224 return displayManagerServiceProxy_->DestroyVirtualScreen(screenId); in DestroyVirtualScreen()
227 DMError ScreenManagerAdapter::SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface) in SetVirtualScreenSurface() argument
236 return displayManagerServiceProxy_->SetVirtualScreenSurface(screenId, surface->GetProducer()); in SetVirtualScreenSurface()
239 DMError ScreenManagerAdapter::SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool canvasRo… in SetVirtualMirrorScreenCanvasRotation() argument
243 …return displayManagerServiceProxy_->SetVirtualMirrorScreenCanvasRotation(screenId, canvasRotation); in SetVirtualMirrorScreenCanvasRotation()
246 DMError ScreenManagerAdapter::SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode sc… in SetVirtualMirrorScreenScaleMode() argument
250 return displayManagerServiceProxy_->SetVirtualMirrorScreenScaleMode(screenId, scaleMode); in SetVirtualMirrorScreenScaleMode()
274 bool ScreenManagerAdapter::SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, in SetSpecifiedScreenPower() argument
278 return displayManagerServiceProxy_->SetSpecifiedScreenPower(screenId, state, reason); in SetSpecifiedScreenPower()
293 DMError ScreenManagerAdapter::SetOrientation(ScreenId screenId, Orientation orientation) in SetOrientation() argument
297 return displayManagerServiceProxy_->SetOrientation(screenId, orientation); in SetOrientation()
489 sptr<ScreenInfo> ScreenManagerAdapter::GetScreenInfo(ScreenId screenId) in GetScreenInfo() argument
491 if (screenId == SCREEN_ID_INVALID) { in GetScreenInfo()
497 sptr<ScreenInfo> screenInfo = displayManagerServiceProxy_->GetScreenInfoById(screenId); in GetScreenInfo()
516 bool DisplayManagerAdapter::ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId) in ConvertScreenIdToRsScreenId() argument
520 return displayManagerServiceProxy_->ConvertScreenIdToRsScreenId(screenId, rsScreenId); in ConvertScreenIdToRsScreenId()
617 void DisplayManagerAdapter::SetDisplayScale(ScreenId screenId, in SetDisplayScale() argument
622 return displayManagerServiceProxy_->SetDisplayScale(screenId, scaleX, scaleY, pivotX, pivotY); in SetDisplayScale()
646 sptr<ScreenGroupInfo> ScreenManagerAdapter::GetScreenGroupInfoById(ScreenId screenId) in GetScreenGroupInfoById() argument
648 if (screenId == SCREEN_ID_INVALID) { in GetScreenGroupInfoById()
654 return displayManagerServiceProxy_->GetScreenGroupInfoById(screenId); in GetScreenGroupInfoById()
664 DMError ScreenManagerAdapter::MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPo… in MakeExpand() argument
669 return displayManagerServiceProxy_->MakeExpand(screenId, startPoint, screenGroupId); in MakeExpand()
687 DMError ScreenManagerAdapter::SetScreenActiveMode(ScreenId screenId, uint32_t modeId) in SetScreenActiveMode() argument
691 return displayManagerServiceProxy_->SetScreenActiveMode(screenId, modeId); in SetScreenActiveMode()
694 DMError ScreenManagerAdapter::SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) in SetVirtualPixelRatio() argument
698 return displayManagerServiceProxy_->SetVirtualPixelRatio(screenId, virtualPixelRatio); in SetVirtualPixelRatio()
701 DMError ScreenManagerAdapter::SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) in SetVirtualPixelRatioSystem() argument
705 return displayManagerServiceProxy_->SetVirtualPixelRatioSystem(screenId, virtualPixelRatio); in SetVirtualPixelRatioSystem()
708 DMError ScreenManagerAdapter::SetResolution(ScreenId screenId, uint32_t width, uint32_t height, flo… in SetResolution() argument
712 return displayManagerServiceProxy_->SetResolution(screenId, width, height, virtualPixelRatio); in SetResolution()
715 DMError ScreenManagerAdapter::GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio) in GetDensityInCurResolution() argument
719 return displayManagerServiceProxy_->GetDensityInCurResolution(screenId, virtualPixelRatio); in GetDensityInCurResolution()
722 DMError ScreenManagerAdapter::ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t heigh… in ResizeVirtualScreen() argument
726 return displayManagerServiceProxy_->ResizeVirtualScreen(screenId, width, height); in ResizeVirtualScreen()
747 VirtualScreenFlag ScreenManagerAdapter::GetVirtualScreenFlag(ScreenId screenId) in GetVirtualScreenFlag() argument
750 if (screenId == SCREEN_ID_INVALID) { in GetVirtualScreenFlag()
754 return displayManagerServiceProxy_->GetVirtualScreenFlag(screenId); in GetVirtualScreenFlag()
757 DMError ScreenManagerAdapter::SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag) in SetVirtualScreenFlag() argument
760 if (screenId == SCREEN_ID_INVALID) { in SetVirtualScreenFlag()
767 return displayManagerServiceProxy_->SetVirtualScreenFlag(screenId, screenFlag); in SetVirtualScreenFlag()
770 DMError ScreenManagerAdapter::SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterv… in SetVirtualScreenRefreshRate() argument
774 return displayManagerServiceProxy_->SetVirtualScreenRefreshRate(screenId, refreshInterval); in SetVirtualScreenRefreshRate()
789 void DisplayManagerAdapter::SetVirtualScreenBlackList(ScreenId screenId, std::vector<uint64_t>& win… in SetVirtualScreenBlackList() argument
792 displayManagerServiceProxy_->SetVirtualScreenBlackList(screenId, windowIdList); in SetVirtualScreenBlackList()
795 void DisplayManagerAdapter::DisablePowerOffRenderControl(ScreenId screenId) in DisablePowerOffRenderControl() argument
798 displayManagerServiceProxy_->DisablePowerOffRenderControl(screenId); in DisablePowerOffRenderControl()
807 DMError DisplayManagerAdapter::SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid, in SetVirtualScreenSecurityExemption() argument
811 …return displayManagerServiceProxy_->SetVirtualScreenSecurityExemption(screenId, pid, windowIdList); in SetVirtualScreenSecurityExemption()