Searched refs:ThermalService (Results 1 – 7 of 7) sorted by relevance
34 binder::Status ThermalService::notifyThrottling( in notifyThrottling()51 binder::Status ThermalService::isThrottling(bool* _aidl_return) { in isThrottling()62 binder::Status ThermalService::registerThermalEventListener( in registerThermalEventListener()88 binder::Status ThermalService::unregisterThermalEventListener( in unregisterThermalEventListener()105 void ThermalService::binderDied(const wp<IBinder>& who) { in binderDied()119 void ThermalService::publish( in publish()120 const sp<ThermalService>& service) { in publish()
30 class ThermalService : public BnThermalService,33 ThermalService() : mThrottled(false) {}; in ThermalService() function34 void publish(const sp<ThermalService>& service);
26 using ::android::os::ThermalService;36 sp<ThermalService> mThermalService;
37 using ::android::os::ThermalService;66 mThermalService = new android::os::ThermalService; in thermalServiceStartup()
36 "ThermalService.cpp",
19 using ::android::os::ThermalService;24 void registerThermalService(sp<ThermalService> thermalService);34 sp<android::os::ThermalService> mThermalService;
16 using ::android::os::ThermalService;20 void ThermalCallback::registerThermalService(sp<ThermalService> thermalService) in registerThermalService()