Home
last modified time | relevance | path

Searched refs:altitudeMeters (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/hardware/
DGeomagneticField.java141 float altitudeMeters, in GeomagneticField() argument
151 altitudeMeters); in GeomagneticField()
310 float altitudeMeters) { in computeGeocentricCoordinates() argument
311 float altitudeKm = altitudeMeters / 1000.0f; in computeGeocentricCoordinates()
/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java157 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters()
158 mAltitudeMeters = altitudeMeters; in setAltitudeMeters()
DGnssMeasurementCorrections.java325 @FloatRange(from = -1000.0f, to = 10000.0f) double altitudeMeters) { in setAltitudeMeters()
326 mAltitudeMeters = altitudeMeters; in setAltitudeMeters()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp331 SET(Altitude, location.altitudeMeters); in translateGnssLocation()
377 jdouble altitudeMeters, jfloat speedMetersPerSec, jfloat bearingDegrees, in createGnssLocation_V1_0() argument
385 location.altitudeMeters = static_cast<double>(altitudeMeters); in createGnssLocation_V1_0()
399 jdouble altitudeMeters, jfloat speedMetersPerSec, jfloat bearingDegrees, in createGnssLocation_V2_0() argument
406 gnssLocationFlags, latitudeDegrees, longitudeDegrees, altitudeMeters, in createGnssLocation_V2_0()
2200 jdouble longitudeDegrees, jdouble altitudeMeters, jfloat speedMetersPerSec, in android_location_gnss_hal_GnssNative_inject_best_location() argument
2210 altitudeMeters, in android_location_gnss_hal_GnssNative_inject_best_location()
2231 altitudeMeters, in android_location_gnss_hal_GnssNative_inject_best_location()
2429 << ", altitudeMeters: " << data.position.altitudeMeters in parseDebugData()
2730 .altitudeMeters = altitudeDegreesRefPlane, in getSingleSatCorrection_1_0_withoutConstellation()
[all …]
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java648 double altitudeMeters = location.getAltitude(); in injectBestLocation() local
664 altitudeMeters, speedMetersPerSec, bearingDegrees, horizontalAccuracyMeters, in injectBestLocation()
1445 double altitudeMeters, float speedMetersPerSec, float bearingDegrees, in native_inject_best_location() argument