HomeSort by relevance Sort by last modified time
    Searched defs:SENSOR (Results 1 - 2 of 2) sorted by null

  /hardware/intel/common/utils/ituxd/src/com/intel/thermal/
ThermalService.java 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
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 69 * A constant indicating a sensor timer.
71 public static final int SENSOR = 3;
310 * Returns a mapping containing sensor statistics.
312 * @return a Map from Integer sensor ids to Uid.Sensor objects.
314 public abstract SparseArray<? extends Sensor> getSensorStats();
401 public static abstract class Sensor {
404 * could clash with a sensor handle (which are defined by
405 * the sensor HAL, and therefore out of our control
407 // Magic sensor number for the GPS
    [all...]

Completed in 203 milliseconds