Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/lmp_event/aidl/vts/
DVtsHalLmpEventTargetTest.cpp52 static constexpr std::chrono::milliseconds kEventTimeoutMs(10000); variable
130 lmp_event_cv.wait_for(lock, kEventTimeoutMs, in wait()
/hardware/interfaces/audio/aidl/vts/
DVtsHalAudioCoreModuleTargetTest.cpp1112 static constexpr auto kEventTimeoutMs = std::chrono::milliseconds(1000); member in DefaultStreamCallback
1123 if (mCv.wait_for(l, kEventTimeoutMs, [&]() { in waitForEvent()