Home
last modified time | relevance | path

Searched refs:screenId (Results 301 - 325 of 334) sorted by relevance

1...<<11121314

/foundation/window/window_manager/window_scene/session_manager/include/
H A Dscene_session_manager.h132 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 Dcast_session_impl_class.h199 void UpdateScreenInfo(uint64_t screenId, uint16_t width, uint16_t height);
/foundation/CastEngine/castengine_cast_plus_stream/include/
H A Dcast_session_impl_class.h199 void UpdateScreenInfo(uint64_t screenId, uint16_t width, uint16_t height);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/pipeline/
H A Drs_display_render_node.cpp34 : RSRenderNode(id, context), screenId_(config.screenId), offsetX_(0), offsetY_(0), in RSDisplayRenderNode()
H A Drs_paint_filter_canvas.cpp1513 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 Dsvga_reg.h1986 uint32 screenId; member
/kernel/linux/linux-6.6/drivers/gpu/drm/vmwgfx/device_include/
H A Dsvga_reg.h803 uint32 screenId; member
H A Dsvga3d_cmd.h851 uint32 screenId; member
1468 uint32 screenId; member
/third_party/mesa3d/src/gallium/drivers/svga/include/
H A Dsvga_reg.h1591 uint32 screenId; member
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service/unittest/drawable/
H A Drs_display_render_node_drawable_test.cpp796 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 Drs_render_service_connection_stub.cpp1840 auto screenId = data.ReadUint64(); in OnRemoteRequest() local
1843 .screenId = screenId, in OnRemoteRequest()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/
H A Drs_display_render_node_drawable.cpp589 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 Djs_scene_utils.cpp226 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 Drs_magic_pointer_render_manager.cpp367 auto screenInfo = screenManager->QueryScreenInfo(param.screenId);
/foundation/graphic/graphic_2d/rosen/modules/render_service_base/include/pipeline/
H A Drs_paint_filter_canvas.h291 void SetScreenId(ScreenId screenId);
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uni_render_util.cpp1963 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 Drs_uni_render_visitor.cpp365 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 Dscene_session_manager.cpp1639 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 Drs_render_service_visitor_test.cpp738 config.screenId = 0; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/test/render/render/unittest/pipeline/
H A Drs_render_service_visitor_unit_test.cpp738 config.screenId = 0; in HWTEST_F()
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/screen_manager/
H A Drs_screen_manager.h446 static void ReleaseScreenDmaBuffer(uint64_t screenId);
/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_frame_rate_manager.cpp94 // 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 Dsession.cpp292 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 Dinput_windows_manager.cpp1718 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 Dnapi_accessibility_utils.cpp1465 // 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()

Completed in 77 milliseconds

1...<<11121314