OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:mRoll
(Results
1 - 2
of
2
) sorted by null
/external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java
128
private volatile Double
mRoll
;
252
return Arrays.asList(mAzimuth, mPitch,
mRoll
);
407
mRoll
= mmRoll.get();
411
mSensorReadings.putDouble("roll",
mRoll
);
447
if (Math.abs(
mRoll
) > ((double) mThreshold)) {
448
mSensorReadings.putDouble("roll",
mRoll
);
454
if (Math.abs(
mRoll
) < ((double) mThreshold)) {
455
mSensorReadings.putDouble("roll",
mRoll
);
/frameworks/wilhelm/src/
itfstruct.h
138
SLmillidegree
mRoll
;
163
SLmillimeter
mRoll
;
Completed in 81 milliseconds