Searched refs:onVsyncCount (Results 1 – 1 of 1) sorted by relevance
40 static inline int32_t onVsyncCount = 0; member in OHOS::Rosen::VsyncReceiverTest45 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 …]