Home
last modified time | relevance | path

Searched refs:dvsync_ (Results 1 - 2 of 2) sorted by relevance

/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp308 dvsync_ = new DVsync(isRs_); in VSyncDistributor()
309 if (dvsync_->IsFeatureEnabled()) { in VSyncDistributor()
321 if (dvsync_->IsFeatureEnabled()) { in ~VSyncDistributor()
329 dvsync_->RNVNotify(); in ~VSyncDistributor()
411 dvsync_->RNVNotify(); in WaitForVsyncOrRequest()
413 con_.wait_for(locker, std::chrono::nanoseconds(dvsync_->WaitTime()), [this] { return dvsync_->WaitCond(); }); in WaitForVsyncOrRequest()
424 std::pair<bool, int64_t> result = dvsync_->DoPreExecute(locker, con_); in WaitForVsyncOrRequest()
449 dvsync_->RNVNotify(); in WaitForVsyncOrTimeOut()
535 dvsync_ in PostVSyncEventPreProcess()
[all...]
/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h207 sptr<DVsync> dvsync_ = nullptr; member in OHOS::Rosen::VSyncDistributor

Completed in 3 milliseconds