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.h408 constexpr int64_t maxBatchingTestTimeNs = 30ull * 1000 * 1000 * 1000; in testBatchingOperation() local
428 if (batchingPeriodInNs > maxBatchingTestTimeNs) { in testBatchingOperation()
429 batchingPeriodInNs = maxBatchingTestTimeNs; in testBatchingOperation()