Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/gnss/
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()
/frameworks/base/services/core/java/com/android/server/location/gnss/
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()
/frameworks/base/core/java/android/location/
DIFusedGeofenceHardware.aidl69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence()
89 in int monitorTransitions, in modifyGeofenceOptions()
/frameworks/base/core/java/android/hardware/location/
DIGeofenceHardware.aidl43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
DGeofenceHardwareRequest.java91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions()
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
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()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java921 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence()
931 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1522 double radius, int lastTransition, int monitorTransitions, in addGeofence()
1528 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence()
1687 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence()
1690 private static native boolean native_resume_geofence(int geofenceId, int monitorTransitions); in native_resume_geofence()