Searched refs:testStreamingOperation (Results 1 – 3 of 3) sorted by relevance
/hardware/interfaces/sensors/2.0/vts/functional/ |
D | VtsHalSensorsV2_0TargetTest.cpp | 21 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P() 27 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P() 33 testStreamingOperation(SensorTypeVersion::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P() 39 testStreamingOperation(SensorTypeVersion::GYROSCOPE, std::chrono::milliseconds(200), in TEST_P() 45 testStreamingOperation(SensorTypeVersion::GYROSCOPE, std::chrono::milliseconds(20), in TEST_P() 51 testStreamingOperation(SensorTypeVersion::GYROSCOPE, std::chrono::milliseconds(5), in TEST_P() 57 testStreamingOperation(SensorTypeVersion::MAGNETIC_FIELD, std::chrono::milliseconds(200), in TEST_P() 63 testStreamingOperation(SensorTypeVersion::MAGNETIC_FIELD, std::chrono::milliseconds(20), in TEST_P() 69 testStreamingOperation(SensorTypeVersion::MAGNETIC_FIELD, std::chrono::milliseconds(5), in TEST_P()
|
/hardware/interfaces/sensors/1.0/vts/functional/ |
D | VtsHalSensorsV1_0TargetTest.cpp | 269 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(200), in TEST_P() 275 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(20), in TEST_P() 281 testStreamingOperation(SensorType::ACCELEROMETER, std::chrono::milliseconds(5), in TEST_P() 287 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(200), in TEST_P() 293 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(20), in TEST_P() 299 testStreamingOperation(SensorType::GYROSCOPE, std::chrono::milliseconds(5), in TEST_P() 305 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(200), in TEST_P() 311 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(20), in TEST_P() 317 testStreamingOperation(SensorType::MAGNETIC_FIELD, std::chrono::milliseconds(5), in TEST_P()
|
/hardware/interfaces/sensors/common/vts/utils/include/sensors-vts-utils/ |
D | SensorsHidlTestBase.h | 244 void testStreamingOperation(SensorTypeVersion type, std::chrono::nanoseconds samplingPeriod, in testStreamingOperation() function
|