Searched refs:latitudeDegrees (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | GnssReflectingPlane.java | 140 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() 141 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
|
D | GnssMeasurementCorrections.java | 308 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() 309 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 538 SET(Latitude, location.latitudeDegrees); in translateGnssLocation() 587 jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees, in createGnssLocation_V1_0() argument 594 location.latitudeDegrees = static_cast<double>(latitudeDegrees); 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() 2633 jdouble latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() argument 2649 latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() 2670 latitudeDegrees, in android_location_GnssLocationProvider_inject_best_location() 2858 internalState << "LatitudeDegrees: " << data.position.latitudeDegrees in parseDebugData() 3184 .latitudeDegrees = latitudeDegreesRefPlane, in getSingleSatCorrection_1_0_withoutConstellation() [all …]
|
/frameworks/base/services/core/java/com/android/server/location/gnss/ |
D | GnssLocationProvider.java | 856 double latitudeDegrees = location.getLatitude(); in injectBestLocation() local 874 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation() 2306 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,
|