Searched refs:gnssGeofencingIface (Results 1 – 1 of 1) sorted by relevance
138 std::unique_ptr<android::gnss::GnssGeofenceInterface> gnssGeofencingIface = nullptr; variable265 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 …]