Searched refs:azimuth (Results 1 - 7 of 7) sorted by path

/frameworks/base/location/tests/locationtests/src/android/location/
H A DGpsStatusTest.java192 float[] azimuth,
207 azimuth[i],
260 float[] azimuth,
284 azimuth,
186 verifySatellites( GpsStatus status, int count, int[] prns, float[] cn0s, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument
254 set( GpsStatus status, int count, int[] prns, float[] cn0s, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument
/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp174 info.azimuth = sv_status->sv_list[i].azimuth;
748 azim[i] = info.azimuth;
/frameworks/native/include/android/
H A Dsensor.h172 float azimuth; member in struct:ASensorVector::__anon1315::__anon1317
/frameworks/native/services/sensorservice/
H A DOrientationSensor.cpp62 outEvent->orientation.azimuth = g.x;
/frameworks/wilhelm/include/SLES/
H A DOpenSLES.h1725 SLmillidegree azimuth,
1778 SLmillidegree azimuth,
/frameworks/wilhelm/src/itf/
H A DI3DDoppler.c43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter speed)
49 thiz->mVelocitySpherical.mAzimuth = azimuth;
42 I3DDoppler_SetVelocitySpherical(SL3DDopplerItf self, SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter speed) argument
H A DI3DLocation.c43 SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter distance)
47 if (!((-360000 <= azimuth) && (azimuth <= 360000) &&
54 thiz->mLocationSpherical.mAzimuth = azimuth;
42 I3DLocation_SetLocationSpherical(SL3DLocationItf self, SLmillidegree azimuth, SLmillidegree elevation, SLmillimeter distance) argument

Completed in 284 milliseconds