Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DGnss.cpp186 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in updateConfiguration()
187 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT; in updateConfiguration()
DGnssConfiguration.cpp46 config.flags = GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT; in setSuplEs()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h210 GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT = (1<<8), enumerator
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp726 if (mConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in gnssUpdateConfigCommand()