Home | History | Annotate | Download | only in thermal

Lines Matching refs:UEvent

346             // In Uevent mode, if any threshold specified for a particular
418 // if uevent just check the first sensor
463 // override in VirtualThermalZone to stop UEvent observers
495 * used when a zone supports UEvent notifications from kernel. When a
496 * sensor sends an UEvent, it also sends its current temperature as a
497 * parameter of the UEvent.
553 Log.i(TAG, "for zone:" + getZoneName() + " in uevent mode only first sensor used!");
572 public void onUEvent(UEventObserver.UEvent event) {
578 // Name of the sensor and current temperature are mandatory parameters of an UEvent
587 Log.i(TAG, "UEvent received for sensor:" + sensorName + " temp:" + sensorTemp);