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

  /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;
  /hardware/qcom/gps/msm8998/core/
ContextBase.h 53 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msm8084/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
  /hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
loc_eng.h 149 unsigned long LPP_PROFILE;
  /hardware/qcom/gps/msm8994/loc_api/libloc_api_50001/
loc_eng.h 153 uint32_t LPP_PROFILE;
  /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 809 milliseconds