Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/include/input/
H A DVelocityControl.h62 float acceleration; member
65 scale(1.0f), lowThreshold(0.0f), highThreshold(0.0f), acceleration(1.0f) { in VelocityControlParameters()
69 float highThreshold, float acceleration) : in VelocityControlParameters()
71 highThreshold(highThreshold), acceleration(acceleration) { in VelocityControlParameters()
/aosp12/frameworks/native/libs/input/
H A DVelocityControl.cpp77 scale *= mParameters.acceleration; in move()
83 * (mParameters.acceleration - 1); in move()
90 mParameters.acceleration, in move()
97 mParameters.acceleration); in move()
/aosp12/frameworks/native/services/sensorservice/
H A DLinearAccelerationSensor.cpp54 outEvent->data[0] = event.acceleration.x - outEvent->data[0]; in process()
55 outEvent->data[1] = event.acceleration.y - outEvent->data[1]; in process()
56 outEvent->data[2] = event.acceleration.z - outEvent->data[2]; in process()
/aosp12/hardware/interfaces/sensors/1.0/default/
H A 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()
/aosp12/hardware/interfaces/tetheroffload/control/1.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/2.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/4.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/5.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/6.0/
H A 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
/aosp12/hardware/interfaces/audio/effect/7.0/
H A 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
/aosp12/frameworks/native/libs/vr/libdvr/include/dvr/
H A Ddvr_pose.h86 float32x4_t acceleration; member
/aosp12/hardware/interfaces/tetheroffload/control/1.1/
H A Dtypes.hal25 * Note that hardware acceleration must not be stopped upon receiving this event.
/aosp12/hardware/invensense/6515/libsensors_iio/
H A DMPLSensor.cpp427 mPendingEvents[RotationVector].acceleration.status in MPLSensor()
439 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
460 mPendingEvents[Accelerometer].acceleration.status in MPLSensor()
2677 s->acceleration.v, &s->acceleration.status, (inv_time_t *)(&s->timestamp));
2680 s->acceleration.v, &s->acceleration.status, &s->timestamp);
2689 s->acceleration.v[0], s->acceleration.v[1], s->acceleration.v[2],
2691 mAccelAccuracy = s->acceleration.status;
4849 temp.acceleration.x = 0;
4850 temp.acceleration.y = 0;
4851 temp.acceleration.z = 0;
[all …]
/aosp12/hardware/invensense/65xx/libsensors_iio/
H A DMPLSensor.cpp517 mPendingEvents[LinearAccel].acceleration.status in MPLSensor()
538 mPendingEvents[Accelerometer].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()
4392 temp.acceleration.x = 0; in readDmpOrientEvents()
4393 temp.acceleration.y = 0; in readDmpOrientEvents()
4394 temp.acceleration.z = 0; in readDmpOrientEvents()
4397 temp.acceleration.status in readDmpOrientEvents()
[all …]
/aosp12/packages/modules/Virtualization/docs/getting_started/
H A Dgoldfish.md38 If you get an error saying “x86_64 emulation currently requires hardware acceleration!”, your
/aosp12/frameworks/native/include_sensor/android/
H A Dsensor.h464 ASensorVector acceleration; member
/aosp12/frameworks/native/include/android/
H A Dsensor.h464 ASensorVector acceleration; member
/aosp12/hardware/interfaces/sensors/1.0/
H A 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)
/aosp12/hardware/libhardware/include/hardware/
H A Dsensors.h319 sensors_vec_t acceleration; member
/aosp12/frameworks/hardware/interfaces/stats/1.0/
H A DIStats.hal46 * confidence that a drop occured, peak detected acceleration, and the
H A Dtypes.hal85 /* Peak acceleration of the drop, in 1/1000s of a g. */
/aosp12/hardware/libhardware/tests/hardware/
H A Dstruct-offset.cpp75 CHECK_MEMBER_AT(sensors_event_t, acceleration, 24, 24); in CheckOffsets()
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputReader.cpp838 mConfig.pointerVelocityControlParameters.acceleration); in dump()
846 mConfig.wheelVelocityControlParameters.acceleration); in dump()
/aosp12/packages/apps/Test/connectivity/sl4n/rapidjson/
H A Dreadme.md36 …formance can be comparable to `strlen()`. It also optionally supports SSE2/SSE4.2 for acceleration.
/aosp12/frameworks/base/core/java/android/view/
H A DViewRootImpl.java6693 + mX.step + " dir=" + mX.dir + " acc=" + mX.acceleration in process()
6715 accel = mX.acceleration; in process()
6723 accel = mY.acceleration; in process()
6804 float acceleration = 1; field in ViewRootImpl.TrackballAxis
6812 acceleration = 1; in reset()
6836 acceleration = 1; in collect()
6846 acceleration = 1; in collect()
6860 float acc = acceleration; in collect()
6876 acceleration = acc > 1 ? acc : 1; in collect()
6933 float acc = acceleration; in generate()
[all …]

12