Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp313 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER); in TEST_P()
314 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER, false /*fastToSlow*/); in TEST_P()
319 testSamplingRateHotSwitchOperation(SensorType::GYROSCOPE); in TEST_P()
320 testSamplingRateHotSwitchOperation(SensorType::GYROSCOPE, false /*fastToSlow*/); in TEST_P()
325 testSamplingRateHotSwitchOperation(SensorType::MAGNETIC_FIELD); in TEST_P()
326 testSamplingRateHotSwitchOperation(SensorType::MAGNETIC_FIELD, false /*fastToSlow*/); in TEST_P()
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp482 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER); in TEST_P()
483 testSamplingRateHotSwitchOperation(SensorType::ACCELEROMETER, false /*fastToSlow*/); in TEST_P()
488 testSamplingRateHotSwitchOperation(SensorType::GYROSCOPE); in TEST_P()
489 testSamplingRateHotSwitchOperation(SensorType::GYROSCOPE, false /*fastToSlow*/); in TEST_P()
494 testSamplingRateHotSwitchOperation(SensorType::MAGNETIC_FIELD); in TEST_P()
495 testSamplingRateHotSwitchOperation(SensorType::MAGNETIC_FIELD, false /*fastToSlow*/); in TEST_P()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h109 void testSamplingRateHotSwitchOperation(SensorType type, bool fastToSlow = true);
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp422 void SensorsHidlTestBase::testSamplingRateHotSwitchOperation(SensorType type, bool fastToSlow) { in testSamplingRateHotSwitchOperation() function in SensorsHidlTestBase