Home
last modified time | relevance | path

Searched refs:gnssGeofencingIface (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp138 std::unique_ptr<android::gnss::GnssGeofenceInterface> gnssGeofencingIface = nullptr; variable
265 gnssGeofencingIface = gnssHal->getGnssGeofenceInterface(); in android_location_gnss_hal_GnssNative_init_once()
328 if (gnssGeofencingIface != nullptr) { in android_location_gnss_hal_GnssNative_init()
329 gnssGeofencingIface->setCallback(std::make_unique<gnss::GnssGeofenceCallback>()); in android_location_gnss_hal_GnssNative_init()
585 if (gnssGeofencingIface == nullptr) { in android_location_gnss_hal_GnssNative_is_geofence_supported()
595 if (gnssGeofencingIface == nullptr) { in android_location_gnss_hal_GnssNative_add_geofence()
599 return gnssGeofencingIface->addGeofence(geofenceId, latitude, longitude, radius, in android_location_gnss_hal_GnssNative_add_geofence()
606 if (gnssGeofencingIface == nullptr) { in android_location_gnss_hal_GnssNative_remove_geofence()
610 return gnssGeofencingIface->removeGeofence(geofenceId); in android_location_gnss_hal_GnssNative_remove_geofence()
615 if (gnssGeofencingIface == nullptr) { in android_location_gnss_hal_GnssNative_pause_geofence()
[all …]