Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DGnss.cpp187 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in updateConfiguration()
188 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/msm8909w_3100/android/
DGnss.cpp187 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in updateConfiguration()
188 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.h219 GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT = (1<<8), enumerator
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h230 GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT = (1<<8), enumerator
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp742 if (mConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in gnssUpdateConfigCommand()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp787 if (mConfig.flags & GNSS_CONFIG_FLAGS_SUPL_EM_SERVICES_BIT) { in gnssUpdateConfigCommand()