Searched refs:GnssGeofence (Results 1 – 4 of 4) sorted by relevance
25 ndk::ScopedAStatus GnssGeofence::setCallback( in setCallback()30 ndk::ScopedAStatus GnssGeofence::addGeofence(int /*geofenceId*/, in addGeofence()41 ndk::ScopedAStatus GnssGeofence::pauseGeofence(int /*geofenceId*/) { in pauseGeofence()45 ndk::ScopedAStatus GnssGeofence::resumeGeofence(int /*geofenceId*/, int /*monitorTransitions*/) { in resumeGeofence()49 ndk::ScopedAStatus GnssGeofence::removeGeofence(int /*geofenceId*/) { in removeGeofence()
27 struct GnssGeofence : public BnGnssGeofence { struct
41 "GnssGeofence.cpp",
108 *iGnssGeofence = ndk::SharedRefBase::make<GnssGeofence>(); in getExtensionGnssGeofence()