Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/aidl/vts/
DVtsHalThermalTargetTest.cpp384 float lastThreshold = threshold.hotThrottlingThresholds[1]; in TEST_P() local
389 ASSERT_TRUE(t >= lastThreshold) << "Temperature thresholds should be non-decreasing " in TEST_P()
391 << lastThreshold << " for status " << i - 1; in TEST_P()
392 lastThreshold = t; in TEST_P()