HomeSort by relevance Sort by last modified time
    Searched full:accelerometer (Results 1 - 25 of 85) sorted by null

1 2 3 4

  /frameworks/base/docs/html/guide/topics/sensors/
index.jd 9 <h2>Accelerometer</h2>
10 <p>The accelerometer sensors allow you to detect the various movements of the device.</p>
accelerometer.jd 1 page.title=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/base/data/etc/
android.hardware.sensor.accelerometer.xml 17 <!-- Feature for devices with an accelerometer sensor. -->
19 <feature name="android.hardware.sensor.accelerometer" />
handheld_core_hardware.xml 30 <feature name="android.hardware.sensor.accelerometer" />
  /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.
  /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/core/res/res/values-sw600dp/
config.xml 35 <!-- If true, the screen can be rotated via the accelerometer in all 4
  /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/main/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/docs/html/resources/articles/
future-proofing.jd 76 that do their own reorientations (whether using the accelerometer, or
83 <p>Also, apps that use the accelerometer directly to reorient themselves
85 results. And finally, some apps that use the accelerometer to detect
  /frameworks/base/docs/html/guide/developing/devices/
managing-avds.jd 180 <td>Accelerometer</td>
182 <td>Whether there is an accelerometer in the device. Default value is "yes".</td>
184 <td>hw.accelerometer</td>
  /cts/tests/tests/view/src/android/view/cts/
OrientationEventListenerTest.java 88 // Orientation can only be detected if there is an accelerometer
  /development/pdk/docs/porting/
sensors.jd 22 <li>Accelerometer</li>
  /packages/apps/Settings/res/xml/
display_settings.xml 32 android:key="accelerometer"
  /development/samples/AccelerometerPlay/src/com/example/android/accelerometerplay/
AccelerometerPlayActivity.java 39 * This is an example of using the accelerometer to integrate the device's
43 * by the device's accelerometer.
331 * It is not necessary to get accelerometer events at a very high
382 * record the accelerometer data, the event's timestamp as well as
423 * compute the new position of our object, based on accelerometer
  /cts/tests/tests/hardware/src/android/hardware/cts/
SensorTest.java 81 // accelerometer sensor is optional
  /external/qemu/android/avd/
hardware-properties.ini 148 # Accelerometer (used for auto-rotation)
149 name = hw.accelerometer
152 abstract = Accelerometer
153 description = Whether there is an accelerometer in the device.

Completed in 2798 milliseconds

1 2 3 4