Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.0/vts/functional/
DVtsHalThermalV1_0TargetTest.cpp54 thermal_ = IThermal::getService(GetParam()); in SetUp()
55 ASSERT_NE(thermal_, nullptr); in SetUp()
122 sp<IThermal> thermal_; member in ThermalHidlTest
170 thermal_->getTemperatures( in TEST_P()
185 thermal_->getCpuUsages( in TEST_P()
200 thermal_->getCoolingDevices([&passed]( in TEST_P()
/hardware/google/camera/common/hal/hidl_service/
Dhidl_camera_device_session.cc381 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()
Dhidl_camera_device_session.h213 sp<android::hardware::thermal::V2_0::IThermal> thermal_; variable