Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/location_api/
DGnssAPIClient.cpp98 locationCallbacks.gnssNiCb = [this](uint32_t id, GnssNiNotification gnssNiNotification) { in gnssUpdateCallbacks() argument
99 onGnssNiCb(id, gnssNiNotification); in gnssUpdateCallbacks()
291 void GnssAPIClient::onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) in onGnssNiCb() argument
305 if (gnssNiNotification.type == GNSS_NI_TYPE_VOICE) in onGnssNiCb()
307 else if (gnssNiNotification.type == GNSS_NI_TYPE_SUPL) in onGnssNiCb()
309 else if (gnssNiNotification.type == GNSS_NI_TYPE_CONTROL_PLANE) in onGnssNiCb()
311 else if (gnssNiNotification.type == GNSS_NI_TYPE_EMERGENCY_SUPL) in onGnssNiCb()
314 if (gnssNiNotification.options & GNSS_NI_OPTIONS_NOTIFICATION_BIT) in onGnssNiCb()
316 if (gnssNiNotification.options & GNSS_NI_OPTIONS_VERIFICATION_BIT) in onGnssNiCb()
318 if (gnssNiNotification.options & GNSS_NI_OPTIONS_PRIVACY_OVERRIDE_BIT) in onGnssNiCb()
[all …]
DGnssAPIClient.h82 void onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) final;
/hardware/qcom/gps/msm8909w_3100/android/location_api/
DGnssAPIClient.cpp112 locationCallbacks.gnssNiCb = [this](uint32_t id, GnssNiNotification gnssNiNotification) { in gnssUpdateCallbacks() argument
113 onGnssNiCb(id, gnssNiNotification); in gnssUpdateCallbacks()
345 void GnssAPIClient::onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) in onGnssNiCb() argument
361 if (gnssNiNotification.type == GNSS_NI_TYPE_VOICE) in onGnssNiCb()
363 else if (gnssNiNotification.type == GNSS_NI_TYPE_SUPL) in onGnssNiCb()
365 else if (gnssNiNotification.type == GNSS_NI_TYPE_CONTROL_PLANE) in onGnssNiCb()
367 else if (gnssNiNotification.type == GNSS_NI_TYPE_EMERGENCY_SUPL) in onGnssNiCb()
370 if (gnssNiNotification.options & GNSS_NI_OPTIONS_NOTIFICATION_BIT) in onGnssNiCb()
372 if (gnssNiNotification.options & GNSS_NI_OPTIONS_VERIFICATION_BIT) in onGnssNiCb()
374 if (gnssNiNotification.options & GNSS_NI_OPTIONS_PRIVACY_OVERRIDE_BIT) in onGnssNiCb()
[all …]
DGnssAPIClient.h84 void onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) final;
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h686 GnssNiNotification gnssNiNotification
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h722 GnssNiNotification gnssNiNotification