Searched refs:gnssNiNotification (Results 1 – 6 of 6) sorted by relevance
98 locationCallbacks.gnssNiCb = [this](uint32_t id, GnssNiNotification gnssNiNotification) { in gnssUpdateCallbacks() argument99 onGnssNiCb(id, gnssNiNotification); in gnssUpdateCallbacks()291 void GnssAPIClient::onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) in onGnssNiCb() argument305 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 …]
82 void onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) final;
112 locationCallbacks.gnssNiCb = [this](uint32_t id, GnssNiNotification gnssNiNotification) { in gnssUpdateCallbacks() argument113 onGnssNiCb(id, gnssNiNotification); in gnssUpdateCallbacks()345 void GnssAPIClient::onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) in onGnssNiCb() argument361 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 …]
84 void onGnssNiCb(uint32_t id, GnssNiNotification gnssNiNotification) final;
686 GnssNiNotification gnssNiNotification
722 GnssNiNotification gnssNiNotification