Home
last modified time | relevance | path

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

/hardware/interfaces/thermal/1.1/
DIThermalCallback.hal22 * IThermalCallback connects vendor code to the framework binder ThermalService.
26 * Send a thermal throttling start/stop event to all ThermalService
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DituxdApp.java38 startService(new Intent(this, ThermalService.class)); in onCreate()
DThermalService.java66 public class ThermalService extends Service { class
67 private static final String TAG = ThermalService.class.getSimpleName();
484 public ThermalService() { in ThermalService() method in ThermalService