/cts/tests/tests/hardware/src/android/hardware/cts/helpers/ |
SensorNotSupportedException.java | 60 return "Linear Acceleration";
|
/device/generic/goldfish/sensors/ |
sensors_qemu.c | 79 SENSOR_(ACCELERATION,"acceleration") \ 164 * to enable the acceleration sensor. 293 /* "acceleration:<x>:<y>:<z>" corresponds to an acceleration event */ 294 if (sscanf(buff, "acceleration:%g:%g:%g", params+0, params+1, params+2) 297 events[ID_ACCELERATION].acceleration.x = params[0]; 298 events[ID_ACCELERATION].acceleration.y = params[1]; 299 events[ID_ACCELERATION].acceleration.z = params[2];
|
/external/llvm/test/MC/Hexagon/instructions/ |
cr.s | 4 # Corner detection acceleration
|
/external/mesa3d/docs/ |
relnotes-7.4.2.html | 22 for DRI hardware acceleration.
|
relnotes-7.4.4.html | 22 for DRI hardware acceleration.
|
relnotes-7.4.html | 22 for DRI hardware acceleration.
|
relnotes-7.5.1.html | 27 for DRI hardware acceleration.
|
relnotes-7.5.2.html | 27 for DRI hardware acceleration.
|
relnotes-7.7.1.html | 22 for DRI hardware acceleration.
|
relnotes-7.7.html | 24 for DRI hardware acceleration.
|
relnotes-7.8.1.html | 26 for DRI hardware acceleration.
|
relnotes-7.8.html | 24 for DRI hardware acceleration.
|
relnotes-8.0.html | 24 for DRI hardware acceleration.
|
/frameworks/base/core/java/android/view/animation/ |
AnticipateInterpolator.java | 44 * acceleration interpolator.
|
/hardware/bsp/intel/peripheral/libupm/examples/c++/ |
mma7660.cxx | 72 cout << "Acceleration: x = " << ax
|
/hardware/bsp/intel/peripheral/libupm/examples/java/ |
Adxl345Sample.java | 54 System.out.println("Acceleration: X: " + accel[0] + "g Y: "
|
/hardware/bsp/intel/peripheral/libupm/examples/python/ |
h3lis331dl.py | 70 outputStr = ("Acceleration: AX = {0}"
|
mma7660.py | 75 outputStr = ("Acceleration: x = {0}"
|
/hardware/invensense/6515/libsensors_iio/ |
sensors.h | 148 {"MPL Linear Acceleration", "Invensense", 1, SENSORS_LINEAR_ACCEL_HANDLE, 213 {"MPL Linear Acceleration", "Invensense", 1, SENSORS_LINEAR_ACCEL_HANDLE, 271 {"MPL Linear Acceleration", "Invensense", 1, 325 // conversion of acceleration data to SI units (m/s^2)
|
/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/ |
HardwareCameraPreview.java | 31 * because it animates smoother. When hardware acceleration isn't available, SoftwareCameraPreview
|
/docs/source.android.com/src/devices/sensors/ |
sensor-types.jd | 118 <p>An accelerometer sensor reports the acceleration of the device along the 3 119 sensor axes. The measured acceleration includes both the physical acceleration 121 and z fields of sensors_event_t.acceleration.</p> 122 <p>All values are in SI units (m/s^2) and measure the acceleration of the device 128 right, the x acceleration value is positive. </li> 129 <li> When the device lies flat on a table, the acceleration value along z is +9.81 130 alo, which corresponds to the acceleration of the device (0 m/s^2) minus the 133 acceleration value is greater than +9.81, which corresponds to the acceleration [all...] |
/external/mesa3d/src/gallium/docs/source/ |
distro.rst | 84 acceleration services to X11 servers with the DRI extension. Supports DRI1 118 modesetting and acceleration as a DDX driver.
|
/external/replicaisland/src/com/replica/replicaisland/ |
GameObject.java | 188 public final void setAcceleration(Vector2 acceleration) { 189 mAcceleration.set(acceleration);
|
/frameworks/base/core/java/android/hardware/ |
SensorListener.java | 74 * x acceleration value is negative (the device applies a reaction force 77 * <li>When the device lies flat on a table, the acceleration value is
|
/frameworks/support/v7/mediarouter/src/android/support/v7/app/ |
OverlayListView.java | 180 * Sets the acceleration curve for this animation. 182 * @param interpolator The interpolator which defines the acceleration curve
|