Searched refs:gnssGeofencingIface (Results 1 – 1 of 1) sorted by relevance
207 sp<IGnssGeofencing> gnssGeofencingIface = nullptr; variable1848 gnssGeofencingIface = gnssGeofencing; in android_location_GnssLocationProvider_init_once()1971 if (gnssGeofencingIface != nullptr) { in android_location_GnssLocationProvider_init()1972 auto status = gnssGeofencingIface->setCallback(gnssGeofencingCbIface); in android_location_GnssLocationProvider_init()2521 return (gnssGeofencingIface != nullptr) ? JNI_TRUE : JNI_FALSE; in android_location_GnssGeofenceProvider_is_geofence_supported()2528 if (gnssGeofencingIface != nullptr) { in android_location_GnssGeofenceProvider_add_geofence()2529 auto result = gnssGeofencingIface->addGeofence( in android_location_GnssGeofenceProvider_add_geofence()2542 if (gnssGeofencingIface != nullptr) { in android_location_GnssGeofenceProvider_remove_geofence()2543 auto result = gnssGeofencingIface->removeGeofence(geofenceId); in android_location_GnssGeofenceProvider_remove_geofence()2553 if (gnssGeofencingIface != nullptr) { in android_location_GnssGeofenceProvider_pause_geofence()[all …]