Home
last modified time | relevance | path

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

/hardware/interfaces/automotive/vehicle/aidl/impl/utils/common/test/
DPendingRequestPoolTest.cpp54 int64_t getTimeout() { return TEST_TIMEOUT; } in getTimeout() function in android::hardware::automotive::vehicle::PendingRequestPoolTest
98 int64_t timeout = getTimeout(); in TEST_F()
200 std::this_thread::sleep_for(2 * std::chrono::nanoseconds(getTimeout())); in TEST_F()