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 D | hgm_idle_detector.h | 71 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
|
H A D | hgm_idle_detector.cpp | 31 void HgmIdleDetector::UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t … in UpdateSurfaceTime() function in OHOS::Rosen::HgmIdleDetector
|
H A D | hgm_frame_rate_manager.h | 157 void UpdateSurfaceTime(const std::string& surfaceName, uint64_t timestamp, pid_t pid);
|
H A D | hgm_frame_rate_manager.cpp | 212 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 D | hgm_frame_rate_manager_test.cpp | 125 frameRateMgr.UpdateSurfaceTime(otherSurface, lastTime, appPid); 183 frameRateMgr.UpdateSurfaceTime(otherSurface, lastTime, appPid);
|
H A D | hgm_idle_detector_test.cpp | 120 idleDetector->UpdateSurfaceTime(bufferName, currTime, Pid);
|
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_main_thread.cpp | 1376 … frameRateMgr_->UpdateSurfaceTime(surfaceNodeName, timestamp_, ExtractPid(surfaceNode->GetId())); in ConsumeAndUpdateAllNodes()
|