Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp523 constexpr int64_t oneSecondInNs = 1ull * 1000 * 1000 * 1000; in testBatchingOperation() local
537 if (batchingPeriodInNs < oneSecondInNs) { in testBatchingOperation()
546 int64_t allowedBatchDeliverTimeNs = std::max(oneSecondInNs, batchingPeriodInNs / 10); in testBatchingOperation()