Home
last modified time | relevance | path

Searched refs:UpdateSurfaceTime (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/hyper_graphic_manager/core/frame_rate_manager/
H A Dhgm_idle_detector.h71 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
H A Dhgm_idle_detector.cpp31 void HgmIdleDetector::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t … in UpdateSurfaceTime() function in OHOS::Rosen::HgmIdleDetector
H A Dhgm_frame_rate_manager.h157 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
H A Dhgm_frame_rate_manager.cpp212 void HgmFrameRateManager::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pi… in UpdateSurfaceTime() function in OHOS::Rosen::HgmFrameRateManager
214 idleDetector_.UpdateSurfaceTime(surfaceName, timestamp, pid); in UpdateSurfaceTime()
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/hyper_graphic_manager/unittest/
H A Dhgm_frame_rate_manager_test.cpp125 frameRateMgr.UpdateSurfaceTime(otherSurface, lastTime, appPid);
183 frameRateMgr.UpdateSurfaceTime(otherSurface, lastTime, appPid);
H A Dhgm_idle_detector_test.cpp120 idleDetector->UpdateSurfaceTime(bufferName, currTime, Pid);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp1376 … frameRateMgr_->UpdateSurfaceTime(surfaceNodeName, timestamp_, ExtractPid(surfaceNode->GetId())); in ConsumeAndUpdateAllNodes()