Searched refs:latitudeDegrees (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/location/java/android/location/ |
D | GnssReflectingPlane.java | 139 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() 140 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
|
D | GnssMeasurementCorrections.java | 224 @FloatRange(from = -90.0f, to = 90.0f) double latitudeDegrees) { in setLatitudeDegrees() 225 mLatitudeDegrees = latitudeDegrees; in setLatitudeDegrees()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 464 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/ |
D | GnssLocationProvider.java | 787 double latitudeDegrees = location.getLatitude(); in injectBestLocation() local 805 gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation() 2266 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees,
|