Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp1136 int64_t minDelayAverageInterval, maxDelayAverageInterval; in testSamplingRateHotSwitchOperation() local
1154 minDelayAverageInterval = timestampInterval / (nEvent - 1); in testSamplingRateHotSwitchOperation()
1174 minDelayAverageInterval, maxDelayAverageInterval); in testSamplingRateHotSwitchOperation()
1175 EXPECT_GT((maxDelayAverageInterval - minDelayAverageInterval), minDelayAverageInterval / 10); in testSamplingRateHotSwitchOperation()
1178 EXPECT_LT(std::abs(minDelayAverageInterval - minSamplingPeriodInNs), in testSamplingRateHotSwitchOperation()