Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/utils/
DThermalHidlWrapper.cpp105 Return<void> ThermalHidlWrapper::getTemperatures(getTemperatures_cb _hidl_cb) { in getTemperatures()
111 Return<void> ThermalHidlWrapper::getCpuUsages( in getCpuUsages()
118 Return<void> ThermalHidlWrapper::getCoolingDevices( in getCoolingDevices()
126 Return<void> ThermalHidlWrapper::getCurrentTemperatures( in getCurrentTemperatures()
155 Return<void> ThermalHidlWrapper::getTemperatureThresholds( in getTemperatureThresholds()
185 Return<void> ThermalHidlWrapper::registerThermalChangedCallback( in registerThermalChangedCallback()
222 Return<void> ThermalHidlWrapper::unregisterThermalChangedCallback( in unregisterThermalChangedCallback()
253 Return<void> ThermalHidlWrapper::getCurrentCoolingDevices( in getCurrentCoolingDevices()
283 Return<void> ThermalHidlWrapper::debug(const hidl_handle& handle, in debug()
296 ::ndk::ScopedAStatus ThermalHidlWrapper::IThermalChangedCallbackWrapper::notifyThrottling( in notifyThrottling()
DAndroid.bp26 "ThermalHidlWrapper.cpp",
/hardware/interfaces/thermal/utils/include/thermalutils/
DThermalHidlWrapper.h59 class ThermalHidlWrapper : public IThermal_2_0 {
61 explicit ThermalHidlWrapper(::std::shared_ptr<IThermal_Aidl> thermal_service) in ThermalHidlWrapper() function
/hardware/google/pixel/usb/
DUsbOverheatEvent.cpp221 thermal_service_ = sp<::aidl::android::hardware::thermal::ThermalHidlWrapper>::make( in connectAidlThermalService()
/hardware/interfaces/thermal/utils/tests/
DThermalHidlWrapperTest.cpp98 mThermal = sp<ThermalHidlWrapper>::make(IThermal::fromBinder(ndk::SpAIBinder(binder))); in SetUp()