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 | 315 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees() 316 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 539 SET(Longitude, location.longitudeDegrees); in translateGnssLocation() 587 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V1_0() argument 595 location.longitudeDegrees = static_cast<double>(longitudeDegrees); in createGnssLocation_V1_0() 609 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V2_0() argument 617 gnssLocationFlags, latitudeDegrees, longitudeDegrees, altitudeMeters, in createGnssLocation_V2_0() 2634 jdouble longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() argument 2650 longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() 2671 longitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() 2859 << ", LongitudeDegrees: " << data.position.longitudeDegrees in parseDebugData() 3185 .longitudeDegrees = longitudeDegreesRefPlane, in getSingleSatCorrection_1_0_withoutConstellation() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 857 double longitudeDegrees = location.getLongitude(); in injectBestLocation() local 874 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation() 2306 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,
|