HomeSort by relevance Sort by last modified time
    Searched full:sensor (Results 426 - 450 of 1103) sorted by null

<<11121314151617181920>>

  /hardware/invensense/6515/libsensors_iio/
CompassSensor.IIO.primary.cpp 234 * @brief This function will enable/disable sensor.
236 * which sensor to enable/disable.
304 @brief This function will return the state of the sensor.
357 to read sensor data from the driver.
358 @param[out] data sensor data is stored in this variable. Scaled such that
391 * @brief This function will return the current delay for this sensor.
MPLSensor.h 39 #pragma message("Sensor on Primary Bus")
42 #pragma message("Sensor on Secondary Bus")
154 /* Enable Pressure sensor support */
524 /* added for dynamic get sensor list */
  /hardware/invensense/65xx/libsensors_iio/
CompassSensor.IIO.primary.cpp 234 * @brief This function will enable/disable sensor.
236 * which sensor to enable/disable.
304 @brief This function will return the state of the sensor.
357 to read sensor data from the driver.
358 @param[out] data sensor data is stored in this variable. Scaled such that
391 * @brief This function will return the current delay for this sensor.
sensors_mpl.cpp 122 /* TODO: Handle external pressure sensor */
135 // populate the sensor list
160 /* Timer based sensor initialization */
387 /** Open a new instance of a sensor device using name */
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/
data_builder.c 56 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias);
200 /** Sets orientation and sensitivity field for a sensor.
201 * @param[out] sensor Structure to apply settings to
206 void set_sensor_orientation_and_scale(struct inv_single_sensor_t *sensor,
217 sensor->sensitivity = sensitivity;
232 sensor->orientation = orientation;
480 /** Takes raw data stored in the sensor, removes bias, and converts it to
482 * @param[in,out] sensor structure to modify
486 void inv_apply_calibration(struct inv_single_sensor_t *sensor, const long *bias)
491 raw32[0] = (long)sensor->raw[0] << 15
    [all...]
  /device/generic/goldfish/camera/
EmulatedFakeCamera2.h 28 #include "fake-pipeline2/Sensor.h"
38 * a simple simulation of a scene, sensor, and image processing pipeline.
418 sp<Sensor> mSensor;
Android.mk 62 fake-pipeline2/Sensor.cpp \
  /device/samsung/manta/bubblelevel/
BubbleLevelImpl.cpp 56 Sensor const* const* sensorList;
64 mAccelerometer = mgr.getDefaultSensor(Sensor::TYPE_ACCELEROMETER);
274 if (sensorEvents[i].type == Sensor::TYPE_ACCELEROMETER) {
  /frameworks/base/docs/html/sdk/api_diff/14/changes/
pkg_android.hardware.html 127 <A NAME="Sensor"></A>
128 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/17/changes/
pkg_android.hardware.html 105 <A NAME="Sensor"></A>
106 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/18/changes/
pkg_android.hardware.html 106 <A NAME="Sensor"></A>
107 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/19/changes/
pkg_android.hardware.html 113 <A NAME="Sensor"></A>
114 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/3/changes/
pkg_android.hardware.html 91 <A NAME="Sensor"></A>
92 <nobr><A HREF="../../../../reference/android/hardware/Sensor.html" target="_top"><code>Sensor</code></A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/8/changes/
pkg_android.hardware.html 113 <A NAME="Sensor"></A>
114 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/docs/html/sdk/api_diff/9/changes/
pkg_android.hardware.html 113 <A NAME="Sensor"></A>
114 <nobr><A HREF="android.hardware.Sensor.html">Sensor</A></nobr>
  /frameworks/base/telecomm/java/android/telecom/
InCallAdapter.java 252 * Instructs Telecom to turn the proximity sensor on.
262 * Instructs Telecom to turn the proximity sensor off.
265 * previously off. Otherwise, the screen will only be turned on after the proximity sensor
  /hardware/akm/AK8975_FS/libsensors/
AkmSensor.cpp 46 mPendingEvents[Accelerometer].sensor = ID_A;
51 mPendingEvents[MagneticField].sensor = ID_M;
56 mPendingEvents[Orientation ].sensor = ID_O;
  /hardware/invensense/60xx/libsensors_iio/
MPLSensor.h 83 sensor type (DMP screen orientation) to the Java framework.
90 'frameworks/base/core/java/android/hardware/Sensor.java'
325 /* added for dynamic get sensor list */
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/reporting/
SensorTestDetails.java 28 * A class that holds the result of a Sensor test execution.
  /cts/tests/tests/view/src/android/view/cts/
OrientationListenerTest.java 80 // TODO can not simulate sensor events on the emulator.
  /device/asus/flo/
device-common.mk 113 frameworks/native/data/etc/android.hardware.sensor.light.xml:system/etc/permissions/android.hardware.sensor.light.xml \
114 frameworks/native/data/etc/android.hardware.sensor.gyroscope.xml:system/etc/permissions/android.hardware.sensor.gyroscope.xml \
  /frameworks/base/core/java/android/hardware/display/
DisplayManagerInternal.java 47 * was turned off by the proximity sensor.
57 * Returns true if the proximity sensor screen-off function is available.
159 // If true, the proximity sensor overrides the screen state when an object is
166 // value to use while waiting for the light sensor to report enough data.
  /frameworks/base/services/core/java/com/android/server/wm/
StackTapPointerEventListener.java 70 // Extract the index of the pointer that left the touch sensor
  /hardware/ti/omap4xxx/camera/OMXCameraAdapter/
OMXFD.cpp 330 / * When device is 180 degrees oriented to the sensor, need to translate
347 / * sensor is viewing, i.e Android expects sensor to see this with (l,t)
390 // from sensor pov, the left pos is the right corner of the face in pov of frame
  /packages/apps/Camera2/res/layout-land/
aspect_ratio_selector.xml 50 <!-- NOTE: These texts only make sense on a 4:3 sensor device. -->

Completed in 2856 milliseconds

<<11121314151617181920>>