Searched refs:requestNextVsyncNum_ (Results 1 – 2 of 2) sorted by relevance
604 std::atomic<uint32_t> requestNextVsyncNum_ = 0; variable
2652 requestNextVsyncNum_++; in RequestNextVSync()2653 if (requestNextVsyncNum_ > REQUEST_VSYNC_NUMBER_LIMIT) { in RequestNextVSync()2654 … RS_LOGD("RSMainThread::RequestNextVSync too many times:%{public}d", requestNextVsyncNum_.load()); in RequestNextVSync()2691 requestNextVsyncNum_ = 0; in OnVsync()