Searched refs:monitorTransitions (Results 1 - 5 of 5) sorted by relevance

/hardware/interfaces/gnss/1.0/
H A 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);
/hardware/qcom/gps/msm8998/android/
H A DGnssGeofencing.cpp82 int32_t monitorTransitions,
94 monitorTransitions,
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { argument
114 mApi->geofenceResume(geofenceId, monitorTransitions);
76 addGeofence( int32_t geofenceId, double latitudeDegrees, double longitudeDegrees, double radiusMeters, IGnssGeofenceCallback::GeofenceTransition lastTransition, int32_t monitorTransitions, uint32_t notificationResponsivenessMs, uint32_t unknownTimerMs) argument
H A DGnssGeofencing.h56 int32_t monitorTransitions,
61 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;
/hardware/interfaces/gnss/1.0/default/
H A DGnssGeofencing.cpp174 int32_t monitorTransitions,
187 monitorTransitions,
203 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) { argument
207 mGnssGeofencingIface->resume_geofence(geofenceId, monitorTransitions);
168 addGeofence( int32_t geofenceId, double latitudeDegrees, double longitudeDegrees, double radiusMeters, IGnssGeofenceCallback::GeofenceTransition lastTransition, int32_t monitorTransitions, uint32_t notificationResponsivenessMs, uint32_t unknownTimerMs) argument
H A DGnssGeofencing.h58 int32_t monitorTransitions,
63 Return<void> resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) override;

Completed in 452 milliseconds