Loading sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -1235,6 +1235,11 @@ void SensorsHidlTest::testDirectReportOperation( SensorInfo sensor = defaultSensorByType(type); if (!isValidType(sensor.type)) { // no default sensor of this type return; } if (!isDirectReportRateSupported(sensor, rate)) { return; } Loading Loading
sensors/1.0/vts/functional/VtsHalSensorsV1_0TargetTest.cpp +5 −0 Original line number Diff line number Diff line Loading @@ -1235,6 +1235,11 @@ void SensorsHidlTest::testDirectReportOperation( SensorInfo sensor = defaultSensorByType(type); if (!isValidType(sensor.type)) { // no default sensor of this type return; } if (!isDirectReportRateSupported(sensor, rate)) { return; } Loading