Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp534 uint32_t minFifoCount = sensor.fifoReservedEventCount; in testBatchingOperation() local
535 int64_t batchingPeriodInNs = minFifoCount * minSamplingPeriodInNs; in testBatchingOperation()
569 events = collectEvents(allowedBatchDeliverTimeNs / 1000, minFifoCount, in testBatchingOperation()
583 ASSERT_GT(nEvent, (size_t)(minFifoCount * 9 / 10)); in testBatchingOperation()