Home
last modified time | relevance | path

Searched refs:monitorTransitions (Results 1 – 9 of 9) sorted by relevance

/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() argument
69 lastTransition, monitorTransitions, notificationResponsiveness, in addCircularHardwareGeofence()
78 entry.monitorTransitions = monitorTransitions; in addCircularHardwareGeofence()
113 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence() argument
115 boolean resumed = mGnssNative.resumeGeofence(geofenceId, monitorTransitions); in resumeHardwareGeofence()
120 entry.monitorTransitions = monitorTransitions; in resumeHardwareGeofence()
135 entry.lastTransition, entry.monitorTransitions, in onHalRestarted()
/frameworks/base/services/core/jni/gnss/
DGnssGeofence.cpp45 int lastTransition, int monitorTransitions, in addGeofence() argument
48 radiusMeters, lastTransition, monitorTransitions, in addGeofence()
63 jboolean GnssGeofenceAidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
64 auto status = mIGnssGeofenceAidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
82 int lastTransition, int monitorTransitions, in addGeofence() argument
88 monitorTransitions), in addGeofence()
103 jboolean GnssGeofenceHidl::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
104 auto result = mIGnssGeofenceHidl->resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
DGnssGeofence.h40 double radiusMeters, int lastTransition, int monitorTransitions,
43 virtual jboolean resumeGeofence(int geofenceId, int monitorTransitions);
52 double radiusMeters, int lastTransition, int monitorTransitions,
55 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override;
67 double radiusMeters, int lastTransition, int monitorTransitions,
70 jboolean resumeGeofence(int geofenceId, int monitorTransitions) override;
/frameworks/base/core/java/android/location/
DIFusedGeofenceHardware.aidl69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence() argument
89 in int monitorTransitions, in modifyGeofenceOptions() argument
/frameworks/base/core/java/android/hardware/location/
DGeofenceHardwareRequest.java91 public void setMonitorTransitions(int monitorTransitions) { in setMonitorTransitions() argument
92 mMonitorTransitions = monitorTransitions; in setMonitorTransitions()
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() argument
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/location/gnss/hal/
DFakeGnssHal.java194 int lastTransition, int monitorTransitions, int notificationResponsiveness, in GnssHalGeofence() argument
202 MonitorTransitions = monitorTransitions; in GnssHalGeofence()
627 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument
635 monitorTransitions, notificationResponsiveness, unknownTimer, false)); in addGeofence()
643 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
647 geofence.MonitorTransitions = monitorTransitions; in resumeGeofence()
/frameworks/base/services/core/java/com/android/server/location/gnss/hal/
DGnssNative.java921 int lastTransition, int monitorTransitions, int notificationResponsiveness, in addGeofence() argument
925 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()
931 public boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
933 return mGnssHal.resumeGeofence(geofenceId, monitorTransitions); in resumeGeofence()
1522 double radius, int lastTransition, int monitorTransitions, in addGeofence() argument
1525 monitorTransitions, notificationResponsiveness, unknownTimer); in addGeofence()
1528 protected boolean resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
1529 return native_resume_geofence(geofenceId, monitorTransitions); in resumeGeofence()
1687 double longitude, double radius, int lastTransition, int monitorTransitions, in native_add_geofence() argument
1690 private static native boolean native_resume_geofence(int geofenceId, int monitorTransitions); in native_resume_geofence() argument