Home
last modified time | relevance | path

Searched defs:geofenceId (Results 1 – 25 of 30) sorted by relevance

12

/aosp12/frameworks/base/core/java/android/hardware/location/
H A DGeofenceHardwareCallback.java41 public void onGeofenceTransition(int geofenceId, int transition, Location location, in onGeofenceTransition()
55 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd()
66 public void onGeofenceRemove(int geofenceId, int status) { in onGeofenceRemove()
77 public void onGeofencePause(int geofenceId, int status) { in onGeofencePause()
89 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume()
H A DIGeofenceHardwareCallback.aidl23 void onGeofenceTransition(int geofenceId, int transition, in Location location, in onGeofenceTransition()
25 void onGeofenceAdd(int geofenceId, int status); in onGeofenceAdd()
26 void onGeofenceRemove(int geofenceId, int status); in onGeofenceRemove()
27 void onGeofencePause(int geofenceId, int status); in onGeofencePause()
28 void onGeofenceResume(int geofenceId, int status); in onGeofenceResume()
H A DGeofenceHardware.java270 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()
509 public void onGeofenceTransition(int geofenceId, int transition, Location location, in onGeofenceTransition()
518 public void onGeofenceAdd(int geofenceId, int status) { in onGeofenceAdd()
523 public void onGeofenceRemove(int geofenceId, int status) { in onGeofenceRemove()
531 public void onGeofencePause(int geofenceId, int status) { in onGeofencePause()
538 public void onGeofenceResume(int geofenceId, int status) { in onGeofenceResume()
/aosp12/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp53 void GnssGeofencing::gnssGfTransitionCb(int32_t geofenceId, in gnssGfTransitionCb()
99 void GnssGeofencing::gnssGfAddCb(int32_t geofenceId, int32_t status) { in gnssGfAddCb()
112 void GnssGeofencing::gnssGfRemoveCb(int32_t geofenceId, int32_t status) { in gnssGfRemoveCb()
125 void GnssGeofencing::gnssGfPauseCb(int32_t geofenceId, int32_t status) { in gnssGfPauseCb()
138 void GnssGeofencing::gnssGfResumeCb(int32_t geofenceId, int32_t status) { in gnssGfResumeCb()
169 int32_t geofenceId, in addGeofence()
194 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
203 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
212 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/frameworks/base/location/java/android/location/
H A DIGpsGeofenceHardware.aidl27 boolean addCircularHardwareGeofence(int geofenceId, double latitude, double in addCircularHardwareGeofence()
30 boolean removeHardwareGeofence(int geofenceId); in removeHardwareGeofence()
31 boolean pauseHardwareGeofence(int geofenceId); in pauseHardwareGeofence()
32 boolean resumeHardwareGeofence(int geofenceId, int monitorTransition); in resumeHardwareGeofence()
H A DIFusedGeofenceHardware.aidl58 void pauseMonitoringGeofence(in int geofenceId); in pauseMonitoringGeofence()
69 void resumeMonitoringGeofence(in int geofenceId, in int monitorTransitions); in resumeMonitoringGeofence()
87 in int geofenceId, in modifyGeofenceOptions()
/aosp12/frameworks/base/services/core/java/com/android/server/location/gnss/
H A DGnssGeofenceProxy.java32 public int geofenceId; field in GnssGeofenceProxy.GeofenceEntry
64 public boolean addCircularHardwareGeofence(int geofenceId, double latitude, in addCircularHardwareGeofence()
88 public boolean removeHardwareGeofence(int geofenceId) { in removeHardwareGeofence()
99 public boolean pauseHardwareGeofence(int geofenceId) { in pauseHardwareGeofence()
113 public boolean resumeHardwareGeofence(int geofenceId, int monitorTransitions) { in resumeHardwareGeofence()
/aosp12/hardware/qcom/gps/msm8909w_3100/android/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sdm845/gps/sdm845/android/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/1.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/1.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150p/gps/android/2.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/1.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/1.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/2.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7250/gps/android/2.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/2.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/1.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm7150/gps/android/1.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sdm845/gps/msm8998/android/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/1.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/1.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/2.0/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()
/aosp12/hardware/qcom/sm8150/gps/android/2.1/
H A DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence()

12