Searched refs:mGnssGeofencingIface (Results 1 – 8 of 8) sorted by relevance
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()[all …]
87 const GpsGeofencingInterface* mGnssGeofencingIface = nullptr; member
545 if (mGnssGeofencingIface == nullptr) { in getExtensionGnssGeofencing()553 mGnssGeofencingIface = new GnssGeofencing(gpsGeofencingIface); in getExtensionGnssGeofencing()557 return mGnssGeofencingIface; in getExtensionGnssGeofencing()
156 sp<GnssGeofencing> mGnssGeofencingIface = nullptr; variable
304 mGnssGeofencingIface = new GnssGeofencing(); in getExtensionGnssGeofencing()305 return mGnssGeofencingIface; in getExtensionGnssGeofencing()
129 sp<GnssGeofencing> mGnssGeofencingIface = nullptr; member