Home
last modified time | relevance | path

Searched refs:acceleration (Results 1 – 19 of 19) sorted by relevance

/hardware/interfaces/tetheroffload/control/1.0/
Dtypes.hal27 * acceleration. Software routing may still be attempted; however,
34 * acceleration is not supported. Subsequent calls to setUpstreamParameters
43 * provide support for hardware acceleration at this time. If applicable,
49 * Hardware acceleration is no longer in effect and must be reprogrammed
/hardware/interfaces/sensors/1.0/default/
Dconvert.cpp92 dst->u.vec3.x = src.acceleration.x; in convertFromSensorEvent()
93 dst->u.vec3.y = src.acceleration.y; in convertFromSensorEvent()
94 dst->u.vec3.z = src.acceleration.z; in convertFromSensorEvent()
95 dst->u.vec3.status = (SensorStatus)src.acceleration.status; in convertFromSensorEvent()
225 dst->acceleration.x = src.u.vec3.x; in convertToSensorEvent()
226 dst->acceleration.y = src.u.vec3.y; in convertToSensorEvent()
227 dst->acceleration.z = src.u.vec3.z; in convertToSensorEvent()
228 dst->acceleration.status = (int8_t)src.u.vec3.status; in convertToSensorEvent()
/hardware/interfaces/audio/effect/2.0/
Dtypes.hal80 * | Hardware | 16..17 | 0 No hardware acceleration
81 * | acceleration | | 1 non tunneled hw acceleration: the process()
86 * | | | 2 tunneled hw acceleration: the process()
164 // Hardware acceleration mode
/hardware/interfaces/audio/effect/4.0/
Dtypes.hal80 * | Hardware | 16..17 | 0 No hardware acceleration
81 * | acceleration | | 1 non tunneled hw acceleration: the process()
86 * | | | 2 tunneled hw acceleration: the process()
164 // Hardware acceleration mode
/hardware/interfaces/audio/effect/6.0/
Dtypes.hal81 * | Hardware | 16..17 | 0 No hardware acceleration
82 * | acceleration | | 1 non tunneled hw acceleration: the process()
87 * | | | 2 tunneled hw acceleration: the process()
166 // Hardware acceleration mode
/hardware/interfaces/audio/effect/7.0/
Dtypes.hal82 * | Hardware | 16..17 | 0 No hardware acceleration
83 * | acceleration | | 1 non tunneled hw acceleration: the process()
88 * | | | 2 tunneled hw acceleration: the process()
167 // Hardware acceleration mode
/hardware/interfaces/audio/effect/5.0/
Dtypes.hal81 * | Hardware | 16..17 | 0 No hardware acceleration
82 * | acceleration | | 1 non tunneled hw acceleration: the process()
87 * | | | 2 tunneled hw acceleration: the process()
166 // Hardware acceleration mode
/hardware/interfaces/tetheroffload/control/1.1/
Dtypes.hal25 * Note that hardware acceleration must not be stopped upon receiving this event.
/hardware/invensense/6515/libsensors_iio/
DMPLSensor.cpp427 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
433 mPendingEvents[GameRotationVector].acceleration.status in MPLSensor()
439 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
445 mPendingEvents[Gravity].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH; in MPLSensor()
460 mPendingEvents[Accelerometer].acceleration.status in MPLSensor()
494 mPendingEvents[GeomagneticRotationVector].acceleration.status in MPLSensor()
500 mSmEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE; in MPLSensor()
505 mSdEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE; in MPLSensor()
510 mScEvents.acceleration.status = SENSOR_STATUS_UNRELIABLE; in MPLSensor()
2677 s->acceleration.v, &s->acceleration.status, (inv_time_t *)(&s->timestamp));
[all …]
/hardware/invensense/65xx/libsensors_iio/
DMPLSensor.cpp505 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
511 mPendingEvents[GameRotationVector].acceleration.status in MPLSensor()
517 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
523 mPendingEvents[Gravity].acceleration.status = SENSOR_STATUS_ACCURACY_HIGH; in MPLSensor()
538 mPendingEvents[Accelerometer].acceleration.status in MPLSensor()
570 mPendingEvents[GeomagneticRotationVector].acceleration.status in MPLSensor()
2519 s->acceleration.v, &s->acceleration.status, &s->timestamp); in accelHandler()
2521 s->acceleration.v[0], s->acceleration.v[1], s->acceleration.v[2], in accelHandler()
2523 mAccelAccuracy = s->acceleration.status; in accelHandler()
2654 s->acceleration.status in smHandler()
[all …]
/hardware/libhardware/include/hardware/
Dsensors.h319 sensors_vec_t acceleration; member
/hardware/interfaces/sensors/1.0/
Dtypes.hal131 * All values are in SI units (m/s^2) and measure the acceleration of the
132 * device minus the acceleration due to gravity.
230 * Indicates the linear acceleration of the device in device coordinates,
403 * For example, a sharp turn or strong acceleration while driving a car
405 * acceleration might vary by more than 35 degrees.
711 * All values are in SI units (m/s^2) and measure the acceleration of the
712 * device minus the acceleration due to gravity.
1119 * Local gravitational acceleration strength at device geo location.
1120 * float: gravitational acceleration norm in m/s^2.
1171 /* acceleration values are in meter per second per second (m/s^2)
/hardware/libhardware/tests/hardware/
Dstruct-offset.cpp75 CHECK_MEMBER_AT(sensors_event_t, acceleration, 24, 24); in CheckOffsets()
/hardware/qcom/sm7150/gps/utils/
Dgps_extended_c.h1916 double acceleration[3]; member
/hardware/qcom/sm8150p/gps/utils/
Dgps_extended_c.h1884 double acceleration[3]; member
/hardware/qcom/sm8150/gps/utils/
Dgps_extended_c.h1989 double acceleration[3]; member
/hardware/qcom/sm7250/gps/utils/
Dgps_extended_c.h1989 double acceleration[3]; member
/hardware/interfaces/input/common/1.0/
Dtypes.hal253 * The value is normalized to a range from 0.0 (no acceleration)
254 * to 1.0 (maximum acceleration).
/hardware/google/pixel/pixelstats/
Dpixelatoms.proto657 // Peak acceleration of the drop, in 1/1000s of a g.