Searched refs:gnssGeofencingIface (Results 1 – 1 of 1) sorted by relevance
246 sp<IGnssGeofencing> gnssGeofencingIface = nullptr; variable2332 gnssGeofencingIface = gnssGeofencing; in android_location_GnssLocationProvider_init_once()2456 if (gnssGeofencingIface != nullptr) { in android_location_GnssLocationProvider_init()2457 auto status = gnssGeofencingIface->setCallback(gnssGeofencingCbIface); in android_location_GnssLocationProvider_init()2985 return (gnssGeofencingIface != nullptr) ? JNI_TRUE : JNI_FALSE; in android_location_GnssGeofenceProvider_is_geofence_supported()2992 if (gnssGeofencingIface == nullptr) { in android_location_GnssGeofenceProvider_add_geofence()2997 auto result = gnssGeofencingIface->addGeofence( in android_location_GnssGeofenceProvider_add_geofence()3006 if (gnssGeofencingIface == nullptr) { in android_location_GnssGeofenceProvider_remove_geofence()3011 auto result = gnssGeofencingIface->removeGeofence(geofenceId); in android_location_GnssGeofenceProvider_remove_geofence()3017 if (gnssGeofencingIface == nullptr) { in android_location_GnssGeofenceProvider_pause_geofence()[all …]