Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/jni/
H A Dcom_android_server_location_GnssLocationProvider.cpp139 std::unique_ptr<android::gnss::GnssNavigationMessageInterface> gnssNavigationMessageIface = nullptr; variable
303 gnssNavigationMessageIface = gnssHal->getGnssNavigationMessageInterface(); in android_location_gnss_hal_GnssNative_init_once()
779 if (gnssNavigationMessageIface != nullptr) { in android_location_gnss_hal_GnssNative_is_navigation_message_supported()
787 if (gnssNavigationMessageIface == nullptr) { in android_location_gnss_hal_GnssNative_start_navigation_message_collection()
792 return gnssNavigationMessageIface->setCallback( in android_location_gnss_hal_GnssNative_start_navigation_message_collection()
798 if (gnssNavigationMessageIface == nullptr) { in android_location_gnss_hal_GnssNative_stop_navigation_message_collection()
802 return gnssNavigationMessageIface->close(); in android_location_gnss_hal_GnssNative_stop_navigation_message_collection()