Searched refs:zone (Results 1 – 5 of 5) sorted by relevance
30 private ThermalZone zone; field in ThermalZoneMonitor35 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()
568 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 …]
575 ThermalZone zone;
116 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 …]
1581 int32_t zone; member