Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp212 sp<IGnssDebug_V1_0> gnssDebugIface = nullptr; variable
1792 gnssDebugIface = nullptr; in android_location_GnssLocationProvider_init_once()
1799 gnssDebugIface = gnssDebugIface_V2_0; in android_location_GnssLocationProvider_init_once()
1802 if (gnssDebugIface == nullptr) { in android_location_GnssLocationProvider_init_once()
1807 gnssDebugIface = gnssDebug; in android_location_GnssLocationProvider_init_once()
2454 if (gnssDebugIface == nullptr) { in android_location_GnssLocationProvider_get_internal_state()
2464 gnssDebugIface->getDebugData([&data](const IGnssDebug_V1_0::DebugData& debugData) { in android_location_GnssLocationProvider_get_internal_state()