Searched defs:monitoringType (Results 1 – 8 of 8) sorted by relevance
/aosp14/frameworks/base/core/java/android/hardware/location/ |
H A D | IGeofenceHardware.aidl | 32 int getStatusOfMonitoringType(int monitoringType); in getStatusOfMonitoringType() 35 int monitoringType, in addCircularFence() 39 boolean removeGeofence(int id, int monitoringType); in removeGeofence() 41 boolean pauseGeofence(int id, int monitoringType); in pauseGeofence() 43 boolean resumeGeofence(int id, int monitoringType, int monitorTransitions); in resumeGeofence() 45 boolean registerForMonitorStateChangeCallback(int monitoringType, in registerForMonitorStateChangeCallback() 48 boolean unregisterForMonitorStateChangeCallback(int monitoringType, in unregisterForMonitorStateChangeCallback()
|
H A D | GeofenceHardwareImpl.java | 227 public int getStatusOfMonitoringType(int monitoringType) { in getStatusOfMonitoringType() 236 public int getCapabilitiesForMonitoringType(int monitoringType) { in getCapabilitiesForMonitoringType() 256 int monitoringType, in addCircularFence() 328 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() 368 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() 476 int monitoringType, in reportGeofenceTransition() 509 int monitoringType, in reportGeofenceMonitorStatus() 812 int monitoringType, in GeofenceTransition() 830 int getMonitoringResolutionLevel(int monitoringType) { in getMonitoringResolutionLevel() 845 Reaper(IGeofenceHardwareCallback c, int monitoringType) { in Reaper() [all …]
|
H A D | GeofenceHardware.java | 212 public int getStatusOfMonitoringType(int monitoringType) { in getStatusOfMonitoringType() 270 public boolean addGeofence(int geofenceId, int monitoringType, GeofenceHardwareRequest in addGeofence() 308 public boolean removeGeofence(int geofenceId, int monitoringType) { in removeGeofence() 338 public boolean pauseGeofence(int geofenceId, int monitoringType) { in pauseGeofence() 370 public boolean resumeGeofence(int geofenceId, int monitoringType, int monitorTransition) { in resumeGeofence() 400 public boolean registerForMonitorStateChangeCallback(int monitoringType, in registerForMonitorStateChangeCallback() 428 public boolean unregisterForMonitorStateChangeCallback(int monitoringType, in unregisterForMonitorStateChangeCallback() 510 long timestamp, int monitoringType) { in onGeofenceTransition()
|
H A D | GeofenceHardwareMonitorCallback.java | 44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { in onMonitoringSystemChange()
|
H A D | GeofenceHardwareService.java | 59 private void checkPermission(int pid, int uid, int monitoringType) { in checkPermission()
|
H A D | IGeofenceHardwareCallback.aidl | 24 long timestamp, int monitoringType); in onGeofenceTransition()
|
H A D | GeofenceHardwareCallback.java | 42 long timestamp, int monitoringType) { in onGeofenceTransition()
|
H A D | GeofenceHardwareMonitorEvent.java | 38 int monitoringType, in GeofenceHardwareMonitorEvent()
|