OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
70
* A constant indicating a
sensor
timer.
72
public static final int
SENSOR
= 3;
345
* Returns a mapping containing
sensor
statistics.
347
* @return a Map from Integer
sensor
ids to Uid.
Sensor
objects.
349
public abstract SparseArray<? extends
Sensor
> getSensorStats();
473
public static abstract class
Sensor
{
476
* could clash with a
sensor
handle (which are defined by
477
* the
sensor
HAL, and therefore out of our control
479
// Magic
sensor
number for the GPS
[
all
...]
Completed in 61 milliseconds