Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h206 void OnDVSyncTrigger(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.cpp587 void VSyncDistributor::OnDVSyncTrigger(int64_t now, int64_t period, uint32_t refreshRate, VSyncMode… in OnDVSyncTrigger() function in OHOS::Rosen::VSyncDistributor
711 OnDVSyncTrigger(now, period, refreshRate, vsyncMode); in OnVSyncEvent()