Home
last modified time | relevance | path

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

/frameworks/base/services/core/jni/
Dcom_android_server_location_GnssLocationProvider.cpp69 static const GpsNavigationMessageInterface* sGpsNavigationMessageInterface = NULL; variable
621 sGpsNavigationMessageInterface = in android_location_GnssLocationProvider_class_init_native()
1563 if(sGpsNavigationMessageInterface != NULL) { in android_location_GnssLocationProvider_is_navigation_message_supported()
1572 if (sGpsNavigationMessageInterface == NULL) { in android_location_GnssLocationProvider_start_navigation_message_collection()
1577 int result = sGpsNavigationMessageInterface->init(&sGpsNavigationMessageCallbacks); in android_location_GnssLocationProvider_start_navigation_message_collection()
1589 if (sGpsNavigationMessageInterface == NULL) { in android_location_GnssLocationProvider_stop_navigation_message_collection()
1594 sGpsNavigationMessageInterface->close(); in android_location_GnssLocationProvider_stop_navigation_message_collection()