/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/msm8960/etc/ |
gps.conf | 78 LPP_PROFILE = 0
|
/hardware/qcom/gps/msm8996/core/ |
ContextBase.h | 51 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...] |
/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"; 549 String lpp_profile = mProperties.getProperty("LPP_PROFILE"); local 550 // set the persist property LPP_PROFILE for VZW 551 SystemProperties.set(LPP_PROFILE, lpp_profile); 554 SystemProperties.set(LPP_PROFILE, ""); 626 String lpp_prof = SystemProperties.get(LPP_PROFILE); 629 properties.setProperty("LPP_PROFILE", lpp_prof) [all...] |