Searched refs:ThermalHidlWrapper (Results 1 – 5 of 5) sorted by relevance
105 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()
26 "ThermalHidlWrapper.cpp",
59 class ThermalHidlWrapper : public IThermal_2_0 {61 explicit ThermalHidlWrapper(::std::shared_ptr<IThermal_Aidl> thermal_service) in ThermalHidlWrapper() function
221 thermal_service_ = sp<::aidl::android::hardware::thermal::ThermalHidlWrapper>::make( in connectAidlThermalService()
98 mThermal = sp<ThermalHidlWrapper>::make(IThermal::fromBinder(ndk::SpAIBinder(binder))); in SetUp()