/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_stub.cpp | 55 ScreenId screenId = data.ReadUint64();
in OnRemoteRequest() local 56 auto info = GetDisplayInfoByScreen(screenId);
in OnRemoteRequest() 87 ScreenId screenId = CreateVirtualScreen(virScrOption, virtualScreenAgent);
in OnRemoteRequest() local 88 reply.WriteUint64(static_cast<uint64_t>(screenId));
in OnRemoteRequest() 92 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
in OnRemoteRequest() local 93 DMError result = DestroyVirtualScreen(screenId);
in OnRemoteRequest() 98 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
in OnRemoteRequest() local 105 DMError result = SetVirtualScreenSurface(screenId, bp);
in OnRemoteRequest() 110 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64());
in OnRemoteRequest() local 112 DMError ret = SetOrientation(screenId, orientatio in OnRemoteRequest() 165 ScreenId screenId = static_cast<ScreenId>(data.ReadUint32()); OnRemoteRequest() local 197 uint64_t screenId = data.ReadUint64(); OnRemoteRequest() local 203 uint64_t screenId = data.ReadUint64(); OnRemoteRequest() local 232 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 238 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 258 std::vector<ScreenId> screenId; OnRemoteRequest() local 277 std::vector<ScreenId> screenId; OnRemoteRequest() local 286 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 293 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 300 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 315 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 326 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 333 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 344 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 351 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local 424 ScreenId screenId = static_cast<ScreenId>(data.ReadUint64()); OnRemoteRequest() local [all...] |
H A D | abstract_screen_controller.cpp | 91 for (ScreenId screenId : screenIds) {
in GetAllValidScreenIds() 92 auto screenIdIter = std::find(validScreenIds.begin(), validScreenIds.end(), screenId);
in GetAllValidScreenIds() 96 auto iter = dmsScreenMap_.find(screenId);
in GetAllValidScreenIds() 98 validScreenIds.emplace_back(screenId);
in GetAllValidScreenIds() 169 WLOGD("GetAbstractScreen: screenId: %{public}" PRIu64"", dmsScreenId);
in GetAbstractScreen() 307 WLOGFD("reconnect screen, screenId=%{public}" PRIu64"", rsScreenId);
in ProcessScreenConnected() 426 WLOGE("supported screen mode is 0, screenId=%{public}" PRIu64"", absScreen->rsId_);
in InitAbstractScreenModesInfo() 446 WLOGE("activeModeId exceed, screenId=%{public}" PRIu64", activeModeId:%{public}d/%{public}ud",
in InitAbstractScreenModesInfo() 575 WLOGI("connect new group screen, screenId: %{public}" PRIu64", screenGroupId: %{public}" PRIu64", "
in AddAsFirstScreenLocked() 672 DMError AbstractScreenController::DestroyVirtualScreen(ScreenId screenId)
in DestroyVirtualScreen() argument 711 SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface) SetVirtualScreenSurface() argument 734 SetOrientation(ScreenId screenId, Orientation newOrientation, bool isFromWindow, bool withAnimation) SetOrientation() argument 833 SetScreenRotateAnimation( sptr<AbstractScreen>& screen, ScreenId screenId, Rotation rotationAfter, bool withAnimation) SetScreenRotateAnimation() argument 920 SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow, bool withAnimation) SetRotation() argument 952 GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) GetScreenSupportedColorGamuts() argument 962 GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) GetScreenColorGamut() argument 971 SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) SetScreenColorGamut() argument 980 GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) GetScreenGamutMap() argument 989 SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) SetScreenGamutMap() argument 998 SetScreenColorTransform(ScreenId screenId) SetScreenColorTransform() argument 1007 SetScreenActiveMode(ScreenId screenId, uint32_t modeId) SetScreenActiveMode() argument 1079 MakeMirror(ScreenId screenId, std::vector<ScreenId> screens) MakeMirror() argument 1162 ScreenId screenId = screens[i]; ChangeScreenGroup() local 1193 ScreenId screenId = addScreens[i]; AddScreenToGroup() local 1510 SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) SetVirtualPixelRatio() argument [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/include/zidl/ |
H A D | screen_session_manager_interface.h | 38 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override {return nullptr; } 40 virtual bool ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId) override { return true; } 45 virtual DMError DestroyVirtualScreen(ScreenId screenId) override { return DMError::DM_OK; } 46 virtual DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override 50 virtual DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) override 54 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation) override { return DMError::DM_OK; } 68 virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, 73 virtual DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override 77 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override { return DMError::DM_OK; } 78 virtual DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMa 161 GetScreenProperty(ScreenId screenId) GetScreenProperty() argument 162 GetDisplayNode(ScreenId screenId) GetDisplayNode() argument 163 UpdateScreenRotationProperty(ScreenId screenId, const RRectT<float>& bounds, float rotation, ScreenPropertyChangeType screenPropertyChangeType) UpdateScreenRotationProperty() argument 165 UpdateAvailableArea(ScreenId screenId, DMRect area) UpdateAvailableArea() argument 168 GetPhyScreenProperty(ScreenId screenId) GetPhyScreenProperty() argument [all...] |
/foundation/graphic/graphic_2d/rosen/samples/composer/ |
H A D | hello_composer.cpp | 143 uint32_t screenId = CreatePhysicalScreen(); in CreateShowLayers() local 145 LOGI("Create screen[%{public}d], and created a total of %{public}zu screens", screenId, screensMap_.size()); in CreateShowLayers() 147 InitLayers(screenId); in CreateShowLayers() 155 void HelloComposer::InitLayers(uint32_t screenId) in InitLayers() argument 157 LOGI("Init layers, screenId is %{public}d", screenId); in InitLayers() 158 uint32_t displayWidth = displayWidthsMap_[screenId]; in InitLayers() 159 uint32_t displayHeight = displayHeightsMap_[screenId]; in InitLayers() 161 std::vector<std::unique_ptr<LayerContext>> &drawLayers = drawLayersMap_[screenId]; in InitLayers() 248 uint32_t screenId in Draw() local 295 uint32_t screenId = currScreenId_; CreatePhysicalScreen() local 384 uint32_t screenId = widthIter->first; RemoveOffScreenData() local 394 uint32_t screenId = heightIter->first; RemoveOffScreenData() local 404 uint32_t screenId = outputIter->first; RemoveOffScreenData() local 414 uint32_t screenId = screenIter->first; RemoveOffScreenData() local 424 uint32_t screenId = layerIter->first; RemoveOffScreenData() local 450 uint32_t screenId = curOutput_->GetScreenId(); DoPrepareCompleted() local [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/ |
H A D | screen_session_manager_client.h | 49 sptr<ScreenSession> GetScreenSession(ScreenId screenId) const; 53 void UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, float rotation, 56 ScreenProperty GetPhyScreenProperty(ScreenId screenId); 64 void OnImmersiveStateChanged(ScreenId screenId, bool& immersive) override; 68 void UpdateAvailableArea(ScreenId screenId, DMRect area); 72 std::shared_ptr<Media::PixelMap> GetScreenSnapshot(ScreenId screenId, float scaleX, float scaleY); 77 void SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) override; 94 bool CheckIfNeedConnectScreen(ScreenId screenId, ScreenId rsId, const std::string& name); 95 void OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, 97 void OnPropertyChanged(ScreenId screenId, [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/luminance/ |
H A D | rs_luminance_control.h | 43 RSB_EXPORT bool SetHdrStatus(ScreenId screenId, bool isHdrOn, int32_t type = HDR_TYPE::PHOTO); 44 RSB_EXPORT bool IsHdrOn(ScreenId screenId); 45 RSB_EXPORT bool IsDimmingOn(ScreenId screenId); 46 RSB_EXPORT void DimmingIncrease(ScreenId screenId); 48 RSB_EXPORT void SetSdrLuminance(ScreenId screenId, uint32_t level); 49 RSB_EXPORT uint32_t GetNewHdrLuminance(ScreenId screenId); 50 RSB_EXPORT void SetNowHdrLuminance(ScreenId screenId, uint32_t level); 51 RSB_EXPORT bool IsNeedUpdateLuminance(ScreenId screenId); 53 RSB_EXPORT float GetHdrTmoNits(ScreenId screenId, int32_t mode); 54 RSB_EXPORT float GetSdrDisplayNits(ScreenId screenId); [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/platform/ohos/ |
H A D | rs_render_service_client_test.cpp | 415 ScreenId screenId = INVALID_SCREEN_ID; in HWTEST_F() local 418 auto callback = [&screenId, &screenEvent, &callbacked](ScreenId id, ScreenEvent event) { in HWTEST_F() 419 screenId = id; in HWTEST_F() 487 auto screenId = rsClient->GetDefaultScreenId(); in HWTEST_F() local 488 EXPECT_NE(screenId, INVALID_SCREEN_ID); in HWTEST_F() 489 rsClient->SetScreenActiveMode(screenId, 0); in HWTEST_F() 490 auto modeInfo = rsClient->GetScreenActiveMode(screenId); in HWTEST_F() 502 auto screenId = rsClient->GetDefaultScreenId(); in HWTEST_F() local 503 EXPECT_NE(screenId, INVALID_SCREEN_ID); in HWTEST_F() 508 rsClient->SetScreenRefreshRate(screenId, in HWTEST_F() 550 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 617 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 633 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 647 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 661 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 676 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 719 auto screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 762 ScreenId screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local 778 ScreenId screenId = rsClient->GetDefaultScreenId(); HWTEST_F() local [all...] |
/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_service.h | 51 DMError DestroyVirtualScreen(ScreenId screenId) override;
52 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) override;
59 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override;
61 DMError SetOrientation(ScreenId screenId, Orientation orientation) override;
62 DMError SetOrientationFromWindow(ScreenId screenId, Orientation orientation, bool withAnimation);
63 bool SetRotationFromWindow(ScreenId screenId, Rotation targetRotation, bool withAnimation);
68 DMError GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) override;
69 DMError GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) override;
70 DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) override;
71 DMError GetScreenGamutMap(ScreenId screenId, ScreenGamutMa [all...] |
H A D | abstract_screen_controller.h | 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, ScreenGamutMa [all...] |
/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_client_stub_test.cpp | 56 ScreenId screenId = 0; in HWTEST_F() local 57 data.WriteUint64(screenId); in HWTEST_F() 83 ScreenId screenId = 0; in HWTEST_F() local 84 data.WriteUint64(screenId); in HWTEST_F() 131 ScreenId screenId = 0; in HWTEST_F() local 132 data.WriteUint64(screenId); in HWTEST_F() 154 ScreenId screenId = 0; in HWTEST_F() local 155 data.WriteUint64(screenId); in HWTEST_F() 177 ScreenId screenId = 0; in HWTEST_F() local 178 data.WriteUint64(screenId); in HWTEST_F() 200 DisplayId screenId = 0; HWTEST_F() local 232 DisplayId screenId = 0; HWTEST_F() local 273 ScreenId screenId = 0; HWTEST_F() local 363 ScreenId screenId = 0; HWTEST_F() local 450 ScreenId screenId = 0; HWTEST_F() local 472 ScreenId screenId = 0; HWTEST_F() local 496 ScreenId screenId = 0; HWTEST_F() local 518 ScreenId screenId = 0; HWTEST_F() local 538 ScreenId screenId = 0; HWTEST_F() local 578 ScreenId screenId = 0; HWTEST_F() local 598 ScreenId screenId = 0; HWTEST_F() local 618 ScreenId screenId = 0; HWTEST_F() local 641 ScreenId screenId = 0; HWTEST_F() local 762 ScreenId screenId = 0; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/screen_manager/ |
H A D | rs_screen_manager_test.cpp | 306 ScreenId screenId = INVALID_SCREEN_ID;
in HWTEST_F() local 309 auto result = screenManager->SetVirtualScreenResolution(screenId, width, height);
in HWTEST_F() 357 ScreenId screenId = INVALID_SCREEN_ID;
in HWTEST_F() local 360 auto result = screenManager->SetVirtualScreenResolution(screenId, width, height);
in HWTEST_F() 362 screenManager->GetVirtualScreenResolution(screenId, virtualScreenResolution);
in HWTEST_F() 728 ScreenId screenId = screenManager->GetDefaultScreenId();
in HWTEST_F() local 729 ASSERT_NE(INVALID_SCREEN_ID, screenId);
in HWTEST_F() 733 screenSupportedModes = screenManager->GetScreenSupportedModes(screenId);
in HWTEST_F() 734 screenManager->SetScreenActiveMode(screenId, screenSupportedModes.size() + 3);
in HWTEST_F() 855 ScreenId screenId in HWTEST_F() local 876 ScreenId screenId = mockScreenId_; HWTEST_F() local 983 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1050 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1090 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1106 ScreenId screenId = 1; HWTEST_F() local 1126 ScreenId screenId = mockScreenId_; HWTEST_F() local 1152 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1166 ScreenId screenId = 1; HWTEST_F() local 1184 ScreenId screenId = mockScreenId_; HWTEST_F() local 1208 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1221 ScreenId screenId = 1; HWTEST_F() local 1237 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1251 ScreenId screenId = 1; HWTEST_F() local 1268 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1284 ScreenId screenId = 1; HWTEST_F() local 1304 ScreenId screenId = mockScreenId_; HWTEST_F() local 1330 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1345 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1377 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1391 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1405 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1848 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1865 ScreenId screenId = SCREEN_ID; HWTEST_F() local 1881 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1898 ScreenId screenId = SCREEN_ID; HWTEST_F() local 1914 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 1931 ScreenId screenId = SCREEN_ID; HWTEST_F() local 2393 ScreenId screenId = SCREEN_ID; HWTEST_F() local 2434 auto screenId = (static_cast<ScreenId>(screenManagerImpl.virtualScreenCount_) << 32) | 0xffffffffu; HWTEST_F() local 2452 auto screenId = screenManagerImpl.freeVirtualScreenIds_.front(); HWTEST_F() local 2469 ScreenId screenId = SCREEN_ID; HWTEST_F() local 2487 ScreenId screenId = SCREEN_ID; HWTEST_F() local [all...] |
/foundation/window/window_manager/dm/src/ |
H A D | screen_manager.cpp | 40 sptr<Screen> GetScreen(ScreenId screenId);
41 sptr<ScreenGroup> GetScreenGroup(ScreenId screenId);
98 void OnScreenDisconnect(ScreenId screenId)
in OnScreenDisconnect() argument 100 if (screenId == SCREEN_ID_INVALID) {
in OnScreenDisconnect() 101 WLOGFE("OnScreenDisconnect, screenId is invalid.");
in OnScreenDisconnect() 108 pImpl_->NotifyScreenDisconnect(screenId);
in OnScreenDisconnect() 111 listener->OnDisconnect(screenId);
in OnScreenDisconnect() 223 sptr<Screen> ScreenManager::Impl::GetScreen(ScreenId screenId)
in GetScreen() argument 225 auto screenInfo = SingletonContainer::Get<ScreenManagerAdapter>().GetScreenInfo(screenId);
in GetScreen() 228 screenMap_.erase(screenId);
in GetScreen() 234 GetScreenById(ScreenId screenId) GetScreenById() argument 239 GetScreenGroup(ScreenId screenId) GetScreenGroup() argument 258 GetScreenGroup(ScreenId screenId) GetScreenGroup() argument 565 DestroyVirtualScreen(ScreenId screenId) DestroyVirtualScreen() argument 570 SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface) SetVirtualScreenSurface() argument 575 ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) ResizeVirtualScreen() argument 580 SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool rotation) SetVirtualMirrorScreenCanvasRotation() argument 585 SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode scaleMode) SetVirtualMirrorScreenScaleMode() argument 590 GetVirtualScreenFlag(ScreenId screenId) GetVirtualScreenFlag() argument 595 SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag) SetVirtualScreenFlag() argument 600 SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterval) SetVirtualScreenRefreshRate() argument 605 SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetSpecifiedScreenPower() argument 643 NotifyScreenDisconnect(ScreenId screenId) NotifyScreenDisconnect() argument 670 ScreenId screenId = screenInfo->GetScreenId(); UpdateScreenInfoLocked() local 726 SetVirtualScreenStatus(ScreenId screenId, VirtualScreenStatus screenStatus) SetVirtualScreenStatus() argument [all...] |
/foundation/graphic/graphic_2d/rosen/samples/2d_graphics/test/ |
H A D | drawing_sample.cpp | 104 uint32_t screenId = CreatePhysicalScreen(); in CreateShowLayers() local 108 InitLayers(screenId); in CreateShowLayers() 116 void DrawingSample::InitLayers(uint32_t screenId) in InitLayers() argument 118 LOGI("Init layers, screenId is %{public}d", screenId); in InitLayers() 119 uint32_t displayWidth = displayWidthsMap_[screenId]; in InitLayers() 120 uint32_t displayHeight = displayHeightsMap_[screenId]; in InitLayers() 122 std::unique_ptr<LayerContext>& drawLayer = drawLayersMap_[screenId]; in InitLayers() 147 uint32_t screenId = iter->first; in Draw() local 148 std::unique_ptr<LayerContext>& drawLayer = drawLayersMap_[screenId]; in Draw() 184 uint32_t screenId = currScreenId_; CreatePhysicalScreen() local 264 uint32_t screenId = curOutput_->GetScreenId(); DoPrepareCompleted() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_interfaces_test.cpp | 74 auto screenId = rsInterfaces->GetDefaultScreenId(); in HWTEST_F() local 75 EXPECT_NE(screenId, INVALID_SCREEN_ID); in HWTEST_F() 78 int ret = rsInterfaces->GetScreenHDRCapability(screenId, hdrCapability); in HWTEST_F() 109 auto screenId = rsInterfaces->GetDefaultScreenId(); in HWTEST_F() local 110 EXPECT_NE(screenId, INVALID_SCREEN_ID); in HWTEST_F() 113 int ret = rsInterfaces->GetScreenType(screenId, type); in HWTEST_F() 402 auto screenId = rsInterfaces->GetDefaultScreenId(); in HWTEST_F() local 403 EXPECT_NE(screenId, INVALID_SCREEN_ID); in HWTEST_F() 405 auto supportedScreenModes = rsInterfaces->GetScreenSupportedModes(screenId); in HWTEST_F() 487 auto screenId in HWTEST_F() local 509 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 534 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 574 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 590 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 609 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 642 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 674 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 722 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 740 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 758 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 790 ScreenId screenId = INVALID_SCREEN_ID; HWTEST_F() local 836 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1065 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1088 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1132 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1154 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1192 auto screenId = rsInterfaces->GetDefaultScreenId(); HWTEST_F() local 1554 auto screenId = rsInterfaces->GetActiveScreenId(); HWTEST_F() local [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager.cpp | 510 [this](ScreenId screenId, ScreenEvent screenEvent) { OnScreenChange(screenId, screenEvent); }); in RegisterScreenChangeListener() 536 void ScreenSessionManager::OnVirtualScreenChange(ScreenId screenId, ScreenEvent screenEvent) in OnVirtualScreenChange() argument 539 screenId, static_cast<int>(screenEvent)); in OnVirtualScreenChange() 540 auto screenSession = GetScreenSession(screenId); in OnVirtualScreenChange() 547 clientProxy_->OnScreenConnectionChanged(screenId, ScreenEvent::CONNECTED, in OnVirtualScreenChange() 554 clientProxy_->OnScreenConnectionChanged(screenId, ScreenEvent::DISCONNECTED, in OnVirtualScreenChange() 560 bool ScreenSessionManager::IsDefaultMirrorMode(ScreenId screenId) in IsDefaultMirrorMode() argument 562 if (screenId != SCREEN_ID_MAIN && screenId ! in IsDefaultMirrorMode() 589 OnScreenChange(ScreenId screenId, ScreenEvent screenEvent) OnScreenChange() argument 692 GetIsCurrentInUseById(ScreenId screenId) GetIsCurrentInUseById() argument 781 HandleScreenConnectEvent(sptr<ScreenSession> screenSession, ScreenId screenId, ScreenEvent screenEvent) HandleScreenConnectEvent() argument 813 HandleScreenDisconnectEvent(sptr<ScreenSession> screenSession, ScreenId screenId, ScreenEvent screenEvent) HandleScreenDisconnectEvent() argument 967 GetDisplayInfoByScreen(ScreenId screenId) GetDisplayInfoByScreen() argument 1014 GetScreenInfoById(ScreenId screenId) GetScreenInfoById() argument 1030 SetScreenActiveMode(ScreenId screenId, uint32_t modeId) SetScreenActiveMode() argument 1064 ConvertScreenIdToRsScreenId(ScreenId screenId, ScreenId& rsScreenId) ConvertScreenIdToRsScreenId() argument 1131 SetVirtualPixelRatio(ScreenId screenId, float virtualPixelRatio) SetVirtualPixelRatio() argument 1167 SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) SetVirtualPixelRatioSystem() argument 1181 SetResolution(ScreenId screenId, uint32_t width, uint32_t height, float virtualPixelRatio) SetResolution() argument 1231 GetDensityInCurResolution(ScreenId screenId, float& virtualPixelRatio) GetDensityInCurResolution() argument 1244 GetScreenColorGamut(ScreenId screenId, ScreenColorGamut& colorGamut) GetScreenColorGamut() argument 1259 SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx) SetScreenColorGamut() argument 1280 GetScreenGamutMap(ScreenId screenId, ScreenGamutMap& gamutMap) GetScreenGamutMap() argument 1295 SetScreenGamutMap(ScreenId screenId, ScreenGamutMap gamutMap) SetScreenGamutMap() argument 1316 SetScreenColorTransform(ScreenId screenId) SetScreenColorTransform() argument 1336 CreatePhysicalMirrorSessionInner(ScreenId screenId, ScreenId defScreenId, ScreenProperty property) CreatePhysicalMirrorSessionInner() argument 1379 GetScreenSessionInner(ScreenId screenId, ScreenProperty property) GetScreenSessionInner() argument 1405 CreateScreenProperty(ScreenId screenId, ScreenProperty& property) CreateScreenProperty() argument 1482 GetOrCreateScreenSession(ScreenId screenId) GetOrCreateScreenSession() argument 1541 SetHdrFormats(ScreenId screenId, sptr<ScreenSession>& session) SetHdrFormats() argument 1557 SetColorSpaces(ScreenId screenId, sptr<ScreenSession>& session) SetColorSpaces() argument 1675 ScreenId screenId = SCREEN_ID_INVALID; GetInternalScreenId() local 1692 SetScreenPowerById(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetScreenPowerById() argument 1898 SetScreenBrightness(uint64_t screenId, uint32_t level) SetScreenBrightness() argument 1905 GetScreenBrightness(uint64_t screenId) GetScreenBrightness() argument 1952 SetSpecifiedScreenPower(ScreenId screenId, ScreenPowerState state, PowerStateChangeReason reason) SetSpecifiedScreenPower() argument 2111 SetScreenPowerForFold(ScreenId screenId, ScreenPowerStatus status) SetScreenPowerForFold() argument 2125 CallRsSetScreenPowerStatusSync(ScreenId screenId, ScreenPowerStatus status) CallRsSetScreenPowerStatusSync() argument 2276 ScreenId screenId = SCREEN_ID_INVALID; SetDpiFromSettingData() local 2369 GetScreenPower(ScreenId screenId) GetScreenPower() argument 2435 NotifyAndPublishEvent(sptr<DisplayInfo> displayInfo, ScreenId screenId, sptr<ScreenSession> screenSession) NotifyAndPublishEvent() argument 2454 UpdateScreenRotationProperty(ScreenId screenId, const RRect& bounds, float rotation, ScreenPropertyChangeType screenPropertyChangeType) UpdateScreenRotationProperty() argument 2533 SetOrientation(ScreenId screenId, Orientation orientation) SetOrientation() argument 2556 SetRotation(ScreenId screenId, Rotation rotationAfter, bool isFromWindow) SetRotation() argument 2690 auto screenId = screenIds[0]; NotifyDisplayPowerEvent() local 2746 GetScreenSupportedColorGamuts(ScreenId screenId, std::vector<ScreenColorGamut>& colorGamuts) GetScreenSupportedColorGamuts() argument 2763 GetPixelFormat(ScreenId screenId, GraphicPixelFormat& pixelFormat) GetPixelFormat() argument 2777 SetPixelFormat(ScreenId screenId, GraphicPixelFormat pixelFormat) SetPixelFormat() argument 2797 GetSupportedHDRFormats(ScreenId screenId, std::vector<ScreenHDRFormat>& hdrFormats) GetSupportedHDRFormats() argument 2813 GetScreenHDRFormat(ScreenId screenId, ScreenHDRFormat& hdrFormat) GetScreenHDRFormat() argument 2827 SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) SetScreenHDRFormat() argument 2846 GetSupportedColorSpaces(ScreenId screenId, std::vector<GraphicCM_ColorSpaceType>& colorSpaces) GetSupportedColorSpaces() argument 2862 GetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType& colorSpace) GetScreenColorSpace() argument 2876 SetScreenColorSpace(ScreenId screenId, GraphicCM_ColorSpaceType colorSpace) SetScreenColorSpace() argument 2975 SetVirtualScreenSurface(ScreenId screenId, sptr<IBufferProducer> surface) SetVirtualScreenSurface() argument 3008 SetVirtualMirrorScreenScaleMode(ScreenId screenId, ScreenScaleMode scaleMode) SetVirtualMirrorScreenScaleMode() argument 3033 SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, bool autoRotate) SetVirtualMirrorScreenCanvasRotation() argument 3061 ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height) ResizeVirtualScreen() argument 3087 DestroyVirtualScreen(ScreenId screenId) DestroyVirtualScreen() argument 3163 MirrorSwitchNotify(ScreenId screenId) MirrorSwitchNotify() argument 3312 GetVirtualScreenFlag(ScreenId screenId) GetVirtualScreenFlag() argument 3327 SetVirtualScreenFlag(ScreenId screenId, VirtualScreenFlag screenFlag) SetVirtualScreenFlag() argument 3347 SetVirtualScreenRefreshRate(ScreenId screenId, uint32_t refreshInterval) SetVirtualScreenRefreshRate() argument 3458 MakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint, ScreenId& screenGroupId) MakeExpand() argument 3512 OnMakeExpand(std::vector<ScreenId> screenId, std::vector<Point> startPoint) OnMakeExpand() argument 3862 SetMirror(ScreenId screenId, std::vector<ScreenId> screens) SetMirror() argument 3926 ScreenId screenId = screens[i]; ChangeScreenGroup() local 3958 ScreenId screenId = addScreens[i]; AddScreenToGroup() local 4036 ScreenId screenId = SCREEN_ID_INVALID; GetScreenSnapshot() local 4130 ScreenId screenId = SCREEN_ID_INVALID; GetSnapshotByPicker() local 4157 GetSnapshotArea(Media::Rect &rect, DmErrorCode* errorCode, ScreenId &screenId) GetSnapshotArea() argument 4219 GetScreenGroupInfoById(ScreenId screenId) GetScreenGroupInfoById() argument 4247 NotifyScreenDisconnected(ScreenId screenId) NotifyScreenDisconnected() argument 4480 OnScreenDisconnect(ScreenId screenId) OnScreenDisconnect() argument 4516 HasImmersiveWindow(ScreenId screenId, bool& immersive) HasImmersiveWindow() argument 4642 GetPhyScreenProperty(ScreenId screenId) GetPhyScreenProperty() argument 4687 UpdateDisplayScaleState(ScreenId screenId) UpdateDisplayScaleState() argument 4706 SetDisplayScaleInner(ScreenId screenId, const float& scaleX, const float& scaleY, const float& pivotX, const float& pivotY) SetDisplayScaleInner() argument 4833 SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, float pivotX, float pivotY) SetDisplayScale() argument 5064 SetDisplayNodeScreenId(ScreenId screenId, ScreenId displayNodeScreenId) SetDisplayNodeScreenId() argument 5080 SetDragWindowScreenId(ScreenId screenId, ScreenId displayNodeScreenId) SetDragWindowScreenId() argument 5089 OnPropertyChange(const ScreenProperty& newProperty, ScreenPropertyChangeReason reason, ScreenId screenId) OnPropertyChange() argument 5113 OnSensorRotationChange(float sensorRotation, ScreenId screenId) OnSensorRotationChange() argument 5123 OnHoverStatusChange(int32_t hoverStatus, ScreenId screenId) OnHoverStatusChange() argument 5133 OnScreenOrientationChange(float screenOrientation, ScreenId screenId) OnScreenOrientationChange() argument 5143 OnScreenRotationLockedChange(bool isLocked, ScreenId screenId) OnScreenRotationLockedChange() argument 5388 GetScreenProperty(ScreenId screenId) GetScreenProperty() argument 5399 GetDisplayNode(ScreenId screenId) GetDisplayNode() argument 5488 UpdateAvailableArea(ScreenId screenId, DMRect area) UpdateAvailableArea() argument 5665 SetVirtualScreenBlackList(ScreenId screenId, std::vector<uint64_t>& windowIdList) SetVirtualScreenBlackList() argument 5690 DisablePowerOffRenderControl(ScreenId screenId) DisablePowerOffRenderControl() argument 5737 SetVirtualScreenStatus(ScreenId screenId, VirtualScreenStatus screenStatus) SetVirtualScreenStatus() argument 5754 SetVirtualScreenSecurityExemption(ScreenId screenId, uint32_t pid, std::vector<uint64_t>& windowIdList) SetVirtualScreenSecurityExemption() argument [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager_client/include/zidl/ |
H A D | screen_session_manager_client_interface.h | 51 virtual void OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, 53 virtual void OnPropertyChanged(ScreenId screenId, 57 virtual void OnSensorRotationChanged(ScreenId screenId, float sensorRotation) = 0; 58 virtual void OnHoverStatusChanged(ScreenId screenId, int32_t hoverStatus) = 0; 59 virtual void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) = 0; 60 virtual void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) = 0; 66 virtual void OnImmersiveStateChanged(ScreenId screenId, bool& immersive) = 0; 67 virtual void SetDisplayNodeScreenId(ScreenId screenId, ScreenId displayNodeScreenId) = 0; 71 virtual void SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) = 0;
|
H A D | screen_session_manager_client_proxy.h | 31 void OnScreenConnectionChanged(ScreenId screenId, ScreenEvent screenEvent, 33 void OnPropertyChanged(ScreenId screenId, 37 void OnSensorRotationChanged(ScreenId screenId, float sensorRotation) override; 38 void OnHoverStatusChanged(ScreenId screenId, int32_t hoverStatus) override; 39 void OnScreenOrientationChanged(ScreenId screenId, float screenOrientation) override; 41 void OnScreenRotationLockedChanged(ScreenId screenId, bool isLocked) override; 45 void OnImmersiveStateChanged(ScreenId screenId, bool& immersive) override; 46 void SetDisplayNodeScreenId(ScreenId screenId, ScreenId displayNodeScreenId) override; 50 void SetVirtualPixelRatioSystem(ScreenId screenId, float virtualPixelRatio) override;
|
/foundation/window/window_manager/interfaces/innerkits/dm/ |
H A D | screen_manager.h | 75 * @param screenId Screen id.
78 sptr<Screen> GetScreenById(ScreenId screenId);
187 * @param screenId Indicates the screen id of the virtual screen.
190 DMError DestroyVirtualScreen(ScreenId screenId);
195 * @param screenId Screen id.
199 DMError SetVirtualScreenSurface(ScreenId screenId, sptr<Surface> surface);
204 * @param screenId the id of virtual screen to be resized.
209 DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, uint32_t height);
214 * @param screenId Screen id.
218 DMError SetVirtualMirrorScreenCanvasRotation(ScreenId screenId, boo [all...] |
/foundation/window/window_manager/window_scene/screen_session_manager_client/src/zidl/ |
H A D | screen_session_manager_client_stub.cpp | 107 auto screenId = static_cast<ScreenId>(data.ReadUint64()); in HandleOnScreenConnectionChanged() local 112 OnScreenConnectionChanged(screenId, screenEvent, rsId, name, isExtend); in HandleOnScreenConnectionChanged() 119 auto screenId = static_cast<ScreenId>(data.ReadUint64()); in HandleOnPropertyChanged() local 126 OnPropertyChanged(screenId, property, reason); in HandleOnPropertyChanged() 143 auto screenId = static_cast<ScreenId>(data.ReadUint64()); in HandleOnSensorRotationChanged() local 145 OnSensorRotationChanged(screenId, sensorRotation); in HandleOnSensorRotationChanged() 161 auto screenId = static_cast<ScreenId>(data.ReadUint64()); in HandleOnScreenOrientationChanged() local 163 OnScreenOrientationChanged(screenId, screenOrientation); in HandleOnScreenOrientationChanged() 170 auto screenId = static_cast<ScreenId>(data.ReadUint64()); in HandleOnScreenRotationLockedChanged() local 172 OnScreenRotationLockedChanged(screenId, isLocke in HandleOnScreenRotationLockedChanged() 228 auto screenId = static_cast<ScreenId>(data.ReadUint64()); HandleOnImmersiveStateChanged() local 241 auto screenId = static_cast<ScreenId>(data.ReadUint64()); HandleOnSetDisplayNodeScreenId() local 250 auto screenId = static_cast<ScreenId>(data.ReadUint64()); HandleSetVirtualPixelRatioSystem() local 267 auto screenId = static_cast<ScreenId>(data.ReadUint64()); HandleOnHoverStatusChanged() local [all...] |
/foundation/distributedhardware/distributed_screen/services/screenservice/test/unittest/sinkservice/screenregionmgr/1.0/src/ |
H A D | screenregionmgr_test.cpp | 46 uint64_t screenId = 0; in HWTEST_F() local 48 std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); in HWTEST_F() 86 uint64_t screenId = 0; in HWTEST_F() local 91 std::shared_ptr<ScreenRegion> screenRegion = std::make_shared<ScreenRegion>(remoteDevId, screenId, displayId); in HWTEST_F() 106 ScreenRegionManager::GetInstance().PublishMessage(topic, screenId, remoteDevId, windowId, windowProperty); in HWTEST_F() 141 \"displayRect\":{\"height\":1280, \"startX\":0, \"startY\":0, \"width\":720}, \"screenId\":2, \ in HWTEST_F() 142 \"screenRect\":{\"height\":1280, \"startX\":0, \"startY\":0, \"width\":720}}, \"screenId\":2, \ in HWTEST_F() 202 \"displayRect\":{\"height\":1280, \"startX\":0, \"startY\":0, \"width\":720}, \"screenId\":2, \ in HWTEST_F() 203 \"screenRect\":{\"height\":1280, \"startX\":0, \"startY\":0, \"width\":720}}, \"screenId\":2, \ in HWTEST_F() 248 uint64_t screenId in HWTEST_F() local 263 uint64_t screenId = 0; HWTEST_F() local 281 uint64_t screenId = 0; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/ |
H A D | hyper_graphic_manager_test.cpp | 116 ScreenId screenId = 2;
in HWTEST_F() local 117 auto addScreen = instance.AddScreen(screenId, 0, screenSize);
in HWTEST_F() 146 ScreenId screenId = 3;
in HWTEST_F() local 150 auto addScreen = instance5.AddScreen(screenId, 0, screenSize);
in HWTEST_F() 153 instance5.SetActiveScreenId(screenId);
in HWTEST_F() 163 screen = instance5.GetScreen(screenId);
in HWTEST_F() 182 ScreenId screenId = 4;
in HWTEST_F() local 186 auto addScreen = instance6.AddScreen(screenId, 0, screenSize);
in HWTEST_F() 193 auto screen = instance6.GetScreen(screenId);
in HWTEST_F() 198 addMode = instance6.AddScreen(screenId, addMod in HWTEST_F() 218 ScreenId screenId = 6; HWTEST_F() local 234 ScreenId screenId = 2; HWTEST_F() local 258 ScreenId screenId = 7; HWTEST_F() local 305 ScreenId screenId = 7; HWTEST_F() local 574 ScreenId screenId = 8; HWTEST_F() local 641 ScreenId screenId = 8; HWTEST_F() local [all...] |
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | session_manager.cpp | 53 int32_t screenId = DEFAULT_SCREEN_ID; variable 55 if (!data.ReadInt32(userId) || !data.ReadInt32(screenId) || !data.ReadBool(isConnected)) { 61 OnWMSConnectionChanged(userId, screenId, isConnected, data.ReadRemoteObject()); 63 OnWMSConnectionChanged(userId, screenId, isConnected, nullptr); 84 int32_t userId, int32_t screenId, bool isConnected, const sptr<IRemoteObject>& sessionManagerService) override 87 SessionManager::GetInstance().OnWMSConnectionChanged(userId, screenId, isConnected, sms); 99 int32_t userId, int32_t screenId, bool isConnected, bool isCallbackRegistered) in OnWMSConnectionChangedCallback() 103 "WMS connection changed with userId=%{public}d, screenId=%{public}d, isConnected=%{public}d", userId, in OnWMSConnectionChangedCallback() 104 screenId, isConnected); in OnWMSConnectionChangedCallback() 105 wmsConnectionChangedFunc_(userId, screenId, isConnecte in OnWMSConnectionChangedCallback() 98 OnWMSConnectionChangedCallback( int32_t userId, int32_t screenId, bool isConnected, bool isCallbackRegistered) OnWMSConnectionChangedCallback() argument 111 OnWMSConnectionChanged( int32_t userId, int32_t screenId, bool isConnected, const sptr<ISessionManagerService>& sessionManagerService) OnWMSConnectionChanged() argument 319 int32_t screenId = DEFAULT_SCREEN_ID; RegisterWMSConnectionChangedListener() local [all...] |
/foundation/graphic/graphic_2d/frameworks/bootanimation/src/ |
H A D | boot_compatible_display_strategy.cpp | 33 config.screenId = interface.GetDefaultScreenId();
in Display() 35 config.screenId = interface.GetActiveScreenId();
in Display() 36 if (config.screenId > 0) {
in Display() 38 interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON);
in Display() 43 interface.SetScreenPowerStatus(config.screenId, Rosen::ScreenPowerStatus::POWER_STATUS_ON);
in Display() 46 Rosen::RSScreenModeInfo modeInfo = interface.GetScreenActiveMode(config.screenId);
in Display()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
H A D | rs_colorspace_convert_test.cpp | 41 VPEParameter& parameter, GraphicColorGamut targetColorSpace, ScreenId screenId, uint32_t dynamicRangeMode)); 59 ScreenId screenId = 0; in HWTEST_F() local 63 screenId, dynamicRangeMode); in HWTEST_F() 77 ScreenId screenId = 0; in HWTEST_F() local 90 screenId, dynamicRangeMode); in HWTEST_F() 104 ScreenId screenId = 0; in HWTEST_F() local 119 targetColorSpace, screenId, dynamicRangeMode); in HWTEST_F() 138 ScreenId screenId = 0; in HWTEST_F() local 154 targetColorSpace, screenId, dynamicRangeMode); in HWTEST_F() 167 ScreenId screenId in HWTEST_F() local 188 ScreenId screenId = 0; HWTEST_F() local [all...] |
/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_backend.cpp | 290 .screenId = output->GetScreenId(), in OnPrepareComplete() 312 void HdiBackend::OnHdiBackendHotPlugEvent(uint32_t screenId, bool connected, void *data) in OnHdiBackendHotPlugEvent() argument 314 HLOGI("HotPlugEvent, screenId is %{public}u, connected is %{public}u", screenId, connected); in OnHdiBackendHotPlugEvent() 322 hdiBackend->OnHdiBackendConnected(screenId, connected); in OnHdiBackendHotPlugEvent() 325 void HdiBackend::OnHdiBackendConnected(uint32_t screenId, bool connected) in OnHdiBackendConnected() argument 328 CreateHdiOutput(screenId); in OnHdiBackendConnected() 331 OnScreenHotplug(screenId, connected); in OnHdiBackendConnected() 334 void HdiBackend::CreateHdiOutput(uint32_t screenId) in CreateHdiOutput() argument 336 OutputPtr newOutput = HdiOutput::CreateHdiOutput(screenId); in CreateHdiOutput() 341 OnScreenHotplug(uint32_t screenId, bool connected) OnScreenHotplug() argument [all...] |