Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/gps/gnss/
DGnssAdapter.h309 bool mSendNmeaConsent; variable
641 void updateNTRIPGGAConsentCommand(bool consentAccepted) { mSendNmeaConsent = consentAccepted; } in updateNTRIPGGAConsentCommand()
647 inline bool isDgnssNmeaRequired() { return mSendNmeaConsent && in isDgnssNmeaRequired()
DGnssAdapter.cpp141 mSendNmeaConsent(false),
6837 params.requiresNmeaLocation, mSendNmeaConsent); in handleEnablePPENtrip()
6859 if (mSendNmeaConsent && pNtripParams->requiresNmeaLocation) { in handleEnablePPENtrip()
/hardware/qcom/sm7250/gps/gnss/
DGnssAdapter.h309 bool mSendNmeaConsent; variable
641 void updateNTRIPGGAConsentCommand(bool consentAccepted) { mSendNmeaConsent = consentAccepted; } in updateNTRIPGGAConsentCommand()
647 inline bool isDgnssNmeaRequired() { return mSendNmeaConsent && in isDgnssNmeaRequired()
DGnssAdapter.cpp141 mSendNmeaConsent(false),
6839 params.requiresNmeaLocation, mSendNmeaConsent); in handleEnablePPENtrip()
6861 if (mSendNmeaConsent && pNtripParams->requiresNmeaLocation) { in handleEnablePPENtrip()