Home
last modified time | relevance | path

Searched refs:resumeGeofence (Results 1 – 15 of 15) sorted by relevance

/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceAidl
64 auto status = mIGnssGeofenceAidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceHidl
104 auto result = mIGnssGeofenceHidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
DGnssGeofence.h43 virtual jboolean resumeGeofence(int geofenceId, int monitorTransitions);
55 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override;
70 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override;
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareService.java130 public boolean resumeGeofence(int id, int monitoringType, int monitorTransitions) {
135 return mGeofenceHardwareImpl.resumeGeofence(id, monitoringType, monitorTransitions);
DIGeofenceHardware.aidl43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
DGeofenceHardware.java370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware
372 return mService.resumeGeofence(geofenceId, monitoringType, monitorTransition); in resumeGeofence()
DGeofenceHardwareImpl.java408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
/frameworks/base/services/core/java/com/android/server/location/gnss/
DGnssGeofenceProxy.java115 boolean resumed = mGnssNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java931 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative
933 return mGnssHal.resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
1528 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative.GnssHal
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp629 return gnssGeofencingIface->resumeGeofence(geofenceId, monitor_transition); in android_location_gnss_hal_GnssNative_resume_geofence()
/frameworks/base/core/api/
Dmodule-lib-lint-baseline.txt916 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int):
917 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
Dtest-lint-baseline.txt996 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int):
997 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
Dsystem-lint-baseline.txt1004 RequiresPermission: android.hardware.location.GeofenceHardware#resumeGeofence(int, int, int):
1005 Method 'resumeGeofence' documentation mentions permissions without declaring @RequiresPermission
Dsystem-current.txt6062 method public boolean resumeGeofence(int, int, int);
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt21231 Landroid/hardware/location/GeofenceHardwareImpl;->resumeGeofence(III)Z
21448 Landroid/hardware/location/IGeofenceHardware$Stub$Proxy;->resumeGeofence(III)Z
21471 Landroid/hardware/location/IGeofenceHardware;->resumeGeofence(III)Z