OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:getacceleration
(Results
26 - 36
of
36
) sorted by null
1
2
/hardware/bsp/intel/peripheral/libupm/examples/javascript/
mma7660.js
64
myDigitalAccelerometer.
getAcceleration
(ax, ay, az);
/hardware/bsp/intel/peripheral/libupm/examples/python/
lsm303.py
72
myAccelrCompass.
getAcceleration
();
/hardware/bsp/intel/peripheral/libupm/src/adxl345/
adxl345.h
78
float*
getAcceleration
();
adxl345.cxx
132
Adxl345::
getAcceleration
()
/hardware/bsp/intel/peripheral/libupm/src/mma7660/
mma7660.h
188
void
getAcceleration
(float *ax, float *ay, float *az);
196
float *
getAcceleration
();
/hardware/bsp/intel/peripheral/libupm/src/h3lis331dl/
h3lis331dl.cxx
576
void H3LIS331DL::
getAcceleration
(float *aX, float *aY, float *aZ)
600
float *H3LIS331DL::
getAcceleration
()
603
getAcceleration
(&v[0], &v[1], &v[2]);
h3lis331dl.h
577
void
getAcceleration
(float *aX, float *aY, float *aZ);
603
float *
getAcceleration
();
/external/replicaisland/src/com/replica/replicaisland/
GameObject.java
184
public final Vector2
getAcceleration
() {
/hardware/bsp/intel/peripheral/libupm/
README.md
44
accel->
getAcceleration
(&ax, &ay, &az);
/hardware/bsp/intel/peripheral/libupm/src/lsm303/
lsm303.cxx
166
LSM303::
getAcceleration
()
/hardware/bsp/intel/peripheral/libupm/src/lsm303d/
lsm303d.cxx
174
LSM303d::
getAcceleration
()
Completed in 255 milliseconds
1
2