Home
last modified time | relevance | path

Searched refs:RecordVsyncModeChange (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h135 void RecordVsyncModeChange(uint32_t refreshRate, int64_t period);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_generator.cpp215 appVSyncDistributor_->RecordVsyncModeChange(currRefreshRate_, period_); in ThreadLoop()
216 rsVSyncDistributor_->RecordVsyncModeChange(currRefreshRate_, period_); in ThreadLoop()
H A Dvsync_distributor.cpp1236 void VSyncDistributor::RecordVsyncModeChange(uint32_t refreshRate, int64_t period) in RecordVsyncModeChange() function in OHOS::Rosen::VSyncDistributor
1240 dvsync_->RecordVsyncModeChange(refreshRate, period); in RecordVsyncModeChange()