Searched defs:roll (Results 1 - 4 of 4) sorted by relevance

/frameworks/wilhelm/src/itf/
H A DI3DLocation.cpp189 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
195 (-360000 <= roll) && (roll <= 360000))) {
202 thiz->mOrientationAngles.mRoll = roll;
188 I3DLocation_SetOrientationAngles(SL3DLocationItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
H A DI3DMacroscopic.cpp70 SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll)
76 (-360000 <= roll) && (roll <= 360000))) {
83 thiz->mOrientationAngles.mRoll = roll;
69 I3DMacroscopic_SetOrientationAngles(SL3DMacroscopicItf self, SLmillidegree heading, SLmillidegree pitch, SLmillidegree roll) argument
/frameworks/native/include/android/
H A Dsensor.h211 float roll; member in struct:ASensorVector::__anon1522::__anon1524
/frameworks/native/libs/math/include/math/
H A DTMatHelpers.h535 * @param roll about Z axis
543 static CONSTEXPR BASE<T> eulerYXZ(Y yaw, P pitch, R roll) { argument
544 return eulerZYX(roll, pitch, yaw);
549 * @param roll about X axis
554 * about X (roll) then Y (pitch) and then Z (yaw).
562 static CONSTEXPR BASE<T> eulerZYX(Y yaw, P pitch, R roll) { argument
568 T cr = std::cos(roll);
569 T sr = std::sin(roll);

Completed in 187 milliseconds