Home
last modified time | relevance | path

Searched refs:sGpsMeasurementInterface (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp68 static const GpsMeasurementInterface* sGpsMeasurementInterface = NULL; variable
619 sGpsMeasurementInterface = in android_location_GnssLocationProvider_class_init_native()
1440 if (sGpsMeasurementInterface != NULL) { in android_location_GnssLocationProvider_is_measurement_supported()
1449 if (sGpsMeasurementInterface == NULL) { in android_location_GnssLocationProvider_start_measurement_collection()
1454 int result = sGpsMeasurementInterface->init(&sGpsMeasurementCallbacks); in android_location_GnssLocationProvider_start_measurement_collection()
1466 if (sGpsMeasurementInterface == NULL) { in android_location_GnssLocationProvider_stop_measurement_collection()
1471 sGpsMeasurementInterface->close(); in android_location_GnssLocationProvider_stop_measurement_collection()