Searched defs:monitorTransitions (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/services/core/jni/gnss/ |
D | GnssGeofence.cpp | 45 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/ |
D | GnssGeofenceProxy.java | 37 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/ |
D | IFusedGeofenceHardware.aidl | 69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence() 89 in int monitorTransitions, in modifyGeofenceOptions()
|
/frameworks/base/core/java/android/hardware/location/ |
D | IGeofenceHardware.aidl | 43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence()
|
D | GeofenceHardwareRequest.java | 91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions()
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/ |
D | FakeGnssHal.java | 194 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/ |
D | GnssNative.java | 921 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()
|