Searched refs:acceleration (Results 1 - 2 of 2) sorted by relevance

/hardware/libhardware/include/hardware/
H A Dsensors.h161 * All values are in SI units (m/s^2) and measure the acceleration of the
173 * toward the right, the x acceleration value is positive.
175 * When the device lies flat on a table, the acceleration value is +9.81,
176 * which correspond to the acceleration of the device (0 m/s^2) minus the
180 * acceleration value is greater than +9.81, which correspond to the
181 * acceleration of the device (+A m/s^2) minus the force of
199 * used for the acceleration sensor. Rotation is positive in the
240 * acceleration sensor. When the device is at rest, the output of the
246 * Indicates the linear acceleration of the device in device coordinates,
249 * The coordinate system is the same as is used for the acceleration senso
348 sensors_vec_t acceleration; member in union:sensors_event_t::__anon166
[all...]
/hardware/invensense/libsensors/
H A DMPLSensor.cpp223 mPendingEvents[RotationVector].acceleration.status
229 mPendingEvents[LinearAccel].acceleration.status
235 mPendingEvents[Gravity].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH;
245 mPendingEvents[Accelerometer].acceleration.status
622 res = inv_get_float_array(INV_ACCELS, s->acceleration.v);
623 //res = inv_get_accel_float(s->acceleration.v);
624 s->acceleration.v[0] = s->acceleration.v[0] * 9.81;
625 s->acceleration.v[1] = s->acceleration
[all...]

Completed in 226 milliseconds