HomeSort by relevance Sort by last modified time
    Searched defs:Sensor (Results 1 - 23 of 23) 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)
53 Sensor::~Sensor()
57 const String8& Sensor::getName() const {
61 const String8& Sensor::getVendor() const {
65 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);
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 21 * The sensor is abstracted as operating as a pipeline 3 stages deep;
23 * processing step for the sensor is marked off by vertical sync signals, which
27 * configuration, the sensor's registers for settings such as exposure time,
29 * 2, the image data for the frame is actually captured by the sensor. Finally,
33 * The sensor is assumed to be rolling-shutter, so low-numbered rows of the
34 * sensor are exposed earlier in time than larger-numbered rows, with the time
37 * The characteristics of this sensor don't correspond to any actual sensor,
44 * C = update sensor registers for frame
87 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 uint32_t Sensor::kAvailableSensitivities[5] =
86 const nsecs_t Sensor::kExposureTimeRange[2] =
88 const nsecs_t Sensor::kFrameDurationRange[2] =
91 const uint8_t Sensor::kColorFilterArrangement = ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB;
102 const uint32_t Sensor::kMaxRawValue = 4000;
103 const uint32_t Sensor::kBlackLevel = 1000;
106 Sensor::kFrameDurationRange[0
    [all...]
  /frameworks/base/core/java/android/os/
BatteryStats.java 61 * A constant indicating a sensor timer.
63 public static final int SENSOR = 3;
227 * Returns a mapping containing sensor statistics.
229 * @return a Map from Integer sensor ids to Uid.Sensor objects.
231 public abstract Map<Integer, ? extends Sensor> getSensorStats();
303 public static abstract class Sensor {
306 * could clash with a sensor handle (which are defined by
307 * the sensor HAL, and therefore out of our control
309 // Magic sensor number for the GPS
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 3036 Uid.Sensor sensor = sensorEntry.getValue(); local
3129 Uid.Sensor sensor = new Sensor(sensorNumber); local
    [all...]
  /prebuilts/devtools/tools/lib/
sdklib.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/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 1194 milliseconds