Searched refs:thermal_ (Results 1 – 3 of 3) sorted by relevance
54 thermal_ = IThermal::getService(GetParam()); in SetUp()55 ASSERT_NE(thermal_, nullptr); in SetUp()122 sp<IThermal> thermal_; member in ThermalHidlTest170 thermal_->getTemperatures( in TEST_P()185 thermal_->getCpuUsages( in TEST_P()200 thermal_->getCoolingDevices([&passed]( in TEST_P()
381 thermal_ = android::hardware::thermal::V2_0::IThermal::getService(); in Initialize()382 if (thermal_ == nullptr) { in Initialize()439 if (thermal_ == nullptr) { in RegisterThermalChangedCallback()462 auto hidl_res = thermal_->registerThermalChangedCallback( in RegisterThermalChangedCallback()480 if (thermal_ == nullptr) { in UnregisterThermalChangedCallback()486 auto hidl_res = thermal_->unregisterThermalChangedCallback( in UnregisterThermalChangedCallback()
213 sp<android::hardware::thermal::V2_0::IThermal> thermal_; variable