/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/include/ |
H A D | hdi_device.h | 42 virtual int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) = 0; 43 virtual int32_t SetScreenMode(uint32_t screenId, uint32_t modeId) = 0; 47 virtual int32_t GetScreenBacklight(uint32_t screenId, uint32_t &level) = 0; 48 virtual int32_t SetScreenBacklight(uint32_t screenId, uint32_t level) = 0; 56 virtual int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) = 0; 65 virtual int32_t Commit(uint32_t screenId, sptr<SyncFence> &fence) = 0; 74 virtual int32_t SetLayerVisibleRegion(uint32_t screenId, uint32_t layerId, 76 virtual int32_t SetLayerDirtyRegion(uint32_t screenId, uint32_t layerId, 88 virtual int32_t SetLayerMetaData(uint32_t screenId, uint32_t layerId, 104 virtual int32_t CloseLayer(uint32_t screenId, uint32_t layerId) = 0; [all …]
|
H A D | hdi_device_impl.h | 40 int32_t GetScreenMode(uint32_t screenId, uint32_t &modeId) override; 41 int32_t SetScreenMode(uint32_t screenId, uint32_t modeId) override; 45 int32_t GetScreenBacklight(uint32_t screenId, uint32_t &level) override; 46 int32_t SetScreenBacklight(uint32_t screenId, uint32_t level) override; 54 int32_t SetScreenVsyncEnabled(uint32_t screenId, bool enabled) override; 63 int32_t Commit(uint32_t screenId, sptr<SyncFence> &fence) override; 72 int32_t SetLayerVisibleRegion(uint32_t screenId, uint32_t layerId, 74 int32_t SetLayerDirtyRegion(uint32_t screenId, uint32_t layerId, 86 int32_t SetLayerMetaData(uint32_t screenId, uint32_t layerId, 102 int32_t CloseLayer(uint32_t screenId, uint32_t layerId) override; [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/unittest/ |
H A D | hdidevice_test.cpp | 54 uint32_t screenId = 1, screenModeId = 0, screenLightLevel = 0; variable 55 ASSERT_EQ(HdiDeviceTest::hdiDevice_->RegScreenVBlankCallback(screenId, nullptr, nullptr), 115 uint32_t screenId = 1; variable 132 uint32_t screenId = 1, layerId = 0, zorder = 0; variable 142 ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerDirtyRegion(screenId, layerId, dirtyRegions), 160 ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorTransform(screenId, layerId, matrix), 163 ASSERT_EQ(HdiDeviceTest::hdiDevice_->SetLayerColorDataSpace(screenId, layerId, colorSpace), 165 ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetLayerColorDataSpace(screenId, layerId, colorSpace), 191 uint32_t screenId = 1, layerId = 0; variable 193 ASSERT_EQ(HdiDeviceTest::hdiDevice_->GetPresentTimestamp(screenId, layerId, timestamp), [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/src/ |
H A D | hdi_device_impl.cpp | 135 return g_composer->SetDisplayVsyncEnabled(screenId, enabled); in SetScreenVsyncEnabled() 197 return g_composer->GetDisplayMode(screenId, modeId); in GetScreenMode() 203 return g_composer->SetDisplayMode(screenId, modeId); in SetScreenMode() 232 return g_composer->GetDisplayBacklight(screenId, level); in GetScreenBacklight() 238 return g_composer->SetDisplayBacklight(screenId, level); in SetScreenBacklight() 389 int32_t ret = g_composer->Commit(screenId, fenceFd); in Commit() 559 return g_composer->SetLayerColor(screenId, layerId, color); in SetLayerColor() 685 return g_composer->DestroyLayer(screenId, layerId); in CloseLayer() 691 return g_composer->ClearLayerBuffer(screenId, layerId); in ClearLayerBuffer() 694 int32_t HdiDeviceImpl::ClearClientBuffer(uint32_t screenId) in ClearClientBuffer() argument [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/test/dms_unittest/ |
H A D | screen_session_manager_test.cpp | 1731 ScreenId screenId = 100; variable 1735 screenId = 1; 1806 ScreenId screenId = 1010; variable 1901 ScreenId screenId = 1050; variable 1916 ScreenId screenId = 1010; variable 1957 ScreenId screenId = 1050; variable 1970 ScreenId screenId = 1050; variable 1988 ScreenId screenId = 1050; variable 2062 ScreenId screenId = 1051; variable 2074 ScreenId screenId = 1050; variable [all …]
|
H A D | screen_session_manager_client_test.cpp | 94 ScreenId screenId = 0; variable 122 ScreenId screenId = 0; variable 140 ScreenId screenId = 0; variable 158 ScreenId screenId = 0; variable 175 ScreenId screenId = 0; variable 192 ScreenId screenId = 0; variable 209 ScreenId screenId = 0; variable 226 ScreenId screenId = 0; variable 243 ScreenId screenId = 0; variable 259 ScreenId screenId = 0; variable [all …]
|
H A D | screen_session_manager_client_proxy_test.cpp | 66 ScreenId screenId = 0; variable 96 ScreenId screenId = 0; variable 126 ScreenId screenId = 0; variable 140 ScreenId screenId = 0; variable 154 ScreenId screenId = 0; variable 168 ScreenId screenId = 0; variable 182 ScreenId screenId = 0; variable 227 ScreenId screenId = 0; variable 253 ScreenId screenId = 0; variable 267 ScreenId screenId = 0; variable [all …]
|
/ohos5.0/foundation/window/window_manager/dm/src/ |
H A D | display_manager_adapter.cpp | 132 DMError ScreenManagerAdapter::GetSupportedHDRFormats(ScreenId screenId, in GetSupportedHDRFormats() argument 166 DMError ScreenManagerAdapter::GetScreenColorSpace(ScreenId screenId, in GetScreenColorSpace() argument 175 DMError ScreenManagerAdapter::SetScreenColorSpace(ScreenId screenId, in SetScreenColorSpace() argument 189 DMError ret = GetSupportedHDRFormats(screenId, hdrFormatsVec); in GetSupportedHDRFormats() 202 DMError ret = GetSupportedColorSpaces(screenId, colorSpacesVec); in GetSupportedColorSpaces() 219 DMError ScreenManagerAdapter::DestroyVirtualScreen(ScreenId screenId) in DestroyVirtualScreen() argument 491 if (screenId == SCREEN_ID_INVALID) { in GetScreenInfo() 617 void DisplayManagerAdapter::SetDisplayScale(ScreenId screenId, in SetDisplayScale() argument 648 if (screenId == SCREEN_ID_INVALID) { in GetScreenGroupInfoById() 750 if (screenId == SCREEN_ID_INVALID) { in GetVirtualScreenFlag() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/hdi_backend/test/fuzztest/hdidevice_fuzzer/ |
H A D | hdidevice_fuzzer.cpp | 56 uint32_t screenId = GetData<uint32_t>(); in HdiDeviceFuzzTest3() local 85 uint32_t screenId = GetData<uint32_t>(); in HdiDeviceFuzzTest2() local 112 device->GetScreenColorGamut(screenId, gamut); in HdiDeviceFuzzTest2() 113 device->SetLayerAlpha(screenId, layerId, alpha); in HdiDeviceFuzzTest2() 122 device->SetLayerCrop(screenId, layerId, crop); in HdiDeviceFuzzTest2() 144 uint32_t screenId = GetData<uint32_t>(); in DoSomethingInterestingWithMyAPI() local 165 device->PrepareScreenLayers(screenId, needFlush); in DoSomethingInterestingWithMyAPI() 173 device->SetScreenGamutMap(screenId, gamutMap); in DoSomethingInterestingWithMyAPI() 181 device->GetHDRCapabilityInfos(screenId, info); in DoSomethingInterestingWithMyAPI() 183 device->GetSupportedMetaDataKey(screenId, keys); in DoSomethingInterestingWithMyAPI() [all …]
|
/ohos5.0/foundation/window/window_manager/dm/include/ |
H A D | display_manager_adapter.h | 60 virtual sptr<DisplayInfo> GetDisplayInfoByScreenId(ScreenId screenId); 96 virtual void DisablePowerOffRenderControl(ScreenId screenId); 115 virtual DMError DestroyVirtualScreen(ScreenId screenId); 122 virtual DMError SetOrientation(ScreenId screenId, Orientation orientation); 123 virtual sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId); 131 virtual DMError SetScreenActiveMode(ScreenId screenId, uint32_t modeId); 132 virtual sptr<ScreenInfo> GetScreenInfo(ScreenId screenId); 144 virtual DMError SetScreenColorGamut(ScreenId screenId, int32_t colorGamutIdx); 147 virtual DMError SetScreenColorTransform(ScreenId screenId); 152 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx); [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/src/ |
H A D | display_manager_service.cpp | 43 #define CHECK_SCREEN_AND_RETURN(screenId, ret) \ argument 45 if ((screenId) == SCREEN_ID_INVALID) { \ 237 CHECK_SCREEN_AND_RETURN(screenId, SCREEN_ID_INVALID); in CreateVirtualScreen() 239 return screenId; in CreateVirtualScreen() 347 screenId, static_cast<uint32_t>(gamutMap)); in SetScreenGamutMap() 443 screenId, state); in SetSpecifiedScreenPower() 599 ScreenId screenId = GetScreenIdByDisplayId(displayId); in UpdateRSTree() local 601 CHECK_SCREEN_AND_RETURN(screenId, void()); in UpdateRSTree() 614 ScreenId screenId = GetScreenIdByDisplayId(displayId); in AddSurfaceNodeToDisplay() local 672 for (auto screenId: screenIds) { in GetAllScreenInfos() local [all …]
|
H A D | display_manager_stub.cpp | 55 ScreenId screenId = data.ReadUint64(); in OnRemoteRequest() local 56 auto info = GetDisplayInfoByScreen(screenId); in OnRemoteRequest() 93 DMError result = DestroyVirtualScreen(screenId); in OnRemoteRequest() 197 uint64_t screenId = data.ReadUint64(); in OnRemoteRequest() local 203 uint64_t screenId = data.ReadUint64(); in OnRemoteRequest() local 233 auto screenInfo = GetScreenInfoById(screenId); in OnRemoteRequest() 258 std::vector<ScreenId> screenId; in OnRemoteRequest() local 259 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest() 277 std::vector<ScreenId> screenId; in OnRemoteRequest() local 278 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest() [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/zidl/ |
H A D | screen_session_manager_proxy.h | 43 virtual DMError SetScreenColorTransform(ScreenId screenId) override; 49 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override; 74 virtual DMError DestroyVirtualScreen(ScreenId screenId) override; 105 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override; 109 virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, 129 void SetDisplayScale(ScreenId screenId, float scaleX, float scaleY, 150 ScreenProperty GetScreenProperty(ScreenId screenId) override; 151 std::shared_ptr<RSDisplayNode> GetDisplayNode(ScreenId screenId) override; 159 ScreenProperty GetPhyScreenProperty(ScreenId screenId) override; 167 VirtualScreenFlag GetVirtualScreenFlag(ScreenId screenId) override; [all …]
|
H A D | screen_session_manager_interface.h | 45 virtual DMError DestroyVirtualScreen(ScreenId screenId) override { return DMError::DM_OK; } in DestroyVirtualScreen() argument 68 virtual DMError GetScreenSupportedColorGamuts(ScreenId screenId, in GetScreenSupportedColorGamuts() argument 97 virtual uint32_t GetScreenBrightness(uint64_t screenId) override { return 0; } in GetScreenBrightness() argument 102 virtual sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override { return nullptr; } in GetScreenInfoById() argument 118 virtual DMError SetResolution(ScreenId screenId, uint32_t width, uint32_t height, in SetResolution() argument 120 virtual DMError GetDensityInCurResolution(ScreenId screenId, in GetDensityInCurResolution() argument 122 virtual DMError ResizeVirtualScreen(ScreenId screenId, uint32_t width, in ResizeVirtualScreen() argument 152 virtual ScreenProperty GetScreenProperty(ScreenId screenId) { return ScreenProperty(); } in GetScreenProperty() argument 158 virtual void UpdateAvailableArea(ScreenId screenId, DMRect area) {} in UpdateAvailableArea() argument 185 virtual void DisablePowerOffRenderControl(ScreenId screenId) override {} in DisablePowerOffRenderControl() argument [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/src/zidl/ |
H A D | screen_session_manager_stub.cpp | 128 uint64_t screenId = data.ReadUint64(); in OnRemoteRequest() local 134 uint64_t screenId = data.ReadUint64(); in OnRemoteRequest() local 145 ScreenId screenId = data.ReadUint64(); in OnRemoteRequest() local 274 std::vector<ScreenId> screenId; in OnRemoteRequest() local 275 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest() 309 std::vector<ScreenId> screenId; in OnRemoteRequest() local 310 if (!data.ReadUInt64Vector(&screenId)) { in OnRemoteRequest() 314 RemoveVirtualScreenFromGroup(screenId); in OnRemoteRequest() 558 DumpSpecialScreenInfo(screenId, dumpInfo); in OnRemoteRequest() 731 UpdateAvailableArea(screenId, area); in OnRemoteRequest() [all …]
|
/ohos5.0/foundation/window/window_manager/dmserver/include/ |
H A D | display_manager_interface.h | 41 virtual sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) = 0; 48 virtual DMError DestroyVirtualScreen(ScreenId screenId) = 0; 73 virtual DMError SetScreenColorTransform(ScreenId screenId) = 0; 83 virtual DMError GetSupportedHDRFormats(ScreenId screenId, in GetSupportedHDRFormats() argument 92 virtual DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) in SetScreenHDRFormat() argument 96 virtual DMError GetSupportedColorSpaces(ScreenId screenId, in GetSupportedColorSpaces() 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; 179 virtual VirtualScreenFlag GetVirtualScreenFlag(ScreenId screenId) in GetVirtualScreenFlag() argument [all …]
|
H A D | display_manager_proxy.h | 36 sptr<DisplayInfo> GetDisplayInfoByScreen(ScreenId screenId) override; 41 DMError DestroyVirtualScreen(ScreenId screenId) override; 43 DMError SetOrientation(ScreenId screenId, Orientation orientation) 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; 62 DMError SetScreenHDRFormat(ScreenId screenId, int32_t modeIdx) override; 87 sptr<ScreenInfo> GetScreenInfoById(ScreenId screenId) override; 88 sptr<ScreenGroupInfo> GetScreenGroupInfoById(ScreenId screenId) override; [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | screen_session_manager.h | 64 DMError SetScreenColorTransform(ScreenId screenId) override; 90 uint32_t GetScreenBrightness(uint64_t screenId) override; 159 bool HandleFoldScreenSessionCreate(ScreenId screenId); 175 void NotifyScreenDisconnected(ScreenId screenId); 186 void OnScreenDisconnect(ScreenId screenId); 245 void OnConnect(ScreenId screenId) override {} in OnConnect() argument 246 void OnDisconnect(ScreenId screenId) override {} in OnDisconnect() argument 248 ScreenId screenId) override; 342 void MirrorSwitchNotify(ScreenId screenId); 503 void UpdateDisplayScaleState(ScreenId screenId); [all …]
|
/ohos5.0/foundation/window/window_manager/test/common/mock/ |
H A D | mock_display_manager_adapter.h | 32 MOCK_METHOD1(GetDisplayInfoByScreenId, sptr<DisplayInfo>(ScreenId screenId)); 56 MOCK_METHOD2(RequestRotation, bool(ScreenId screenId, Rotation rotation)); 59 MOCK_METHOD1(DestroyVirtualScreen, DMError(ScreenId screenId)); 61 MOCK_METHOD1(GetScreenGroupInfoById, sptr<ScreenGroupInfo>(ScreenId screenId)); 67 MOCK_METHOD2(SetScreenActiveMode, DMError(ScreenId screenId, uint32_t modeId)); 68 MOCK_METHOD1(GetScreenInfo, sptr<ScreenInfo>(ScreenId screenId)); 74 MOCK_METHOD2(SetScreenColorGamut, DMError(ScreenId screenId, int32_t colorGamutIdx)); 77 MOCK_METHOD1(SetScreenColorTransform, DMError(ScreenId screenId)); 87 MOCK_METHOD2(GetSupportedColorSpaces, DMError(ScreenId screenId, 89 MOCK_METHOD2(SetOrientation, DMError(ScreenId screenId, Orientation orientation)); [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/ |
H A D | rs_luminance_control.cpp | 213 bool RSLuminanceControl::IsHdrOn(ScreenId screenId) in IsHdrOn() argument 218 bool RSLuminanceControl::IsDimmingOn(ScreenId screenId) in IsDimmingOn() argument 223 void RSLuminanceControl::DimmingIncrease(ScreenId screenId) in DimmingIncrease() argument 226 dimmingIncrease_(screenId); in DimmingIncrease() 233 setSdrLuminance_(screenId, level); in SetSdrLuminance() 237 uint32_t RSLuminanceControl::GetNewHdrLuminance(ScreenId screenId) in GetNewHdrLuminance() argument 245 setNowHdrLuminance_(screenId, level); in SetNowHdrLuminance() 249 bool RSLuminanceControl::IsNeedUpdateLuminance(ScreenId screenId) in IsNeedUpdateLuminance() argument 259 float RSLuminanceControl::GetSdrDisplayNits(ScreenId screenId) in GetSdrDisplayNits() argument 264 float RSLuminanceControl::GetHdrDisplayNits(ScreenId screenId) in GetHdrDisplayNits() argument [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/unittest/ |
H A D | rs_screen_skipframe_test.cpp | 83 EXPECT_NE(screenId, INVALID_SCREEN_ID); 87 if (screenId == 0) { 103 ScreenId screenId = INVALID_SCREEN_ID; variable 120 EXPECT_NE(screenId, INVALID_SCREEN_ID); 137 EXPECT_NE(screenId, INVALID_SCREEN_ID); 154 EXPECT_NE(screenId, INVALID_SCREEN_ID); 175 EXPECT_NE(screenId, INVALID_SCREEN_ID); 197 EXPECT_NE(screenId, INVALID_SCREEN_ID); 315 EXPECT_NE(screenId, INVALID_SCREEN_ID); 349 EXPECT_NE(screenId, INVALID_SCREEN_ID); [all …]
|
H A D | rs_interfaces_test.cpp | 75 EXPECT_NE(screenId, INVALID_SCREEN_ID); 110 EXPECT_NE(screenId, INVALID_SCREEN_ID); 403 EXPECT_NE(screenId, INVALID_SCREEN_ID); 434 EXPECT_NE(screenId, INVALID_SCREEN_ID); 456 EXPECT_NE(screenId, INVALID_SCREEN_ID); 481 EXPECT_NE(screenId, INVALID_SCREEN_ID); 521 EXPECT_NE(screenId, INVALID_SCREEN_ID); 537 EXPECT_NE(screenId, INVALID_SCREEN_ID); 556 EXPECT_NE(screenId, INVALID_SCREEN_ID); 736 ScreenId screenId = INVALID_SCREEN_ID; variable [all …]
|
/ohos5.0/foundation/window/window_manager/test/fuzztest/dms/screenmanager_fuzzer/ |
H A D | screenmanager_fuzzer.cpp | 202 screenManager.GetScreenById(screenId); in CreateAndDestroyVirtualScreenFuzzTest() 209 ScreenId screenId; in SetVirtualScreenSurfaceFuzzTest() local 222 ScreenId screenId; in SetScreenRotationLockedFuzzTest() local 236 ScreenId screenId; in IsScreenRotationLocked() local 250 ScreenId screenId; in RemoveVirtualScreenFromGroupFuzzTest() local 257 std::vector<ScreenId> screenIds = {screenId, screenId, screenId}; in RemoveVirtualScreenFromGroupFuzzTest() 264 ScreenId screenId; in MakeMirrorFuzzTest() local 280 screenIds.emplace_back(screenId); in MakeMirrorFuzzTest() 292 ScreenId screenId; in MakeExpandFuzzTest() local 301 screenListener->OnConnect(screenId); in MakeExpandFuzzTest() [all …]
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/luminance/mingw/ |
H A D | rs_luminance_control.cpp | 36 bool RSLuminanceControl::IsHdrOn(ScreenId screenId) in IsHdrOn() argument 41 bool RSLuminanceControl::IsDimmingOn(ScreenId screenId) in IsDimmingOn() argument 46 void RSLuminanceControl::DimmingIncrease(ScreenId screenId) in DimmingIncrease() argument 51 void RSLuminanceControl::SetSdrLuminance(ScreenId screenId, uint32_t level) in SetSdrLuminance() argument 56 uint32_t RSLuminanceControl::GetNewHdrLuminance(ScreenId screenId) in GetNewHdrLuminance() argument 61 void RSLuminanceControl::SetNowHdrLuminance(ScreenId screenId, uint32_t level) in SetNowHdrLuminance() argument 66 bool RSLuminanceControl::IsNeedUpdateLuminance(ScreenId screenId) in IsNeedUpdateLuminance() argument 71 float RSLuminanceControl::GetHdrTmoNits(ScreenId screenId, int mode) in GetHdrTmoNits() argument 76 float RSLuminanceControl::GetSdrDisplayNits(ScreenId screenId) in GetSdrDisplayNits() argument 81 float RSLuminanceControl::GetHdrDisplayNits(ScreenId screenId) in GetHdrDisplayNits() argument [all …]
|
/ohos5.0/foundation/window/window_manager/window_scene/screen_session_manager/src/ |
H A D | screen_session_manager_client.cpp | 115 .screenId = screenId, in OnScreenConnectionChanged() 146 screenSessionMap_.erase(screenId); in OnScreenConnectionChanged() 155 auto iter = screenSessionMap_.find(screenId); in GetScreenSession() 166 auto screenSession = GetScreenSession(screenId); in OnPropertyChanged() 192 auto screenSession = GetScreenSession(screenId); in OnSensorRotationChanged() 202 auto screenSession = GetScreenSession(screenId); in OnHoverStatusChanged() 212 auto screenSession = GetScreenSession(screenId); in OnScreenOrientationChanged() 222 auto screenSession = GetScreenSession(screenId); in OnScreenRotationLockedChanged() 310 auto screenSession = GetScreenSession(screenId); in UpdateScreenRotationProperty() 324 auto screenSession = GetScreenSession(screenId); in SetDisplayNodeScreenId() [all …]
|