Searched defs:resumeGeofence (Results 1 – 6 of 6) sorted by relevance
/aosp14/frameworks/base/services/core/jni/gnss/ |
H A D | GnssGeofence.cpp | 63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceAidl 103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() function in android::gnss::GnssGeofenceHidl
|
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | IGeofenceHardware.aidl | 43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() method
|
H A D | GeofenceHardware.java | 370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardware
|
H A D | GeofenceHardwareImpl.java | 408 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() method in GeofenceHardwareImpl
|
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
H A D | FakeGnssHal.java | 643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in FakeGnssHal
|
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/ |
H A D | GnssNative.java | 906 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative 1475 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() method in GnssNative.GnssHal
|