Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp44 double longitudeDegrees, double radiusMeters, in addGeofence() argument
47 auto status = mIGnssGeofenceAidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence()
81 double longitudeDegrees, double radiusMeters, in addGeofence() argument
84 auto result = mIGnssGeofenceHidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence()
DGnssGeofence.h39 virtual jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
51 jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
66 jboolean addGeofence(int geofenceId, double latitudeDegrees, double longitudeDegrees,
DGnss.cpp52 jdouble longitudeDegrees, jdouble altitudeMeters, in createGnssLocation() argument
62 location.longitudeDegrees = static_cast<double>(longitudeDegrees); in createGnssLocation()
81 jdouble longitudeDegrees, jdouble altitudeMeters, in createGnssLocation_V1_0() argument
90 location.longitudeDegrees = static_cast<double>(longitudeDegrees); in createGnssLocation_V1_0()
104 jdouble longitudeDegrees, jdouble altitudeMeters, in createGnssLocation_V2_0() argument
113 location.v1_0 = createGnssLocation_V1_0(gnssLocationFlags, latitudeDegrees, longitudeDegrees, in createGnssLocation_V2_0()
387 jdouble longitudeDegrees, jdouble altitudeMeters, in injectLocation() argument
395 createGnssLocation(gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectLocation()
410 gnssHal->injectLocation(latitudeDegrees, longitudeDegrees, horizontalAccuracyMeters); in injectLocation()
415 jdouble longitudeDegrees, jdouble altitudeMeters, in injectBestLocation() argument
[all …]
DGnss.h92 void injectLocation(jint gnssLocationFlags, jdouble latitudeDegrees, jdouble longitudeDegrees,
99 jdouble longitudeDegrees, jdouble altitudeMeters,
DUtils.cpp173 SET(Longitude, location.longitudeDegrees); in translateGnssLocation()
224 SET(Longitude, location.longitudeDegrees); in translateGnssLocation()
DGnssDebug.h124 << ", LongitudeDegrees: " << data.position.longitudeDegrees in parseDebugData()
DMeasurementCorrections.h157 reflectingPlane.longitudeDegrees = longitudeDegreesRefPlane; in setReflectingPlane()
DMeasurementCorrections.cpp177 corrections.longitudeDegrees = longitudeDegreesCorr; in translateMeasurementCorrections()
245 corrections.longitudeDegrees = static_cast<double>(longitudeDegreesCorr); in translateMeasurementCorrections()
/frameworks/hardware/interfaces/location/altitude/aidl/vts/functional/
DVtsHalAltitudeServiceTargetTest.cpp54 request.longitudeDegrees = -155.998774; in TEST_P()
79 request.longitudeDegrees = -155.998774; in TEST_P()
/frameworks/hardware/interfaces/location/altitude/aidl/aidl_api/android.frameworks.location.altitude/2/android/frameworks/location/altitude/
DGetGeoidHeightRequest.aidl39 double longitudeDegrees;
DAddMslAltitudeToLocationRequest.aidl39 double longitudeDegrees;
/frameworks/hardware/interfaces/location/altitude/aidl/android/frameworks/location/altitude/
DGetGeoidHeightRequest.aidl27 double longitudeDegrees;
DAddMslAltitudeToLocationRequest.aidl27 double longitudeDegrees;
/frameworks/hardware/interfaces/location/altitude/aidl/aidl_api/android.frameworks.location.altitude/current/android/frameworks/location/altitude/
DGetGeoidHeightRequest.aidl39 double longitudeDegrees;
DAddMslAltitudeToLocationRequest.aidl39 double longitudeDegrees;
/frameworks/hardware/interfaces/location/altitude/aidl/aidl_api/android.frameworks.location.altitude/1/android/frameworks/location/altitude/
DAddMslAltitudeToLocationRequest.aidl38 double longitudeDegrees;
/frameworks/base/location/java/android/location/
DGnssReflectingPlane.java169 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees()
170 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
DGnssMeasurementCorrections.java315 @FloatRange(from = -180.0f, to = 180.0f) double longitudeDegrees) { in setLongitudeDegrees()
316 mLongitudeDegrees = longitudeDegrees; in setLongitudeDegrees()
/frameworks/base/services/core/java/com/android/server/location/altitude/
DAltitudeService.java54 location.setLongitude(request.longitudeDegrees); in addMslAltitudeToLocation()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java667 double longitudeDegrees = location.getLongitude(); in injectLocation() local
683 mGnssHal.injectLocation(gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectLocation()
707 double longitudeDegrees = location.getLongitude(); in injectBestLocation() local
723 mGnssHal.injectBestLocation(gnssLocationFlags, latitudeDegrees, longitudeDegrees, in injectBestLocation()
1608 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_location() argument
1617 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_best_location() argument
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp455 jdouble longitudeDegrees, jdouble altitudeMeters, jfloat speedMetersPerSec, in android_location_gnss_hal_GnssNative_inject_best_location() argument
460 gnssHal->injectBestLocation(gnssLocationFlags, latitudeDegrees, longitudeDegrees, in android_location_gnss_hal_GnssNative_inject_best_location()
470 jdouble longitudeDegrees, jdouble altitudeMeters, jfloat speedMetersPerSec, in android_location_gnss_hal_GnssNative_inject_location() argument
475 gnssHal->injectLocation(gnssLocationFlags, latitudeDegrees, longitudeDegrees, altitudeMeters, in android_location_gnss_hal_GnssNative_inject_location()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/altitude/
DAltitudeConverterTest.java186 request.longitudeDegrees = -45; in testGetGeoidHeight_expectedBehavior()
/frameworks/base/location/java/android/location/altitude/
DAltitudeConverter.java283 location.setLongitude(request.longitudeDegrees); in getGeoidHeight()
/frameworks/base/core/java/android/location/
DLocation.java429 public void setLongitude(@FloatRange(from = -180.0, to = 180.0) double longitudeDegrees) { in setLongitude()
430 mLongitudeDegrees = longitudeDegrees; in setLongitude()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...