Home
last modified time | relevance | path

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

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