Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp52 constexpr useconds_t SLEEP_GRANULARITY = 100 * 1000; // granularity 100 ms in collectEvents() local
65 useconds_t duration = std::min(SLEEP_GRANULARITY, timeLimitUs); in collectEvents()