Home
last modified time | relevance | path

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

/hardware/intel/common/utils/ituxd/src/com/intel/thermal/
DThermalZoneMonitor.java30 private ThermalZone zone; field in ThermalZoneMonitor
35 zone = tz; in ThermalZoneMonitor()
36 mThreadName = "ThermalZone" + zone.getZoneId(); in ThermalZoneMonitor()
49 if (zone.isZoneStateChanged()) { in run()
50 zone.sendThermalEvent(); in run()
54 Thread.sleep(zone.getPollDelay(zone.getZoneState())); in run()
DThermalManager.java568 for (ThermalZone zone : sThermalZonesList) { in stopCurrentProfile()
570 zone.stopMonitoring(); in stopCurrentProfile()
572 zone.unregisterReceiver(); in stopCurrentProfile()
575 zone.setZoneState(0); in stopCurrentProfile()
576 zone.setEventType(ThermalManager.THERMAL_LOW_EVENT); in stopCurrentProfile()
577 zone.setZoneTemp(zone.getZoneTempThreshold(0)); in stopCurrentProfile()
586 zone.sendThermalEvent(); in stopCurrentProfile()
590 if (zone.isUEventSupported()) { in stopCurrentProfile()
591 zone.programThresholds((zone.getThermalSensorList()).get(0)); in stopCurrentProfile()
629 for (ThermalZone zone : sThermalZonesList) { in setBucketSizeForProfiles()
[all …]
DThermalZone.java575 ThermalZone zone;
/hardware/libhardware/tests/vehicle/
Dvehicle-hal-tool.c116 printf("Value type: ZONED_BOOLEAN\nZone: %d\n", data->zone); in print_property()
159 printf("Value type: ZONED_FLOAT\nZone: %d ", data->zone); in print_property()
163 printf("Value type: ZONED_FLOAT_VEC2\nZone: %d ", data->zone); in print_property()
168 printf("Value type: ZONED_FLOAT_VEC3\nZone: %d ", data->zone); in print_property()
174 printf("Value type: ZONED_FLOAT_VEC4\nZone: %d ", data->zone); in print_property()
181 printf("Value type: ZONED_INT32\nZone: %d ", data->zone); in print_property()
185 printf("Value type: ZONED_INT32_VEC2\nZone: %d ", data->zone); in print_property()
190 printf("Value type: ZONED_INT32_VEC3\nZone: %d ", data->zone); in print_property()
196 printf("Value type: ZONED_INT32_VEC4\nZone: %d ", data->zone); in print_property()
251 int32_t zone = 0; in set_property() local
[all …]
/hardware/libhardware/include/hardware/
Dvehicle.h1581 int32_t zone; member