Home
last modified time | relevance | path

Searched refs:HasPendingUIRNV (Results 1 – 4 of 4) sorted by relevance

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/include/
H A Dvsync_distributor.h133 bool HasPendingUIRNV();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_distributor_test.cpp334 auto res = VSyncDistributorTest::vsyncDistributor->HasPendingUIRNV();
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/src/
H A Dvsync_distributor.cpp1190 bool VSyncDistributor::HasPendingUIRNV() in HasPendingUIRNV() function in OHOS::Rosen::VSyncDistributor
1193 return dvsync_->HasPendingUIRNV(); in HasPendingUIRNV()
/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/
H A Drs_main_thread.cpp410 if (needAnimate || rsVSyncDistributor_->HasPendingUIRNV()) { in DvsyncCheckRequestNextVsync()