Searched refs:longitudeDegrees (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | GnssReflectingPlane.java | 147 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() 148 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
|
D | GnssMeasurementCorrections.java | 232 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() 233 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 469 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/ |
D | GnssLocationProvider.java | 823 double longitudeDegrees = location.getLongitude(); in injectBestLocation() local 840 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation() 2299 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,
|