Home
last modified time | relevance | path

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

/aosp12/hardware/qcom/sm7250/gps/gnss/
H A DGnssAdapter.h309 bool mSendNmeaConsent; variable
638 void updateNTRIPGGAConsentCommand(bool consentAccepted) { mSendNmeaConsent = consentAccepted; } in updateNTRIPGGAConsentCommand()
644 inline bool isDgnssNmeaRequired() { return mSendNmeaConsent && in isDgnssNmeaRequired()
H A DGnssAdapter.cpp139 mSendNmeaConsent(false),
6776 params.requiresNmeaLocation, mSendNmeaConsent); in handleEnablePPENtrip()
6798 if (mSendNmeaConsent && pNtripParams->requiresNmeaLocation) { in handleEnablePPENtrip()
/aosp12/hardware/qcom/sm8150/gps/gnss/
H A DGnssAdapter.h309 bool mSendNmeaConsent; variable
638 void updateNTRIPGGAConsentCommand(bool consentAccepted) { mSendNmeaConsent = consentAccepted; } in updateNTRIPGGAConsentCommand()
644 inline bool isDgnssNmeaRequired() { return mSendNmeaConsent && in isDgnssNmeaRequired()
H A DGnssAdapter.cpp139 mSendNmeaConsent(false),
6775 params.requiresNmeaLocation, mSendNmeaConsent); in handleEnablePPENtrip()
6797 if (mSendNmeaConsent && pNtripParams->requiresNmeaLocation) { in handleEnablePPENtrip()