Home
last modified time | relevance | path

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

123456

/aosp12/hardware/interfaces/gnss/common/utils/default/v2_1/
H A DGnssMeasurementCorrections.cpp34 corrections.latitudeDegrees, corrections.longitudeDegrees, corrections.altitudeMeters, in setCorrections()
49 singleSatCorrection.reflectingPlane.longitudeDegrees, in setCorrections()
77 corrections.v1_0.latitudeDegrees, corrections.v1_0.longitudeDegrees, in setCorrections_1_1()
95 singleSatCorrection.v1_0.reflectingPlane.longitudeDegrees, in setCorrections_1_1()
/aosp12/hardware/interfaces/gnss/common/utils/vts/
H A DUtils.cpp53 EXPECT_GE(location.longitudeDegrees, -180.0); in checkLocation()
54 EXPECT_LE(location.longitudeDegrees, 180.0); in checkLocation()
102 .longitudeDegrees = -122.0840991, in getMockMeasurementCorrections()
136 .longitudeDegrees = -122.0840575, in getMockMeasurementCorrections()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/location_api/
H A DLocationUtil.cpp54 out.longitudeDegrees = in.longitude; in convertGnssLocation()
112 out.longitude = in.longitudeDegrees; in convertGnssLocation()
377 out.reflectingPlane.longitudeDegrees = in.reflectingPlane.longitudeDegrees; in convertSingleSatCorrections()
387 out.longitudeDegrees = in.longitudeDegrees; in convertMeasurementCorrections()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/location_api/
H A DLocationUtil.cpp54 out.longitudeDegrees = in.longitude; in convertGnssLocation()
112 out.longitude = in.longitudeDegrees; in convertGnssLocation()
377 out.reflectingPlane.longitudeDegrees = in.reflectingPlane.longitudeDegrees; in convertSingleSatCorrections()
387 out.longitudeDegrees = in.longitudeDegrees; in convertMeasurementCorrections()
/aosp12/hardware/interfaces/gnss/2.0/default/
H A DGnssMeasurementCorrections.cpp34 corrections.latitudeDegrees, corrections.longitudeDegrees, corrections.altitudeMeters, in setCorrections()
49 singleSatCorrection.reflectingPlane.longitudeDegrees, in setCorrections()
/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssUtils.cpp36 .longitudeDegrees = location->longitude, in convertToGnssLocation()
59 .longitudeDegrees = flpLocation->longitude, in convertToGnssLocation()
/aosp12/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A DGnssGeofencing.cpp79 double longitudeDegrees, in addGeofence() argument
91 longitudeDegrees, in addGeofence()
/aosp12/frameworks/base/location/java/android/location/
H A DGnssReflectingPlane.java147 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees()
148 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()

123456