Searched refs:sGpsXtraInterface (Results 1 – 1 of 1) sorted by relevance
62 static const GpsXtraInterface* sGpsXtraInterface = NULL; variable607 sGpsXtraInterface = in android_location_GnssLocationProvider_class_init_native()660 if (sGpsXtraInterface && sGpsXtraInterface->init(&sGpsXtraCallbacks) != 0) in android_location_GnssLocationProvider_init()661 sGpsXtraInterface = NULL; in android_location_GnssLocationProvider_init()845 return (sGpsXtraInterface != NULL) ? JNI_TRUE : JNI_FALSE; in android_location_GnssLocationProvider_supports_xtra()851 if (!sGpsXtraInterface) { in android_location_GnssLocationProvider_inject_xtra_data()857 sGpsXtraInterface->inject_xtra_data((char *)bytes, length); in android_location_GnssLocationProvider_inject_xtra_data()