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

/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp62 static const GpsXtraInterface* sGpsXtraInterface = NULL; variable
607 sGpsXtraInterface =
658 // if XTRA initialization fails we will disable it by sGpsXtraInterface to NULL,
660 if (sGpsXtraInterface && sGpsXtraInterface->init(&sGpsXtraCallbacks) != 0)
661 sGpsXtraInterface = NULL;
845 return (sGpsXtraInterface != NULL) ? JNI_TRUE : JNI_FALSE;
851 if (!sGpsXtraInterface) {
857 sGpsXtraInterface->inject_xtra_data((char *)bytes, length);

Completed in 878 milliseconds