Home | History | Annotate | Download | only in thermal

Lines Matching defs:SENSOR

85         private static final String SENSOR = "Sensor";
300 } else if (name.equalsIgnoreCase(SENSOR)) {
349 // Retrieve Sensor Information
396 if (name.equalsIgnoreCase(SENSOR)) {
397 // insert in map, only if no sensor with same name already in map
403 Log.i(TAG, "sensor:" + mCurrSensor.getSensorName() + " already present");
415 // this is valid sensor, so now update the zone sensorattrib list
416 // and sensor list.This check is needed to avoid a scenario where
417 // a invalid sensor name might be included in sensorattrib list.
418 // This check filters out all invalid sensor attrib.
555 /* Parse the thermal configuration file to determine zone/sensor information */