Home | History | Annotate | Download | only in android

Lines Matching refs:GnssGeofencing

25 #include "GnssGeofencing.h"
33 void GnssGeofencing::GnssGeofencingDeathRecipient::serviceDied(
42 GnssGeofencing::GnssGeofencing() : mApi(nullptr) {
46 GnssGeofencing::~GnssGeofencing() {
54 Return<void> GnssGeofencing::setCallback(const sp<IGnssGeofenceCallback>& callback) {
76 Return<void> GnssGeofencing::addGeofence(
101 Return<void> GnssGeofencing::pauseGeofence(int32_t geofenceId) {
110 Return<void> GnssGeofencing::resumeGeofence(int32_t geofenceId, int32_t monitorTransitions) {
119 Return<void> GnssGeofencing::removeGeofence(int32_t geofenceId) {
128 Return<void> GnssGeofencing::removeAllGeofences() {