/foundation/window/window_manager/window_scene/session_manager/include/ |
H A D | scene_session_manager.h | 132 void OnImmersiveStateChange(ScreenId screenId, bool& immersive) override; 354 WSError UpdateSessionDisplayId(int32_t persistentId, uint64_t screenId); 367 bool GetImmersiveState(ScreenId screenId); 377 void FlushUIParams(ScreenId screenId, std::unordered_map<int32_t, SessionUIParam>&& uiParams);
|
/foundation/CastEngine/castengine_cast_framework/service/src/session/include/ |
H A D | cast_session_impl_class.h | 199 void UpdateScreenInfo(uint64_t screenId, uint16_t width, uint16_t height);
|
/foundation/CastEngine/castengine_cast_plus_stream/include/ |
H A D | cast_session_impl_class.h | 199 void UpdateScreenInfo(uint64_t screenId, uint16_t width, uint16_t height);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/ |
H A D | rs_display_render_node.cpp | 34 : RSRenderNode(id, context), screenId_(config.screenId), offsetX_(0), offsetY_(0), in RSDisplayRenderNode()
|
H A D | rs_paint_filter_canvas.cpp | 1513 void RSPaintFilterCanvas::SetScreenId(ScreenId screenId) in SetScreenId() argument 1515 screenId_ = screenId; in SetScreenId()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_reg.h | 1986 uint32 screenId; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/ |
H A D | svga_reg.h | 803 uint32 screenId; member
|
H A D | svga3d_cmd.h | 851 uint32 screenId; member 1468 uint32 screenId; member
|
/third_party/mesa3d/src/gallium/drivers/svga/include/ |
H A D | svga_reg.h | 1591 uint32 screenId; member
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/ |
H A D | rs_display_render_node_drawable_test.cpp | 796 ScreenId screenId = mirroredDrawable->renderParams_->GetScreenId(); in HWTEST_F() local 798 screenManager->screens_.insert(std::make_pair(screenId, std::move(screen))); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/ |
H A D | rs_render_service_connection_stub.cpp | 1840 auto screenId = data.ReadUint64(); in OnRemoteRequest() local 1843 .screenId = screenId, in OnRemoteRequest()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/ |
H A D | rs_display_render_node_drawable.cpp | 589 RS_TRACE_NAME("SkipFrame, screenId:" + std::to_string(paramScreenId)); in OnDraw() 663 ScreenId screenId = curScreenInfo.id; in OnDraw() local 665 float hdrBrightnessRatio = RSLuminanceControl::Get().GetHdrBrightnessRatio(screenId, 0); in OnDraw() 723 curCanvas_->SetScreenId(screenId); in OnDraw()
|
/foundation/window/window_manager/window_scene/interfaces/kits/napi/scene_session_manager/ |
H A D | js_scene_utils.cpp | 226 int32_t screenId = -1; in IsJsScreenIdUndefind() local 227 if (!ConvertFromJsValue(env, jsScreenId, screenId)) { in IsJsScreenIdUndefind() 228 WLOGFE("[NAPI]Failed to convert parameter to screenId"); in IsJsScreenIdUndefind() 231 sessionInfo.screenId_ = static_cast<uint64_t>(screenId); in IsJsScreenIdUndefind() 414 napi_get_named_property(env, jsObject, "screenId", &jsScreenId); in ConvertSessionInfoState() 920 napi_set_named_property(env, objValue, "screenId", in CreateJsSessionInfo() 960 napi_set_named_property(env, objValue, "screenId", in CreateJsSessionRecoverInfo()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/magic_pointer_render/ |
H A D | rs_magic_pointer_render_manager.cpp | 367 auto screenInfo = screenManager->QueryScreenInfo(param.screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/ |
H A D | rs_paint_filter_canvas.h | 291 void SetScreenId(ScreenId screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_uni_render_util.cpp | 1963 bool RSUniRenderUtil::CheckRenderSkipIfScreenOff(bool extraFrame, std::optional<ScreenId> screenId) in CheckRenderSkipIfScreenOff() argument 1975 auto isScreenOff = screenId.has_value() ? in CheckRenderSkipIfScreenOff() 1976 screenManager->IsScreenPowerOff(screenId.value()) : screenManager->IsAllScreensPowerOff(); in CheckRenderSkipIfScreenOff()
|
H A D | rs_uni_render_visitor.cpp | 365 ScreenId screenId = stagingDisplayParams->GetScreenId();
in HandlePixelFormat() local 366 RSLuminanceControl::Get().SetHdrStatus(screenId, hasUniRenderHdrSurface_);
in HandlePixelFormat() 367 bool isHdrOn = RSLuminanceControl::Get().IsHdrOn(screenId);
in HandlePixelFormat() 368 float brightnessRatio = RSLuminanceControl::Get().GetHdrBrightnessRatio(screenId, 0);
in HandlePixelFormat()
|
/foundation/window/window_manager/window_scene/session_manager/src/ |
H A D | scene_session_manager.cpp | 1639 TLOGD(WmsLogTag::WMS_LIFE, "synchronous screenId with displayid %{public}" PRIu64, in InitSceneSession() 4502 uint64_t screenId = std::stoull(strId); in GetTotalUITreeInfo() local 4504 dumpUITreeFunc_(screenId, dumpInfo); in GetTotalUITreeInfo() 9037 WSError SceneSessionManager::UpdateSessionDisplayId(int32_t persistentId, uint64_t screenId) in UpdateSessionDisplayId() argument 9045 scnSession->SetScreenId(screenId); in UpdateSessionDisplayId() 9048 WLOGFE("Property is null, synchronous screenId failed"); in UpdateSessionDisplayId() 9051 sessionProperty->SetDisplayId(screenId); in UpdateSessionDisplayId() 9052 WLOGFD("Session move display %{public}" PRIu64 " from %{public}" PRIu64, screenId, fromScreenId); in UpdateSessionDisplayId() 9054 scnSession->NotifyDisplayMove(fromScreenId, screenId); in UpdateSessionDisplayId() 9075 void DisplayChangeListener::OnImmersiveStateChange(ScreenId screenId, boo argument 9080 GetImmersiveState(ScreenId screenId) GetImmersiveState() argument 9163 FlushUIParams(ScreenId screenId, std::unordered_map<int32_t, SessionUIParam>&& uiParams) FlushUIParams() argument [all...] |
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/pipeline/ |
H A D | rs_render_service_visitor_test.cpp | 738 config.screenId = 0;
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/ |
H A D | rs_render_service_visitor_unit_test.cpp | 738 config.screenId = 0;
in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/ |
H A D | rs_screen_manager.h | 446 static void ReleaseScreenDmaBuffer(uint64_t screenId);
|
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/ |
H A D | hgm_frame_rate_manager.cpp | 94 // hgm warning: get non active screenId in non-folding devices(from sceneboard) in Init() 1207 ScreenPhysicalId screenId = static_cast<ScreenPhysicalId>(id); in IsCurrentScreenSupportAS() local 1209 hdiDevice->GetDisplayProperty(screenId, ADAPTIVE_SYNC_PROPERTY, propertyAS); in IsCurrentScreenSupportAS()
|
/foundation/window/window_manager/window_scene/session/host/src/ |
H A D | session.cpp | 292 void Session::SetScreenId(uint64_t screenId) in SetScreenId() argument 294 sessionInfo_.screenId_ = screenId; in SetScreenId() 296 sessionStage_->UpdateDisplayId(screenId); in SetScreenId()
|
/foundation/multimodalinput/input/service/window_manager/src/ |
H A D | input_windows_manager.cpp | 1718 std::string screenId = bindInfo_.GetBindDisplayNameByInputDevice(deviceId); in UpdateDisplayInfo() local 1719 if (screenId.empty()) { in UpdateDisplayInfo() 1720 screenId = "default0"; in UpdateDisplayInfo() 1722 auto info = FindPhysicalDisplayInfo(screenId); in UpdateDisplayInfo()
|
/foundation/barrierfree/accessibility/interfaces/kits/napi/src/ |
H A D | napi_accessibility_utils.cpp | 1465 // set screenId in SetInputEventProperty() 1467 int32_t screenId = keyEvent->GetTargetDisplayId(); in SetInputEventProperty() local 1468 NAPI_CALL_RETURN_VOID(env, napi_create_int32(env, screenId, &screenIdValue)); in SetInputEventProperty() 1469 NAPI_CALL_RETURN_VOID(env, napi_set_named_property(env, result, "screenId", screenIdValue)); in SetInputEventProperty()
|