Lines Matching refs:thresholds
90 const AThermalHeadroomThreshold* thresholds, in checkThermalHeadroomThresholds() argument
92 if (thresholds == nullptr) { in checkThermalHeadroomThresholds()
96 auto t = thresholds[i]; in checkThermalHeadroomThresholds()
122 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
128 ASSERT_EQ(EPIPE, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds, &size)); in TEST_F()
129 ASSERT_EQ(nullptr, thresholds); in TEST_F()
133 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
139 ASSERT_EQ(ENOSYS, AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds, &size)); in TEST_F()
140 ASSERT_EQ(nullptr, thresholds); in TEST_F()
144 const AThermalHeadroomThreshold* thresholds = nullptr; in TEST_F() local
148 AThermal_getThermalHeadroomThresholds(mThermalManager, &thresholds, nullSize)); in TEST_F()
149 ASSERT_EQ(nullptr, thresholds); in TEST_F()