Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DGnssGeofencing.cpp82 int32_t monitorTransitions, in addGeofence() argument
94 monitorTransitions, in addGeofence()
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
114 mApi->geofenceResume(geofenceId, monitorTransitions); in resumeGeofence()
DGnssGeofencing.h56 int32_t monitorTransitions,
61 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
/hardware/interfaces/gnss/1.0/default/
DGnssGeofencing.cpp174 int32_t monitorTransitions, in addGeofence() argument
187 monitorTransitions, in addGeofence()
203 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { in resumeGeofence() argument
207 mGnssGeofencingIface->resume_geofence(geofenceId, monitorTransitions); in resumeGeofence()
DGnssGeofencing.h58 int32_t monitorTransitions,
63 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
/hardware/interfaces/gnss/1.0/
DIGnssGeofencing.hal42 * @param monitorTransitions - Which transitions to monitor. Bitwise OR of
58 bitfield<IGnssGeofenceCallback.GeofenceTransition> monitorTransitions,
73 * @param monitorTransitions Specifies which transitions to monitor.
79 bitfield<IGnssGeofenceCallback.GeofenceTransition> monitorTransitions);
DIGnssGeofenceCallback.hal178 * ERROR_INVALID_TRANSITION when monitorTransitions is invalid.