Home
last modified time | relevance | path

Searched defs:monitorTransitions (Results 1 – 7 of 7) sorted by relevance

/aosp14/frameworks/base/services/core/jni/gnss/
H A DGnssGeofence.cpp45 int lastTransition, int monitorTransitions, in addGeofence()
63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
82 int lastTransition, int monitorTransitions, in addGeofence()
103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssGeofenceProxy.java37 public int monitorTransitions; field in GnssGeofenceProxy.GeofenceEntry
65 double longitude, double radius, int lastTransition, int monitorTransitions, in addCircularHardwareGeofence()
113 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence()
/aosp14/frameworks/base/location/java/android/location/
H A DIFusedGeofenceHardware.aidl69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence()
89 in int monitorTransitions, in modifyGeofenceOptions()
/aosp14/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
H A DGeofenceHardwareRequest.java91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions()
/aosp14/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
H A DFakeGnssHal.java194 int lastTransition, int monitorTransitions, int notificationResponsiveness, in GnssHalGeofence()
627 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
/aosp14/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
H A DGnssNative.java896 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
906 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1469 double radius, int lastTransition, int monitorTransitions, in addGeofence()
1475 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1638 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
1641 private static native boolean native_resume_geofence(int geofenceId, int monitorTransitions); in native_resume_geofence()