OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Sensor
(Results
1 - 25
of
25
) sorted by null
/frameworks/native/libs/gui/
Sensor.cpp
26
#include <gui/
Sensor
.h>
32
Sensor
::
Sensor
()
39
Sensor
::
Sensor
(struct sensor_t const* hwSensor, int halVersion)
62
Sensor
::~
Sensor
()
66
const String8&
Sensor
::getName() const {
70
const String8&
Sensor
::getVendor() const {
74
int32_t
Sensor
::getHandle() const
[
all
...]
/frameworks/native/include/gui/
Sensor.h
30
#include <android/
sensor
.h>
44
class
Sensor
: public ASensor, public LightFlattenable<
Sensor
>
55
Sensor
();
56
Sensor
(struct sensor_t const* hwSensor, int halVersion = 0);
57
~
Sensor
();
/device/generic/goldfish/camera/fake-pipeline2/
Sensor.cpp
30
#include "
Sensor
.h"
37
const unsigned int
Sensor
::kResolution[2] = {640, 480};
39
const nsecs_t
Sensor
::kExposureTimeRange[2] =
41
const nsecs_t
Sensor
::kFrameDurationRange[2] =
43
const nsecs_t
Sensor
::kMinVerticalBlank = 10000L;
45
const uint8_t
Sensor
::kColorFilterArrangement =
49
const uint32_t
Sensor
::kMaxRawValue = 4000;
50
const uint32_t
Sensor
::kBlackLevel = 1000;
52
//
Sensor
sensitivity
53
const float
Sensor
::kSaturationVoltage = 0.520f
[
all
...]
Sensor.h
23
* The
sensor
is abstracted as operating as a pipeline 3 stages deep;
25
* processing step for the
sensor
is marked off by vertical sync signals, which
29
* configuration, the
sensor
's registers for settings such as exposure time,
31
* 2, the image data for the frame is actually captured by the
sensor
. Finally,
35
* The
sensor
is assumed to be rolling-shutter, so low-numbered rows of the
36
*
sensor
are exposed earlier in time than larger-numbered rows, with the time
39
* The characteristics of this
sensor
don't correspond to any actual
sensor
,
46
* C = update
sensor
registers for frame
89
class
Sensor
: private Thread, public virtual RefBase
[
all
...]
/frameworks/base/core/java/android/hardware/
Sensor.java
23
* Class representing a
sensor
. Use {@link SensorManager#getSensorList} to get
31
public final class
Sensor
{
34
* A constant describing an accelerometer
sensor
type.
41
* A constant describing a magnetic field
sensor
type.
48
* A constant describing an orientation
sensor
type.
58
/** A constant describing a gyroscope
sensor
type.
64
* A constant describing a light
sensor
type.
70
/** A constant describing a pressure
sensor
type.
76
* A constant describing a temperature
sensor
type
79
* {@link android.hardware.
Sensor
#TYPE_AMBIENT_TEMPERATUR
[
all
...]
/external/qemu/android/
hw-sensors.c
39
/* this code supports emulated
sensor
hardware
79
/* For common
Sensor
Value struct */
120
}
Sensor
;
130
* - the HAL module sends "set:<
sensor
>:<flag>" to enable or disable
131
* the report of a given
sensor
state. <
sensor
> must be the name of
132
* a given
sensor
(e.g. "accelerometer"), and <flag> must be either
135
* - Once at least one
sensor
is "enabled", this code should periodically
141
* a new interval between
sensor
events sent by this code to the HAL
149
* - each timer tick, this code sends
sensor
reports in the followin
295
Sensor*
sensor
;
local
[
all
...]
/hardware/samsung_slsi/exynos5/libcamera2/
ExynosCamera2.cpp
41
class
Sensor
{
44
* Static
sensor
characteristics
57
//
Sensor
sensitivity, approximate
84
const int32_t
Sensor
::kSensitivityRange[2] = {100, 1600};
85
const nsecs_t
Sensor
::kExposureTimeRange[2] =
87
const nsecs_t
Sensor
::kFrameDurationRange[2] =
90
const uint8_t
Sensor
::kColorFilterArrangement = ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB;
101
const uint32_t
Sensor
::kMaxRawValue = 4000;
102
const uint32_t
Sensor
::kBlackLevel = 1000;
105
Sensor
::kFrameDurationRange[0
[
all
...]
/frameworks/base/core/java/android/os/
BatteryStats.java
64
* A constant indicating a
sensor
timer.
66
public static final int
SENSOR
= 3;
242
* Returns a mapping containing
sensor
statistics.
244
* @return a Map from Integer
sensor
ids to Uid.
Sensor
objects.
246
public abstract Map<Integer, ? extends
Sensor
> getSensorStats();
319
public static abstract class
Sensor
{
322
* could clash with a
sensor
handle (which are defined by
323
* the
sensor
HAL, and therefore out of our control
325
// Magic
sensor
number for the GPS
[
all
...]
/frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java
3223
Uid.Sensor
sensor
=
sensor
Entry.getValue();
local
3332
Uid.Sensor
sensor
= new Sensor(
sensor
Number);
local
[
all
...]
/prebuilts/devtools/tools/lib/
sdklib.jar
/prebuilts/gradle-plugin/com/android/tools/sdklib/22.2.0/
sdklib-22.2.0.jar
/prebuilts/sdk/11/
android.jar
/prebuilts/sdk/12/
android.jar
/prebuilts/sdk/13/
android.jar
/prebuilts/sdk/14/
android.jar
/prebuilts/sdk/15/
android.jar
/prebuilts/sdk/17/
android.jar
/prebuilts/sdk/18/
android.jar
/prebuilts/sdk/19/
android.jar
/prebuilts/sdk/4/
android.jar
/prebuilts/sdk/5/
android.jar
/prebuilts/sdk/6/
android.jar
/prebuilts/sdk/7/
android.jar
/prebuilts/sdk/9/
android.jar
/prebuilts/sdk/current/
android.jar
Completed in 193 milliseconds