Searched defs:gnssLocationFlags (Results 1 – 4 of 4) sorted by relevance
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | Gnss.cpp | 51 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 D | GnssNative.java | 632 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 D | FakeGnssHal.java | 437 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 D | com_android_server_location_GnssLocationProvider.cpp | 508 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()
|