Home
last modified time | relevance | path

Searched refs:CONSTRAINED_TIME_UNCERTAINTY_ENABLED (Results 1 – 7 of 7) sorted by relevance

/hardware/qcom/sm7150/gps/core/
DContextBase.cpp83 &mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED, NULL, 'n'},
183 mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 1; in readConfig()
185 mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0; in readConfig()
DContextBase.h70 uint32_t CONSTRAINED_TIME_UNCERTAINTY_ENABLED; member
/hardware/qcom/sm8150/gps/core/
DContextBase.cpp83 &mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED, NULL, 'n'},
183 mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 1; in readConfig()
185 mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0; in readConfig()
DContextBase.h70 uint32_t CONSTRAINED_TIME_UNCERTAINTY_ENABLED; member
/hardware/qcom/sm8150p/gps/core/
DContextBase.cpp81 …{"CONSTRAINED_TIME_UNCERTAINTY_ENABLED", &mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED, …
174 mGps_conf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED = 0; in readConfig()
DContextBase.h70 uint32_t CONSTRAINED_TIME_UNCERTAINTY_ENABLED; member
/hardware/qcom/sm8150p/gps/gnss/
DGnssAdapter.cpp799 gpsConf.CONSTRAINED_TIME_UNCERTAINTY_ENABLED == 1, in setConfig()