HomeSort by relevance Sort by last modified time
    Searched full:accelerometer (Results 1 - 25 of 93) 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
  /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/base/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/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",
  /packages/apps/Settings/res/xml/
display_settings.xml 32 android:key="accelerometer"
  /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

Completed in 717 milliseconds

1 2 3 4