Home
last modified time | relevance | path

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

/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java147 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees()
148 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
DGnssMeasurementCorrections.java232 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees()
233 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp469 SET(Longitude, location.longitudeDegrees); in translateGnssLocation()
517 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V1_0() argument
525 location.longitudeDegrees = static_cast<double>(longitudeDegrees); in createGnssLocation_V1_0()
539 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V2_0() argument
547 gnssLocationFlags, latitudeDegrees, longitudeDegrees, altitudeMeters, in createGnssLocation_V2_0()
2158 jdouble longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() argument
2174 longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location()
2198 longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location()
2395 << ", LongitudeDegrees: " << data.position.longitudeDegrees in parseDebugData()
2713 .longitudeDegrees = longitudeDegreesRefPlane, in android_location_GnssMeasurementCorrectionsProvider_inject_gnss_measurement_corrections()
[all …]
/frameworks/base/services/core/java/com/android/server/location/
DGnssLocationProvider.java823 double longitudeDegrees = location.getLongitude(); in injectBestLocation() local
840 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation()
2299 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,