HomeSort by relevance Sort by last modified time
    Searched refs:SUPL_VER (Results 1 - 25 of 26) sorted by null

1 2

  /hardware/qcom/gps/msm8084/etc/
gps.conf 37 SUPL_VER=0x10000
  /hardware/qcom/gps/msm8909/etc/
gps.conf 38 SUPL_VER=0x10000
  /hardware/qcom/gps/msm8994/etc/
gps.conf 44 SUPL_VER=0x10000
  /hardware/qcom/gps/msm8996/etc/
gps.conf 38 SUPL_VER=0x10000
  /hardware/qcom/gps/etc/
gps.conf 47 SUPL_VER=0x10000
  /hardware/qcom/gps/msm8960/etc/
gps.conf 42 SUPL_VER=0x10000
  /hardware/qcom/gps/msm8998/etc/
gps.conf 41 SUPL_VER=0x10000
  /hardware/qcom/gps/sdm845/etc/
gps.conf 41 SUPL_VER=0x10000
138 # SUPL_VER
  /hardware/qcom/gps/msm8909/core/
ContextBase.h 48 uint32_t SUPL_VER;
  /hardware/qcom/gps/msm8996/core/
ContextBase.h 48 uint32_t SUPL_VER;
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 49 uint32_t SUPL_VER;
ContextBase.cpp 49 {"SUPL_VER", &mGps_conf.SUPL_VER, NULL, 'n'},
98 mGps_conf.SUPL_VER = 0x10000;
  /hardware/qcom/gps/sdm845/core/
ContextBase.h 49 uint32_t SUPL_VER;
ContextBase.cpp 49 {"SUPL_VER", &mGps_conf.SUPL_VER, NULL, 'n'},
98 mGps_conf.SUPL_VER = 0x10000;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 146 unsigned long SUPL_VER;
loc_eng.cpp 101 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
131 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 150 uint32_t SUPL_VER;
loc_eng.cpp 100 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
144 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 151 uint32_t SUPL_VER;
loc_eng.cpp 100 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
141 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 150 uint32_t SUPL_VER;
loc_eng.cpp 100 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
144 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.cpp 98 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
142 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 98 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'},
142 gps_conf.SUPL_VER = 0x10000;
    [all...]
  /hardware/qcom/gps/msm8998/gnss/
GnssAdapter.cpp 510 mApi.setSUPLVersion(mAdapter.convertSuplVersion(ContextBase::mGps_conf.SUPL_VER));
631 if (newSuplVersion != ContextBase::mGps_conf.SUPL_VER) {
632 ContextBase::mGps_conf.SUPL_VER = newSuplVersion;
    [all...]

Completed in 1055 milliseconds

1 2