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

/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
/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/native/include/android/
H A Dsensor.h172 float azimuth; member in struct:ASensorVector::__anon1315::__anon1317

Completed in 417 milliseconds