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

1 2

  /hardware/qcom/gps/msm8084/etc/
gps.conf 85 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8909/etc/
gps.conf 95 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/etc/
gps.conf 104 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8909w_3100/etc/
gps.conf 98 LPP_PROFILE = 2
143 # LPP_PROFILE
  /hardware/qcom/gps/msm8960/etc/
gps.conf 78 LPP_PROFILE = 0
  /hardware/qcom/gps/msm8998/etc/
gps.conf 98 LPP_PROFILE = 2
  /hardware/qcom/gps/msm8909/core/
ContextBase.h 51 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msm8996/core/
ContextBase.h 51 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msm8909w_3100/core/
ContextBase.h 53 uint32_t LPP_PROFILE;
ContextBase.cpp 50 {"LPP_PROFILE", &mGps_conf.LPP_PROFILE, NULL, 'n'},
106 mGps_conf.LPP_PROFILE = 0;
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 53 uint32_t LPP_PROFILE;
ContextBase.cpp 50 {"LPP_PROFILE", &mGps_conf.LPP_PROFILE, NULL, 'n'},
103 mGps_conf.LPP_PROFILE = 0;
  /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/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/msm8909/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/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...]
  /frameworks/base/services/core/java/com/android/server/location/
GnssLocationProvider.java 448 // Persist property for LPP_PROFILE
449 private final static String LPP_PROFILE = "persist.sys.gps.lpp";
615 String lpp_profile = mProperties.getProperty("LPP_PROFILE"); local
616 // set the persist property LPP_PROFILE for the value
617 if (lpp_profile != null) {
618 SystemProperties.set(LPP_PROFILE, lpp_profile);
622 SystemProperties.set(LPP_PROFILE, "");
661 String lpp_prof = SystemProperties.get(LPP_PROFILE);
    [all...]

Completed in 463 milliseconds

1 2