Home
last modified time | relevance | path

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

/hardware/interfaces/sensors/1.0/vts/functional/
DVtsHalSensorsV1_0TargetTest.cpp259 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P()
265 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P()
271 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P()
277 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(200), in TEST_P()
283 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(20), in TEST_P()
289 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(5), in TEST_P()
295 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(200), in TEST_P()
301 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(20), in TEST_P()
307 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(5), in TEST_P()
/hardware/interfaces/sensors/2.0/vts/functional/
DVtsHalSensorsV2_0TargetTest.cpp428 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P()
434 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P()
440 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P()
446 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(200), in TEST_P()
452 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(20), in TEST_P()
458 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(5), in TEST_P()
464 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(200), in TEST_P()
470 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(20), in TEST_P()
476 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(5), in TEST_P()
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/
DSensorsHidlTestBase.h107 void testStreamingOperation(SensorType type, std::chrono::nanoseconds samplingPeriod,
/hardware/interfaces/sensors/common/vts/utils/
DSensorsHidlTestBase.cpp359 void SensorsHidlTestBase::testStreamingOperation(SensorType type, in testStreamingOperation() function in SensorsHidlTestBase