Home
last modified time | relevance | path

Searched defs:monitoringType (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/hardware/location/
H A DIGeofenceHardware.aidl32 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 DGeofenceHardwareImpl.java227 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 DGeofenceHardware.java212 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 DGeofenceHardwareMonitorCallback.java44 public void onMonitoringSystemChange(int monitoringType, boolean available, Location location) { in onMonitoringSystemChange()
H A DGeofenceHardwareService.java59 private void checkPermission(int pid, int uid, int monitoringType) { in checkPermission()
H A DIGeofenceHardwareCallback.aidl24 long timestamp, int monitoringType); in onGeofenceTransition()
H A DGeofenceHardwareCallback.java42 long timestamp, int monitoringType) { in onGeofenceTransition()
H A DGeofenceHardwareMonitorEvent.java38 int monitoringType, in GeofenceHardwareMonitorEvent()