Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp469 int64_t minDelayAverageInterval, maxDelayAverageInterval; in testSamplingRateHotSwitchOperation() local
503 maxDelayAverageInterval = timestampInterval / (nEvent - 1); in testSamplingRateHotSwitchOperation()
507 maxDelayAverageInterval); in testSamplingRateHotSwitchOperation()
508 EXPECT_GT((maxDelayAverageInterval - minDelayAverageInterval), minDelayAverageInterval / 10); in testSamplingRateHotSwitchOperation()
515 EXPECT_LT(std::abs(maxDelayAverageInterval - maxSamplingPeriodInNs), in testSamplingRateHotSwitchOperation()