Home
last modified time | relevance | path

Searched refs:OnVSyncTrigger (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h181 void OnVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode vsyncMode);
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp629 void VSyncDistributor::OnVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode … in OnVSyncTrigger() function in OHOS::Rosen::VSyncDistributor
715 OnVSyncTrigger(now, period, refreshRate, vsyncMode); in OnVSyncEvent()