Home
last modified time | relevance | path

Searched defs:surfaceName (Results 1 – 11 of 11) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/drawable/dfx/
H A Drs_dirty_rects_dfx.h84 …auto surfaceName = RSUniRenderThread::Instance().GetRSRenderThreadParams()->dfxTargetSurfaceNames_; in CheckIfSurfaceTargetedForDFX() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service_client/test/
H A Drender_service_client_subSurface_demo.cpp40 bool InitSurface(std::shared_ptr<RSSurfaceNode>& surfaceNode, const std::string& surfaceName, in InitSurface()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_idle_detector.cpp31 void HgmIdleDetector::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t … in UpdateSurfaceTime()
H A Dhgm_frame_rate_manager.cpp212 void HgmFrameRateManager::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pi… in UpdateSurfaceTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/round_corner_display/
H A Drs_rcd_surface_render_node.cpp74 std::string surfaceName = ""; in CreateSurface() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/transaction/
H A Drs_render_service_connection_stub.cpp408 auto surfaceName = data.ReadString(); in OnRemoteRequest() local
424 auto surfaceName = data.ReadString(); in OnRemoteRequest() local
/ohos5.0/foundation/multimedia/camera_framework/frameworks/js/camera_napi/src/output/
H A Dphoto_output_napi.cpp206 AuxiliaryPhotoListener::AuxiliaryPhotoListener(const std::string surfaceName, const sptr<Surface> s… in AuxiliaryPhotoListener()
242 std::string surfaceName = ""; in InitPictureListeners() local
1564 string surfaceName = "Thumbnail"; in ExecuteDeepCopySurfaceBuffer() local
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_uifirst_manager.cpp1219 std::string surfaceName = node.GetName(); in IsNonFocusWindowCache() local
H A Drs_render_service_connection.cpp396 const std::string& surfaceName = surface->GetName(); in CreateNodeAndSurface() local
782 std::string surfaceName = nodeMap.GetSelfDrawSurfaceNameByPid(pid); in GetRefreshInfo() local
H A Drs_uni_render_util.cpp852 std::string surfaceName = node->GetName(); in IsNodeAssignSubThread() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/render/
H A Drender_context.h178 std::optional<std::string> surfaceName; member