Home
last modified time | relevance | path

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

/ohos5.0/foundation/graphic/graphic_2d/rosen/modules/composer/vsync/test/unittest/
H A Dvsync_receiver_test.cpp40 static inline int32_t onVsyncCount = 0; member in OHOS::Rosen::VsyncReceiverTest
45 onVsyncCount ++; in OnVSync()
234 onVsyncCount = 0;
245 while (onVsyncCount == 0) {
247 std::cout<< "OnVsync called count: " << onVsyncCount << std::endl;
267 onVsyncCount = 0;
278 while (onVsyncCount == 0) {
280 std::cout<< "OnVsync called count: " << onVsyncCount << std::endl;
283 onVsyncCount = 0;
290 std::cout<< "OnVsync called count: " << onVsyncCount << " period: " << period << std::endl;
[all …]