Home
last modified time | relevance | path

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

/hardware/interfaces/soundtrigger/2.0/vts/functional/
DVtsHalSoundtriggerV2_0TargetTest.cpp69 bool wait(int timeoutSeconds) { in wait() argument
72 std::chrono::seconds(timeoutSeconds); in wait()
/hardware/interfaces/gnss/1.0/vts/functional/
DVtsHalGnssV1_0TargetTest.cpp110 inline std::cv_status wait(int timeoutSeconds) { in wait() argument
116 status = cv_.wait_until(lock, now + std::chrono::seconds(timeoutSeconds)); in wait()