Home
last modified time | relevance | path

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

/frameworks/native/services/vibratorservice/test/
DVibratorCallbackSchedulerTest.cpp63 mCallbackCounter.tryWaitUntilCountIsAtLeast(callbackCount, timeout); in waitForCallbacks()
Dtest_utils.h105 void tryWaitUntilCountIsAtLeast(int32_t count, std::chrono::milliseconds timeout) { in tryWaitUntilCountIsAtLeast() function
DVibratorHalControllerTest.cpp269 counter.tryWaitUntilCountIsAtLeast(1, 500ms); in TEST_F()