Searched defs:gnssLocationFlags (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
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() 386 void GnssHal::injectLocation(jint gnssLocationFlags, jdouble latitudeDegrees, in injectLocation() 414 void GnssHal::injectBestLocation(jint gnssLocationFlags, jdouble latitudeDegrees, in injectBestLocation()
|
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
D | GnssNative.java | 657 int gnssLocationFlags = GNSS_LOCATION_HAS_LAT_LONG in injectLocation() local 697 int gnssLocationFlags = GNSS_LOCATION_HAS_LAT_LONG in injectBestLocation() local 1404 protected void injectLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectLocation() 1415 protected void injectBestLocation(@GnssLocationFlags int gnssLocationFlags, double latitude, in injectBestLocation() 1608 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_location() 1617 int gnssLocationFlags, double latitudeDegrees, double longitudeDegrees, in native_inject_best_location()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
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()
|
/frameworks/base/services/core/jni/ |
D | com_android_server_location_GnssLocationProvider.cpp | 454 JNIEnv* /* env */, jclass, jint gnssLocationFlags, jdouble latitudeDegrees, in android_location_gnss_hal_GnssNative_inject_best_location() 469 JNIEnv* /* env */, jclass, jint gnssLocationFlags, jdouble latitudeDegrees, in android_location_gnss_hal_GnssNative_inject_location()
|