OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sensor
(Results
1 - 15
of
15
) sorted by null
/frameworks/base/libs/gui/
Sensor.cpp
26
#include <gui/
Sensor
.h>
32
Sensor
::
Sensor
()
39
Sensor
::
Sensor
(struct sensor_t const* hwSensor)
52
Sensor
::~
Sensor
()
56
const String8&
Sensor
::getName() const {
60
const String8&
Sensor
::getVendor() const {
64
int32_t
Sensor
::getHandle() const
[
all
...]
/frameworks/base/include/gui/
Sensor.h
30
#include <android/
sensor
.h>
44
class
Sensor
: public ASensor, public Flattenable
55
Sensor
();
56
Sensor
(struct sensor_t const* hwSensor);
57
virtual ~
Sensor
();
/frameworks/base/core/java/android/hardware/
Sensor.java
21
* Class representing a
sensor
. Use {@link SensorManager#getSensorList} to get
29
public class
Sensor
{
32
* A constant describing an accelerometer
sensor
type. See
39
* A constant describing a magnetic field
sensor
type. See
46
* A constant describing an orientation
sensor
type. See
56
/** A constant describing a gyroscope
sensor
type */
60
* A constant describing an light
sensor
type. See
66
/** A constant describing a pressure
sensor
type */
70
* A constant describing a temperature
sensor
type
73
* {@link android.hardware.
Sensor
#TYPE_AMBIENT_TEMPERATUR
[
all
...]
/external/qemu/android/
hw-sensors.c
35
/* this code supports emulated
sensor
hardware
75
/* For common
Sensor
Value struct */
116
}
Sensor
;
126
* - the HAL module sends "set:<
sensor
>:<flag>" to enable or disable
127
* the report of a given
sensor
state. <
sensor
> must be the name of
128
* a given
sensor
(e.g. "accelerometer"), and <flag> must be either
131
* - Once at least one
sensor
is "enabled", this code should periodically
137
* a new interval between
sensor
events sent by this code to the HAL
145
* - each timer tick, this code sends
sensor
reports in the followin
290
Sensor*
sensor
;
local
[
all
...]
/frameworks/base/core/java/android/os/
BatteryStats.java
59
* A constant indicating a
sensor
timer.
61
public static final int
SENSOR
= 3;
219
* Returns a mapping containing
sensor
statistics.
221
* @return a Map from Integer
sensor
ids to Uid.
Sensor
objects.
223
public abstract Map<Integer, ? extends
Sensor
> getSensorStats();
292
public static abstract class
Sensor
{
293
// Magic
sensor
number for the GPS.
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
2825
Uid.Sensor
sensor
=
sensor
Entry.getValue();
local
2912
Uid.Sensor
sensor
= new Sensor(
sensor
Number);
local
[
all
...]
/prebuilt/sdk/11/
android.jar
/prebuilt/sdk/12/
android.jar
/prebuilt/sdk/13/
android.jar
/prebuilt/sdk/14/
android.jar
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/7/
android.jar
/prebuilt/sdk/9/
android.jar
Completed in 599 milliseconds