Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp422 void SensorsHidlTestBase::testSamplingRateHotSwitchOperation(SensorType type, bool fastToSlow) { in testSamplingRateHotSwitchOperation() argument
445 int64_t firstCollectionPeriod = fastToSlow ? minSamplingPeriodInNs : maxSamplingPeriodInNs; in testSamplingRateHotSwitchOperation()
446 int64_t secondCollectionPeriod = !fastToSlow ? minSamplingPeriodInNs : maxSamplingPeriodInNs; in testSamplingRateHotSwitchOperation()
470 std::vector<Event>& minDelayEvents(fastToSlow ? events1 : events2); in testSamplingRateHotSwitchOperation()
471 std::vector<Event>& maxDelayEvents(fastToSlow ? events2 : events1); in testSamplingRateHotSwitchOperation()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h109 void testSamplingRateHotSwitchOperation(SensorType type, bool fastToSlow = true);