Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp135 std::unique_ptr<android::gnss::GnssNavigationMessageInterface> gnssNavigationMessageIface = nullptr; variable
259 gnssNavigationMessageIface = gnssHal->getGnssNavigationMessageInterface(); in android_location_gnss_hal_GnssNative_init_once()
714 if (gnssNavigationMessageIface != nullptr) { in android_location_gnss_hal_GnssNative_is_navigation_message_supported()
722 if (gnssNavigationMessageIface == nullptr) { in android_location_gnss_hal_GnssNative_start_navigation_message_collection()
727 return gnssNavigationMessageIface->setCallback( in android_location_gnss_hal_GnssNative_start_navigation_message_collection()
733 if (gnssNavigationMessageIface == nullptr) { in android_location_gnss_hal_GnssNative_stop_navigation_message_collection()
737 return gnssNavigationMessageIface->close(); in android_location_gnss_hal_GnssNative_stop_navigation_message_collection()