OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getAcceleration
(Results
26 - 35
of
35
) sorted by null
1
2
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
h3lis331dl.js
59
myDigitalAccelerometer.
getAcceleration
(ax, ay, az);
mma7660.js
64
myDigitalAccelerometer.
getAcceleration
(ax, ay, az);
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.h
118
mraa::Result
getAcceleration
();
141
* Gets raw accelerometer data; it is updated when
getAcceleration
() is called
lsm303d.cxx
174
LSM303d::
getAcceleration
()
/external/replicaisland/src/com/replica/replicaisland/
GhostComponent.java
100
parentObject.
getAcceleration
().x = mAcceleration;
101
parentObject.
getAcceleration
().y = mAcceleration;
107
parentObject.
getAcceleration
().x = mAcceleration;
GameObject.java
184
public final Vector2
getAcceleration
() {
/hardware/bsp/intel/peripheral/libupm/src/adxl345/
adxl345.cxx
132
Adxl345::
getAcceleration
()
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.h
577
void
getAcceleration
(float *aX, float *aY, float *aZ);
603
float *
getAcceleration
();
h3lis331dl.cxx
576
void H3LIS331DL::
getAcceleration
(float *aX, float *aY, float *aZ)
600
float *H3LIS331DL::
getAcceleration
()
603
getAcceleration
(&v[0], &v[1], &v[2]);
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.cxx
166
LSM303::
getAcceleration
()
Completed in 207 milliseconds
1
2