Home
last modified time | relevance | path

Searched refs:azimuth (Results 1 – 7 of 7) sorted by relevance

/frameworks/wilhelm/src/itf/
DI3DLocation.c43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter distance) in I3DLocation_SetLocationSpherical() argument
47 if (!((-360000 <= azimuth) && (azimuth <= 360000) && in I3DLocation_SetLocationSpherical()
54 thiz->mLocationSpherical.mAzimuth = azimuth; in I3DLocation_SetLocationSpherical()
DI3DDoppler.c43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter speed) in I3DDoppler_SetVelocitySpherical() argument
49 thiz->mVelocitySpherical.mAzimuth = azimuth; in I3DDoppler_SetVelocitySpherical()
/frameworks/native/services/sensorservice/
DOrientationSensor.cpp56 outEvent->orientation.azimuth = g.x; in process()
/frameworks/native/include/android/
Dsensor.h111 float azimuth; member
/frameworks/base/docs/html/guide/topics/sensors/
Dsensors_position.jd72 the orientation sensor provides azimuth (yaw), pitch, and roll values during a single sensor event.
352 and {@link android.hardware.SensorManager#getInclination getInclination()} methods to obtain azimuth
/frameworks/wilhelm/include/SLES/
DOpenSLES.h1725 SLmillidegree azimuth,
1778 SLmillidegree azimuth,
/frameworks/base/services/core/jni/
Dcom_android_server_location_GpsLocationProvider.cpp616 azim[i] = sGpsSvStatus.sv_list[i].azimuth; in android_location_GpsLocationProvider_read_sv_status()