Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h405 constexpr int64_t maxBatchingTestTimeNs = 30ull * 1000 * 1000 * 1000; in testBatchingOperation() local
425 batchingPeriodInNs = std::min(batchingPeriodInNs, maxBatchingTestTimeNs); in testBatchingOperation()