Home | History | Annotate | Download | only in os

Lines Matching defs:SENSOR

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.
1288 new BitDescription(HistoryItem.STATE_SENSOR_ON_FLAG, "sensor", "s"),
1854 * @param type type of data (e.g. "wakelock", "sensor", "process", "apk" , "process", "network")
2244 SparseArray<? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats();
2247 Uid.Sensor se = sensors.valueAt(ise);
3200 SparseArray<? extends BatteryStats.Uid.Sensor> sensors = u.getSensorStats();
3203 Uid.Sensor se = sensors.valueAt(ise);
3207 sb.append(" Sensor ");
3209 if (handle == Uid.Sensor.GPS) {