Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp93 testBatchingOperation(SensorTypeVersion::ACCELEROMETER); in TEST_P()
98 testBatchingOperation(SensorTypeVersion::GYROSCOPE); in TEST_P()
103 testBatchingOperation(SensorTypeVersion::MAGNETIC_FIELD); in TEST_P()
/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp341 testBatchingOperation(SensorType::ACCELEROMETER); in TEST_P()
346 testBatchingOperation(SensorType::GYROSCOPE); in TEST_P()
351 testBatchingOperation(SensorType::MAGNETIC_FIELD); in TEST_P()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h405 void testBatchingOperation(SensorTypeVersion type) { in testBatchingOperation() function