Searched refs:acceleration (Results 1 – 14 of 14) sorted by relevance
/hardware/interfaces/tetheroffload/control/1.0/ |
D | types.hal | 27 * 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/ |
D | convert.cpp | 92 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/ |
D | types.hal | 80 * | 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/5.0/ |
D | types.hal | 81 * | 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/4.0/ |
D | types.hal | 80 * | 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/ |
D | types.hal | 81 * | 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/invensense/65xx/libsensors_iio/ |
D | MPLSensor.cpp | 505 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/ |
D | sensors.h | 319 sensors_vec_t acceleration; member
|
/hardware/interfaces/sensors/1.0/ |
D | types.hal | 131 * 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/ |
D | struct-offset.cpp | 75 CHECK_MEMBER_AT(sensors_event_t, acceleration, 24, 24); in CheckOffsets()
|
/hardware/qcom/sm8150/gps/utils/ |
D | gps_extended_c.h | 1846 double acceleration[3]; member
|
/hardware/qcom/sm8150p/gps/utils/ |
D | gps_extended_c.h | 1884 double acceleration[3]; member
|
/hardware/qcom/sm7150/gps/utils/ |
D | gps_extended_c.h | 1916 double acceleration[3]; member
|
/hardware/interfaces/input/common/1.0/ |
D | types.hal | 253 * The value is normalized to a range from 0.0 (no acceleration) 254 * to 1.0 (maximum acceleration).
|