Searched defs:azimuth (Results 1 - 4 of 4) sorted by relevance
/frameworks/wilhelm/src/itf/ |
H A D | I3DDoppler.c | 43 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 D | I3DLocation.c | 43 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 D | GpsStatusTest.java | 192 float[] azimuth, 207 azimuth[i], 260 float[] azimuth, 284 azimuth, 186 verifySatellites( GpsStatus status, int count, int[] prns, float[] snrs, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument 254 set( GpsStatus status, int count, int[] prns, float[] snrs, float[] elevations, float[] azimuth, int ephemerisMask, int almanacMask, int usedInFixMask) argument
|
/frameworks/native/include/android/ |
H A D | sensor.h | 164 float azimuth; member in struct:ASensorVector::__anon1268::__anon1270
|
Completed in 84 milliseconds