Home
last modified time | relevance | path

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

/aosp14/frameworks/base/tests/ChoreographerTests/jni/
H A Dandroid_view_tests_ChoreographerNativeTest.cpp45 static constexpr std::chrono::nanoseconds kMaxRuntime{1s}; variable
90 if (cb->endTime - cb->startTime > kMaxRuntime) { in vsyncCallback()
139 ASSERT(cb.condition.wait_for(cb.mutex, 2 * kMaxRuntime, [&cb] { return cb.callbacksComplete; }), in android_view_ChoreographerNativeTest_testPostVsyncCallbackAtFrameRate()