HomeSort by relevance Sort by last modified time
    Searched refs:mAzimuth (Results 1 - 8 of 8) sorted by null

  /frameworks/base/location/java/android/location/
GpsSatellite.java 36 float mAzimuth;
56 mAzimuth = satellite.mAzimuth;
95 return mAzimuth;
GpsStatus.java 186 satellite.mAzimuth = azimuths[i];
  /frameworks/base/location/tests/locationtests/src/android/location/
SatelliteInfo.java 38 public float mAzimuth;
66 this.mAzimuth = azimuth;
113 azimuths[i] = svInfos.get(i).mAzimuth;
GnssStatusTest.java 97 assertEquals(TAG + "::Azimuth", svInfo.mAzimuth, gnssStatus.getAzimuthDegrees(i));
  /external/sl4a/Common/src/com/googlecode/android_scripting/facade/
SensorManagerFacade.java 121 private volatile Double mAzimuth;
247 return Arrays.asList(mAzimuth, mPitch, mRoll);
400 mAzimuth = mmAzimuth.get();
404 mSensorReadings.putDouble("azimuth", mAzimuth);
414 if (Math.abs(mAzimuth) > ((double) mThreshold)) {
415 mSensorReadings.putDouble("azimuth", mAzimuth);
421 if (Math.abs(mAzimuth) < ((double) mThreshold)) {
422 mSensorReadings.putDouble("azimuth", mAzimuth);
  /frameworks/wilhelm/src/itf/
I3DDoppler.cpp 49 thiz->mVelocitySpherical.mAzimuth = azimuth;
I3DLocation.cpp 54 thiz->mLocationSpherical.mAzimuth = azimuth;
  /frameworks/wilhelm/src/
itfstruct.h 101 SLmillidegree mAzimuth;
129 SLmillidegree mAzimuth;

Completed in 184 milliseconds