Home
last modified time | relevance | path

Searched refs:geofenceId (Results 1 – 25 of 49) sorted by relevance

12

/hardware/interfaces/gnss/1.0/default/
DGnssGeofencing.cpp53 void GnssGeofencing::gnssGfTransitionCb(int32_t geofenceId, in gnssGfTransitionCb() argument
69 geofenceId, in gnssGfTransitionCb()
99 void GnssGeofencing::gnssGfAddCb(int32_t geofenceId, int32_t status) { in gnssGfAddCb() argument
106 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status)); in gnssGfAddCb()
112 void GnssGeofencing::gnssGfRemoveCb(int32_t geofenceId, int32_t status) { in gnssGfRemoveCb() argument
119 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status)); in gnssGfRemoveCb()
125 void GnssGeofencing::gnssGfPauseCb(int32_t geofenceId, int32_t status) { in gnssGfPauseCb() argument
132 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status)); in gnssGfPauseCb()
138 void GnssGeofencing::gnssGfResumeCb(int32_t geofenceId, int32_t status) { in gnssGfResumeCb() argument
145 geofenceId, static_cast<IGnssGeofenceCallback::GeofenceStatus>(status)); in gnssGfResumeCb()
[all …]
/hardware/interfaces/gnss/aidl/default/
DGnssGeofence.cpp35 ndk::ScopedAStatus GnssGeofence::addGeofence(int geofenceId, double latitudeDegrees, in addGeofence() argument
41 geofenceId, latitudeDegrees, longitudeDegrees, radiusMeters, lastTransition, in addGeofence()
46 ndk::ScopedAStatus GnssGeofence::pauseGeofence(int geofenceId) { in pauseGeofence() argument
47 ALOGD("pauseGeofence. id=%d", geofenceId); in pauseGeofence()
51 ndk::ScopedAStatus GnssGeofence::resumeGeofence(int geofenceId, int monitorTransitions) { in resumeGeofence() argument
52 ALOGD("resumeGeofence. id=%d, monitorTransitions=%d", geofenceId, monitorTransitions); in resumeGeofence()
56 ndk::ScopedAStatus GnssGeofence::removeGeofence(int geofenceId) { in removeGeofence() argument
57 ALOGD("removeGeofence. id=%d", geofenceId); in removeGeofence()
/hardware/qcom/gps/msm8998/android/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7150/gps/android/2.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150/gps/android/1.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7150/gps/android/1.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7250/gps/android/2.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/gps/msm8909w_3100/android/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7250/gps/android/2.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7250/gps/android/1.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150/gps/android/2.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150p/gps/android/1.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150p/gps/android/2.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150p/gps/android/1.1/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7150/gps/android/1.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150/gps/android/2.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm8150/gps/android/1.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/qcom/sm7250/gps/android/1.0/
DGnssGeofencing.cpp77 int32_t geofenceId, in addGeofence() argument
89 geofenceId, in addGeofence()
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) { in pauseGeofence() argument
105 mApi->geofencePause(geofenceId); in pauseGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) { in removeGeofence() argument
123 mApi->geofenceRemove(geofenceId); in removeGeofence()
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/2/android/hardware/gnss/
DIGnssGeofenceCallback.aidl38 …void gnssGeofenceTransitionCb(in int geofenceId, in android.hardware.gnss.GnssLocation location, i… in gnssGeofenceTransitionCb() argument
40 void gnssGeofenceAddCb(in int geofenceId, in int status); in gnssGeofenceAddCb() argument
41 void gnssGeofenceRemoveCb(in int geofenceId, in int status); in gnssGeofenceRemoveCb() argument
42 void gnssGeofencePauseCb(in int geofenceId, in int status); in gnssGeofencePauseCb() argument
43 void gnssGeofenceResumeCb(in int geofenceId, in int status); in gnssGeofenceResumeCb() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/current/android/hardware/gnss/
DIGnssGeofenceCallback.aidl38 …void gnssGeofenceTransitionCb(in int geofenceId, in android.hardware.gnss.GnssLocation location, i… in gnssGeofenceTransitionCb() argument
40 void gnssGeofenceAddCb(in int geofenceId, in int status); in gnssGeofenceAddCb() argument
41 void gnssGeofenceRemoveCb(in int geofenceId, in int status); in gnssGeofenceRemoveCb() argument
42 void gnssGeofencePauseCb(in int geofenceId, in int status); in gnssGeofencePauseCb() argument
43 void gnssGeofenceResumeCb(in int geofenceId, in int status); in gnssGeofenceResumeCb() argument
DIGnssGeofence.aidl39 …void addGeofence(in int geofenceId, in double latitudeDegrees, in double longitudeDegrees, in doub… in addGeofence() argument
40 void pauseGeofence(in int geofenceId); in pauseGeofence() argument
41 void resumeGeofence(in int geofenceId, in int monitorTransitions); in resumeGeofence() argument
42 void removeGeofence(in int geofenceId); in removeGeofence() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/4/android/hardware/gnss/
DIGnssGeofenceCallback.aidl38 …void gnssGeofenceTransitionCb(in int geofenceId, in android.hardware.gnss.GnssLocation location, i… in gnssGeofenceTransitionCb() argument
40 void gnssGeofenceAddCb(in int geofenceId, in int status); in gnssGeofenceAddCb() argument
41 void gnssGeofenceRemoveCb(in int geofenceId, in int status); in gnssGeofenceRemoveCb() argument
42 void gnssGeofencePauseCb(in int geofenceId, in int status); in gnssGeofencePauseCb() argument
43 void gnssGeofenceResumeCb(in int geofenceId, in int status); in gnssGeofenceResumeCb() argument
/hardware/interfaces/gnss/aidl/aidl_api/android.hardware.gnss/3/android/hardware/gnss/
DIGnssGeofenceCallback.aidl38 …void gnssGeofenceTransitionCb(in int geofenceId, in android.hardware.gnss.GnssLocation location, i… in gnssGeofenceTransitionCb() argument
40 void gnssGeofenceAddCb(in int geofenceId, in int status); in gnssGeofenceAddCb() argument
41 void gnssGeofenceRemoveCb(in int geofenceId, in int status); in gnssGeofenceRemoveCb() argument
42 void gnssGeofencePauseCb(in int geofenceId, in int status); in gnssGeofencePauseCb() argument
43 void gnssGeofenceResumeCb(in int geofenceId, in int status); in gnssGeofenceResumeCb() argument
/hardware/interfaces/gnss/aidl/android/hardware/gnss/
DIGnssGeofenceCallback.aidl130 void gnssGeofenceTransitionCb(in int geofenceId, in GnssLocation location, in int transition, in gnssGeofenceTransitionCb() argument
154 void gnssGeofenceAddCb(in int geofenceId, in int status); in gnssGeofenceAddCb() argument
164 void gnssGeofenceRemoveCb(in int geofenceId, in int status); in gnssGeofenceRemoveCb() argument
175 void gnssGeofencePauseCb(in int geofenceId, in int status); in gnssGeofencePauseCb() argument
185 void gnssGeofenceResumeCb(in int geofenceId, in int status); in gnssGeofenceResumeCb() argument
/hardware/interfaces/gnss/aidl/vts/
DGnssGeofenceCallback.h30 int geofenceId, const android::hardware::gnss::GnssLocation& location, int transition,
34 android::binder::Status gnssGeofenceAddCb(int geofenceId, int status) override;
35 android::binder::Status gnssGeofenceRemoveCb(int geofenceId, int status) override;
36 android::binder::Status gnssGeofencePauseCb(int geofenceId, int status) override;
37 android::binder::Status gnssGeofenceResumeCb(int geofenceId, int status) override;

12