/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssGeofence.cpp | 43 jboolean GnssGeofenceAidl::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence() function in android::gnss::GnssGeofenceAidl 47 auto status = mIGnssGeofenceAidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence() 80 jboolean GnssGeofenceHidl::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence() function in android::gnss::GnssGeofenceHidl 84 auto result = mIGnssGeofenceHidl->addGeofence(geofenceId, latitudeDegrees, longitudeDegrees, in addGeofence()
|
H A D | GnssGeofence.h | 39 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,
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/ |
H A D | GnssGeofenceProxy.java | 68 boolean added = mGnssNative.addGeofence(geofenceId, latitude, longitude, radius, in addCircularHardwareGeofence() 132 boolean added = mGnssNative.addGeofence(entry.geofenceId, entry.latitude, in onHalRestarted()
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | GeofenceHardware.java | 270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() method in GeofenceHardware
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 895 public boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in GnssNative 899 return mGnssHal.addGeofence(geofenceId, latitude, longitude, radius, lastTransition, in addGeofence() 1468 protected boolean addGeofence(int geofenceId, double latitude, double longitude, in addGeofence() method in GnssNative.GnssHal
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/geofence/ |
H A D | GeofenceManager.java | 348 public void addGeofence(Geofence geofence, PendingIntent pendingIntent, String packageName, in addGeofence() method in GeofenceManager
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 626 protected boolean addGeofence(int geofenceId, double latitude, double longitude, double radius, in addGeofence() method in FakeGnssHal
|
/aosp14/frameworks/base/services/core/jni/ |
H A D | com_android_server_location_GnssLocationProvider.cpp | 665 return gnssGeofencingIface->addGeofence(geofenceId, latitude, longitude, radius, in android_location_gnss_hal_GnssNative_add_geofence()
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/ |
H A D | LocationManagerService.java | 1040 mGeofenceManager.addGeofence(geofence, intent, packageName, attributionTag); in requestGeofence()
|
/aosp14/frameworks/base/core/api/ |
H A D | system-current.txt | 5332 …method public boolean addGeofence(int, int, android.hardware.location.GeofenceHardwareRequest, and…
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 23491 Landroid/location/LocationManager;->addGeofence(Landroid/location/LocationRequest;Landroid/location…
|