Searched refs:sGpsGeofencingInterface (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp67 static const GpsGeofencingInterface* sGpsGeofencingInterface = NULL; variable
617 sGpsGeofencingInterface =
668 if (sGpsGeofencingInterface)
669 sGpsGeofencingInterface->init(&sGpsGeofenceCallbacks);
970 return (sGpsGeofencingInterface != NULL) ? JNI_TRUE : JNI_FALSE;
977 if (sGpsGeofencingInterface != NULL) {
978 sGpsGeofencingInterface->add_geofence_area(geofence_id, latitude, longitude,
990 if (sGpsGeofencingInterface != NULL) {
991 sGpsGeofencingInterface->remove_geofence_area(geofence_id);
1001 if (sGpsGeofencingInterface !
[all...]

Completed in 30 milliseconds