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.cpp246 sp<IGnssGeofencing> gnssGeofencingIface = nullptr; variable
2332 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 …]