Home
last modified time | relevance | path

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

/hardware/qcom/gps/msm8998/android/
DAGnss.cpp112 config.flags = GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in setServer()
DGnss.cpp156 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration()
157 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration()
/hardware/qcom/gps/msm8909w_3100/android/
DAGnss.cpp116 config.flags = GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in setServer()
DGnss.cpp156 if (gnssConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in updateConfiguration()
157 mPendingConfig.flags |= GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT; in updateConfiguration()
/hardware/qcom/gps/msm8998/location/
DLocationAPI.h213 GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT = (1<<2), enumerator
/hardware/qcom/gps/msm8909w_3100/location/
DLocationAPI.h224 GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT = (1<<2), enumerator
/hardware/qcom/gps/msm8998/gnss/
DGnssAdapter.cpp641 if (mConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in gnssUpdateConfigCommand()
/hardware/qcom/gps/msm8909w_3100/gnss/
DGnssAdapter.cpp676 if (mConfig.flags & GNSS_CONFIG_FLAGS_SET_ASSISTANCE_DATA_VALID_BIT) { in gnssUpdateConfigCommand()