Home
last modified time | relevance | path

Searched refs:latitudeDegrees (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java139 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees()
140 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
DGnssMeasurementCorrections.java224 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees()
225 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp464 SET(Latitude, location.latitudeDegrees); in translateGnssLocation()
513 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V1_0() argument
520 location.latitudeDegrees = static_cast<double>(latitudeDegrees); in createGnssLocation_V1_0()
535 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V2_0() argument
543 gnssLocationFlags, latitudeDegrees, longitudeDegrees, altitudeMeters, in createGnssLocation_V2_0()
2137 jdouble latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() argument
2153 latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location()
2177 latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location()
2374 internalState << "LatitudeDegrees: " << data.position.latitudeDegrees in parseDebugData()
2692 .latitudeDegrees = latitudeDegreesRefPlane, in android_location_GnssMeasurementCorrectionsProvider_inject_gnss_measurement_corrections()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java787 double latitudeDegrees = location.getLatitude(); in injectBestLocation() local
805 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation()
2266 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,