Searched
full:sensor (Results
251 -
275 of
1103) sorted by null
<<11121314151617181920>>
/cts/tests/tests/hardware/src/android/hardware/cts/helpers/sensorverification/ |
EventGapVerification.java | 5 import android.hardware.Sensor; 16 * checking the last received sensor timestamp and checking that it is within 1.8 * the expected 50 * @return the verification or null if the verification is not a continuous mode sensor. 53 if (environment.getSensor().getReportingMode() != Sensor.REPORTING_MODE_CONTINUOUS) {
|
/developers/build/prebuilts/gradle/BatchStepSensor/ |
README.md | 5 sensor batching. 8 The Step Detector sensor fires an 10 steps since a listener was first registered for this sensor. 14 requires manually flushing the sensor event queue before it overflows, which is not
|
/developers/samples/android/sensors/BatchStepSensor/ |
README.md | 5 sensor batching. 8 The Step Detector sensor fires an 10 steps since a listener was first registered for this sensor. 14 requires manually flushing the sensor event queue before it overflows, which is not
|
/device/asus/flo/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/device/lge/hammerhead/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/device/lge/mako/sepolicy/ |
camera.te | 25 # Connect to sensor socket (/data/app/sensor_ctl_socket)
|
/docs/source.android.com/src/devices/camera/ |
camera3_metadata.jd | 29 metadata is required about the sensor's characteristics. This includes 61 <h2 id="raw-sensor">Raw sensor data support</h2> 63 the old API, the new API adds a requirement for support for raw sensor data
|
/external/chromium_org/ash/shelf/ |
shelf_bezel_event_filter.h | 15 // Detects and forwards touch gestures that occur on a bezel sensor to the
|
/frameworks/native/data/etc/ |
android.hardware.camera.raw.xml | 17 <!-- This is the set of features required for a camera2 device that supports raw sensor output -->
|
android.hardware.sensor.barometer.xml | 19 <feature name="android.hardware.sensor.barometer" />
|
android.hardware.sensor.compass.xml | 19 <feature name="android.hardware.sensor.compass" />
|
android.hardware.sensor.gyroscope.xml | 19 <feature name="android.hardware.sensor.gyroscope" />
|
android.hardware.sensor.heartrate.xml | 19 <feature name="android.hardware.sensor.heartrate" />
|
android.hardware.sensor.stepcounter.xml | 19 <feature name="android.hardware.sensor.stepcounter" />
|
android.hardware.sensor.stepdetector.xml | 19 <feature name="android.hardware.sensor.stepdetector" />
|
handheld_core_hardware.xml | 30 <feature name="android.hardware.sensor.compass" /> 31 <feature name="android.hardware.sensor.accelerometer" /> 73 <!-- devices with an ambient light sensor must also include 74 android.hardware.sensor.light.xml --> 75 <!-- devices with a proximity sensor must also include 76 android.hardware.sensor.proximity.xml -->
|
/frameworks/native/services/sensorservice/ |
SensorFusion.h | 27 #include <gui/Sensor.h> 42 Sensor mAcc; 43 Sensor mMag; 44 Sensor mGyro;
|
/hardware/samsung_slsi/exynos5/libcamera2/ |
ExynosCamera2.cpp | 56 class Sensor { 59 * Static sensor characteristics 72 // Sensor sensitivity, approximate 99 const int32_t Sensor::kSensitivityRange[2] = {100, 1600}; 100 const nsecs_t Sensor::kExposureTimeRange[2] = 102 const nsecs_t Sensor::kFrameDurationRange[2] = 105 const uint8_t Sensor::kColorFilterArrangement = ANDROID_SENSOR_INFO_COLOR_FILTER_ARRANGEMENT_RGGB; 116 const uint32_t Sensor::kMaxRawValue = 4000; 117 const uint32_t Sensor::kBlackLevel = 1000; 120 Sensor::kFrameDurationRange[0 [all...] |
/hardware/intel/common/utils/ituxd/src/com/intel/thermal/ |
ThermalSensorAttrib.java | 25 * The ThermalSensorAttrib class describes the attributes of a Thermal Sensor that are 75 Log.i(TAG, "mismatch in weights and order array, raw sensor temp will be used");
|
/hardware/libhardware/tests/camera3/ |
camera3tests.cpp | 41 << "Can't find the sensor pixel array size."; 49 << "Can't find the sensor active array size.";
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
GyroscopeMeasurementTestActivity.java | 23 import android.hardware.Sensor; 119 Sensor.TYPE_GYROSCOPE, 123 Sensor.TYPE_GYROSCOPE_UNCALIBRATED, 141 * The test takes a set of samples from the sensor under test and calculates the angular 142 * position for each axis that the sensor data collects. It then compares it against the test 157 Sensor.TYPE_GYROSCOPE,
|
GyroscopeTestActivity.java | 25 import android.hardware.Sensor; 36 * Manual test for testing the gyroscope sensor. This test consists of 6 steps for all the 49 private Sensor mSensor; 76 mSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_GYROSCOPE); 224 public void onAccuracyChanged(Sensor sensor, int accuracy) {
|
/development/samples/ApiDemos/src/com/example/android/apis/graphics/ |
SensorTest.java | 21 import android.hardware.Sensor; 33 private Sensor mSensor; 99 Log.e(TAG, "sensorChanged " + event.sensor.getName() + 133 public void onAccuracyChanged(Sensor sensor, int accuracy) { 141 mSensor = mSensorManager.getDefaultSensor(Sensor.TYPE_ACCELEROMETER);
|
/device/generic/goldfish/camera/ |
EmulatedFakeCamera3.h | 28 #include "fake-pipeline2/Sensor.h" 46 private Sensor::SensorListener { 122 /** Handle interrupt events from the sensor */ 135 // sensor-generated buffers which use a nonpositive ID. Otherwise, HAL3 has 193 sp<Sensor> mSensor; 215 // Place request in the in-flight queue to wait for sensor capture
|
/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();
|
Completed in 695 milliseconds
<<11121314151617181920>>