Home
last modified time | relevance | path

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

/hardware/interfaces/vibrator/aidl/vts/
DVtsHalVibratorTargetTest.cpp77 static constexpr auto VIBRATION_CALLBACK_TIMEOUT = 100ms; variable
229 auto timeout = std::chrono::milliseconds(durationMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()
296 auto timeout = std::chrono::milliseconds(lengthMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()
627 EXPECT_EQ(completionFuture.wait_for(duration + VIBRATION_CALLBACK_TIMEOUT), in TEST_P()
788 auto timeout = std::chrono::milliseconds(durationMs) + VIBRATION_CALLBACK_TIMEOUT; in TEST_P()
/hardware/interfaces/vibrator/bench/
Dbenchmark.cpp50 static constexpr auto VIBRATION_CALLBACK_TIMEOUT = 100ms; variable
410 mPromise.get_future().wait_for(VIBRATION_CALLBACK_TIMEOUT); in waitForComplete()