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

/frameworks/base/core/jni/
H A Dandroid_location_GpsLocationProvider.cpp41 static const GpsInterface* sGpsInterface = NULL; variable
209 if (!sGpsInterface)
210 sGpsInterface = gps_get_interface();
211 return (sGpsInterface != NULL);
216 if (!sGpsInterface)
217 sGpsInterface = gps_get_interface();
218 if (!sGpsInterface || sGpsInterface->init(&sGpsCallbacks) != 0)
222 sAGpsInterface = (const AGpsInterface*)sGpsInterface->get_extension(AGPS_INTERFACE);
227 sGpsNiInterface = (const GpsNiInterface*)sGpsInterface
[all...]

Completed in 67 milliseconds