HomeSort by relevance Sort by last modified time
    Searched defs:Sensor (Results 1 - 22 of 22) 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...]
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/devices/
Sensor.java 19 public enum Sensor {
30 private Sensor(String value) {
34 public static Sensor getEnum(String value) {
35 for (Sensor s : values()) {
  /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();
  /development/tools/emulator/system/camera/fake-pipeline2/
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...]
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 = ANDROID_SENSOR_RGGB;
48 const uint32_t Sensor::kMaxRawValue = 4000;
49 const uint32_t Sensor::kBlackLevel = 1000;
51 // Sensor sensitivity
52 const float Sensor::kSaturationVoltage = 0.520f
    [all...]
  /frameworks/base/core/java/android/hardware/
Sensor.java 21 * Class representing a sensor. Use {@link SensorManager#getSensorList} to get
29 public final 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 a 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 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_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 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();
294 public static abstract class Sensor {
295 // Magic sensor number for the GPS.
    [all...]
  /frameworks/base/core/java/com/android/internal/os/
BatteryStatsImpl.java 2860 Uid.Sensor sensor = sensorEntry.getValue(); local
2947 Uid.Sensor sensor = new Sensor(sensorNumber); local
    [all...]
  /tools/build/builder/prebuilts/
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/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 391 milliseconds