HomeSort by relevance Sort by last modified time
    Searched refs:LPP_PROFILE (Results 1 - 22 of 22) sorted by null

  /hardware/qcom/gps/etc/
gps.conf 101 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8084/etc/
gps.conf 85 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8909/etc/
gps.conf 101 LPP_PROFILE = 2
  /hardware/qcom/gps/msm8994/etc/
gps.conf 101 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8996/etc/
gps.conf 95 LPP_PROFILE = 2
  /hardware/qcom/gps/msmcobalt/etc/
gps.conf 95 LPP_PROFILE = 2
136 # LPP_PROFILE
  /hardware/qcom/gps/msm8960/etc/
gps.conf 78 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8996/core/
ContextBase.h 51 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msmcobalt/core/
ContextBase.h 52 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 149 unsigned long LPP_PROFILE;
loc_eng.cpp 120 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
161 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
loc_eng.cpp 101 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
148 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
loc_eng.cpp 101 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
171 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/msm8909/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
loc_eng.cpp 101 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
148 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
loc_eng.cpp 101 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
148 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/msm8996/loc_api/libloc_api_50001/
loc_eng.cpp 99 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
146 gps_conf.LPP_PROFILE = 0;
    [all...]
  /hardware/qcom/gps/msmcobalt/loc_api/libloc_api_50001/
loc_eng.cpp 87 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
140 gps_conf.LPP_PROFILE = 0;
    [all...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 396 // Persist property for LPP_PROFILE
397 private final static String LPP_PROFILE = "persist.sys.gps.lpp";
553 String lpp_profile = mProperties.getProperty("LPP_PROFILE"); local
554 // set the persist property LPP_PROFILE for VZW
555 SystemProperties.set(LPP_PROFILE, lpp_profile);
558 SystemProperties.set(LPP_PROFILE, "");
630 String lpp_prof = SystemProperties.get(LPP_PROFILE);
633 properties.setProperty("LPP_PROFILE", lpp_prof)
    [all...]

Completed in 6080 milliseconds