Lines Matching refs:mGnssGeofencingIface
43 : mGnssGeofencingIface(gpsGeofencingIface) { in GnssGeofencing()
159 if (mGnssGeofencingIface == nullptr) { in setCallback()
162 mGnssGeofencingIface->init(&sGnssGfCb); in setCallback()
177 if (mGnssGeofencingIface == nullptr) { in addGeofence()
181 mGnssGeofencingIface->add_geofence_area( in addGeofence()
195 if (mGnssGeofencingIface == nullptr) { in pauseGeofence()
198 mGnssGeofencingIface->pause_geofence(geofenceId); in pauseGeofence()
204 if (mGnssGeofencingIface == nullptr) { in resumeGeofence()
207 mGnssGeofencingIface->resume_geofence(geofenceId, monitorTransitions); in resumeGeofence()
213 if (mGnssGeofencingIface == nullptr) { in removeGeofence()
216 mGnssGeofencingIface->remove_geofence_area(geofenceId); in removeGeofence()