Home
last modified time | relevance | path

Searched defs:gnssLocationFlags (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnss.cpp51 GnssLocationAidl createGnssLocation(jint gnssLocationFlags, jdouble latitudeDegrees, in createGnssLocation()
80 GnssLocation_V1_0 createGnssLocation_V1_0(jint gnssLocationFlags, jdouble latitudeDegrees, in createGnssLocation_V1_0()
103 GnssLocation_V2_0 createGnssLocation_V2_0(jint gnssLocationFlags, jdouble latitudeDegrees, in createGnssLocation_V2_0()
385 void GnssHal::injectLocation(jint gnssLocationFlags, jdouble latitudeDegrees, in injectLocation()
413 void GnssHal::injectBestLocation(jint gnssLocationFlags, jdouble latitudeDegrees, in injectBestLocation()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java632 int gnssLocationFlags = GNSS_LOCATION_HAS_LAT_LONG in injectLocation() local
672 int gnssLocationFlags = GNSS_LOCATION_HAS_LAT_LONG in injectBestLocation() local
1351 protected void injectLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectLocation()
1362 protected void injectBestLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectBestLocation()
1559 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_location()
1568 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_best_location()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java437 protected void injectLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectLocation()
449 protected void injectBestLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectBestLocation()
/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp508 JNIEnv* /* env */, jclass, jint gnssLocationFlags, jdouble latitudeDegrees, in android_location_gnss_hal_GnssNative_inject_best_location()
523 JNIEnv* /* env */, jclass, jint gnssLocationFlags, jdouble latitudeDegrees, in android_location_gnss_hal_GnssNative_inject_location()