Searched refs:sGpsInterface (Results 1 – 1 of 1) sorted by relevance
61 static const GpsInterface* sGpsInterface = NULL; variable603 sGpsInterface = gps_device->get_gps_interface(gps_device); in android_location_GnssLocationProvider_class_init_native()606 if (sGpsInterface) { in android_location_GnssLocationProvider_class_init_native()608 (const GpsXtraInterface*)sGpsInterface->get_extension(GPS_XTRA_INTERFACE); in android_location_GnssLocationProvider_class_init_native()610 (const AGpsInterface*)sGpsInterface->get_extension(AGPS_INTERFACE); in android_location_GnssLocationProvider_class_init_native()612 (const GpsNiInterface*)sGpsInterface->get_extension(GPS_NI_INTERFACE); in android_location_GnssLocationProvider_class_init_native()614 (const GpsDebugInterface*)sGpsInterface->get_extension(GPS_DEBUG_INTERFACE); in android_location_GnssLocationProvider_class_init_native()616 (const AGpsRilInterface*)sGpsInterface->get_extension(AGPS_RIL_INTERFACE); in android_location_GnssLocationProvider_class_init_native()618 (const GpsGeofencingInterface*)sGpsInterface->get_extension(GPS_GEOFENCING_INTERFACE); in android_location_GnssLocationProvider_class_init_native()620 (const GpsMeasurementInterface*)sGpsInterface->get_extension(GPS_MEASUREMENT_INTERFACE); in android_location_GnssLocationProvider_class_init_native()[all …]