Loading sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h +2 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,8 @@ TEST_P(SensorsHidlTest, NoStaleEvents) { callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); activateAllSensors(false); getEnvironment()->unregisterCallback(); for (const SensorInfoType& sensor : sensors) { // Skip sensors that did not previously report an event if (lastEventTimestampMap.find(sensor.sensorHandle) == lastEventTimestampMap.end()) { Loading Loading
sensors/common/vts/2_X/VtsHalSensorsV2_XTargetTest.h +2 −0 Original line number Diff line number Diff line Loading @@ -737,6 +737,8 @@ TEST_P(SensorsHidlTest, NoStaleEvents) { callback.waitForEvents(sensors, kFiveHundredMs + (5 * maxMinDelay)); activateAllSensors(false); getEnvironment()->unregisterCallback(); for (const SensorInfoType& sensor : sensors) { // Skip sensors that did not previously report an event if (lastEventTimestampMap.find(sensor.sensorHandle) == lastEventTimestampMap.end()) { Loading