/device/moto/stingray/sensors/ |
AkmSensor.cpp | 41 mPendingEvents[Accelerometer].version = sizeof(sensors_event_t); 42 mPendingEvents[Accelerometer].sensor = ID_A; 43 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER; 44 mPendingEvents[Accelerometer].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH; 67 mEnabled |= 1<<Accelerometer; 92 case ID_A: what = Accelerometer; break; 109 case Accelerometer: cmd = ECS_IOCTL_APP_SET_AFLAG; break; 134 case ID_A: what = Accelerometer; break; 217 mPendingMask |= 1<<Accelerometer; 218 mPendingEvents[Accelerometer].acceleration.x = value * CONVERT_A_X [all...] |
AccelerationSensor.cpp | 34 : SensorBase(ACCELEROMETER_DEVICE_NAME, "accelerometer"), 66 // don't turn the accelerometer off, if the orientation 93 // don't turn the accelerometer off, if the user has requested it 152 // accelerometer sends valid ABS events for
|
AkmSensor.h | 40 Accelerometer = 0,
|
sensors.c | 29 { "KXTF9 3-axis Accelerometer",
|
/frameworks/base/services/sensorservice/tests/ |
sensorservicetest.cpp | 73 Sensor const* accelerometer = mgr.getDefaultSensor(Sensor::TYPE_ACCELEROMETER); local 74 printf("accelerometer=%p (%s)\n", 75 accelerometer, accelerometer->getName().string()); 79 q->enableSensor(accelerometer); 81 q->setEventRate(accelerometer, ms2ns(10));
|
/frameworks/native/data/etc/ |
android.hardware.sensor.accelerometer.xml | 17 <!-- Feature for devices with an accelerometer sensor. --> 19 <feature name="android.hardware.sensor.accelerometer" />
|
/device/samsung/crespo/libsensors/ |
AkmSensor.cpp | 67 mPendingEvents[Accelerometer].version = sizeof(sensors_event_t); 68 mPendingEvents[Accelerometer].sensor = ID_A; 69 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER; 70 mPendingEvents[Accelerometer].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH; 87 mEnabled |= 1<<Accelerometer; 89 mPendingEvents[Accelerometer].acceleration.x = absinfo.value * CONVERT_A_X; 92 mPendingEvents[Accelerometer].acceleration.y = absinfo.value * CONVERT_A_Y; 95 mPendingEvents[Accelerometer].acceleration.z = absinfo.value * CONVERT_A_Z; 142 case ID_A: what = Accelerometer; break; 156 case Accelerometer: sensor_type = SENSOR_TYPE_ACCELEROMETER; break [all...] |
AkmSensor.h | 40 Accelerometer = 0,
|
/development/samples/USB/MissileLauncher/ |
README.txt | 2 You control the left/right/up/down orientation of the launcher using the accelerometer.
|
_index.html | 2 You control the left/right/up/down orientation of the launcher using the accelerometer.
|
/device/samsung/crespo/ |
ueventd.herring.rc | 22 /dev/accelerometer 0660 system system
|
/hardware/invensense/libsensors/ |
MPLSensor.cpp | 77 { "MPL Accelerometer", "Invensense", 1, 242 mPendingEvents[Accelerometer].version = sizeof(sensors_event_t); 243 mPendingEvents[Accelerometer].sensor = ID_A; 244 mPendingEvents[Accelerometer].type = SENSOR_TYPE_ACCELEROMETER; 245 mPendingEvents[Accelerometer].acceleration.status 263 mHandlers[Accelerometer] = &MPLSensor::accelHandler; 818 what = Accelerometer; 876 what = Accelerometer; [all...] |
/frameworks/base/tools/orientationplot/ |
README.txt | 34 WindowOrientationListener. Here you can see the raw accelerometer data, 35 filtered accelerometer data, measured tilt and orientation angle, confidence 36 intervals for the proposed orientation and accelerometer latency. 45 raw accelerometer data with the smoothed out filtered data. If the filtering 68 3. Accelerometer jitter. The accelerometer latency graph displays the interval 71 greatly exceeds 60ms then there is a problem with the accelerometer or the
|
/hardware/invensense/mlsdk/mlutils/ |
slave.h | 32 * @brief Top level descriptions for Accelerometer support 66 Define default accelerometer to use if no selection is made 118 /*--- if no default accelerometer was selected ---*/
|
mputest.c | 201 the DEFAULT accelerometer in use. The accelerometer in use 286 * device, both gyro and accelerometer. 557 * device, both gyro and accelerometer. 785 * device, both gyro and accelerometer. 824 * @brief If requested via inv_test_setup_accel(), test the accelerometer biases 828 * device, both gyro and accelerometer. 864 MPL_LOGI("No accelerometer configured\n"); 869 MPL_LOGI("No accelerometer configured\n"); [all...] |
/frameworks/base/docs/html/guide/topics/sensors/ |
sensors_motion.jd | 10 <li><a href="#sensors-motion-accel">Using the Accelerometer</a></li> 13 <li><a href="#sensors-motion-linear">Using the Linear Accelerometer</a></li> 25 <li><a href="{@docRoot}resources/samples/AccelerometerPlay/index.html">Accelerometer 46 these sensors are always hardware-based (the accelerometer and gyroscope), and three of these 49 from the accelerometer and magnetometer, but on other devices they may also use the gyroscope to 50 derive their data. Most Android-powered devices have an accelerometer, and many now 67 android.hardware.SensorEvent}. For example, during a single sensor event the accelerometer returns 166 the accelerometer and geomagnetic field sensor or the orientation sensor.</p> 182 <h2 id="sensors-motion-accel">Using the Accelerometer</h2> 211 accelerometer reads a magnitude of g = 9.81 m/s<sup>2</sup>. Similarly, when the device is i [all...] |
index.jd | 3 page.landing.intro=Use sensors on the device to add rich location and motion capabilities to your app, from GPS or network location to accelerometer, gyroscope, temperature, barometer, and more.
|
sensors_position.jd | 23 <li><a href="{@docRoot}resources/samples/AccelerometerPlay/index.html">Accelerometer 52 from the accelerometer and the geomagnetic field sensor.</p> 59 combination with the accelerometer to determine a device's position relative to 144 combination with a device's accelerometer. Using these two hardware sensors, an orientation sensor 167 <p>The orientation sensor derives its data by processing the raw sensor data from the accelerometer 227 href="{@docRoot}resources/samples/AccelerometerPlay/index.html">Accelerometer Play</a> sample shows 246 sensor to determine raw rotational movement or you can use the accelerometer and geomagnetic field
|
/cts/tests/tests/view/src/android/view/cts/ |
OrientationEventListenerTest.java | 44 // Orientation can only be detected if there is an accelerometer
|
/hardware/invensense/mlsdk/mllite/ |
ml_mputest.c | 76 * ensure the accelerometer is properly configured before running the 81 * device, both gyro and accelerometer. 159 * Specifies the orientation of the accelerometer Z axis : Z axis 162 * The sign of the accelerometer Z axis; valid values are +1 and
|
mlarray_legacy.c | 214 * yaw using the X axis of the gyroscope, accelerometer, and compass as 232 * yaw using the Y axis of the gyroscope, accelerometer, and compass as 247 * yaw using the Z axis of the gyroscope, accelerometer, and compass as 288 * the gyroscope and accelerometer device, appropriately scaled and 293 * of the gyroscope X, Y, Z, accelerometer X, Y, Z, and 311 * accelerometer, Y accelerometer, and Z accelerometer values. 331 * accelerometer biases.
|
/cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/ |
AccelerometerTestActivity.java | 30 * CTS Verifier case for verifying correct integration of accelerometer.
|
/development/ndk/platforms/android-9/samples/native-activity/jni/ |
main.c | 203 // When our app gains focus, we start monitoring the accelerometer. 213 // When our app loses focus, we stop monitoring the accelerometer. 243 // Prepare to monitor accelerometer 280 LOGI("accelerometer: x=%f y=%f z=%f",
|
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/ |
main.c | 203 // When our app gains focus, we start monitoring the accelerometer. 213 // When our app loses focus, we stop monitoring the accelerometer. 243 // Prepare to monitor accelerometer 280 LOGI("accelerometer: x=%f y=%f z=%f",
|
/frameworks/base/core/res/res/values-sw600dp/ |
config.xml | 32 <!-- If true, the screen can be rotated via the accelerometer in all 4
|