Home
last modified time | relevance | path

Searched refs:LPP_PROFILE (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/gps/etc/
Dgps.conf85 LPP_PROFILE = 0
/hardware/qcom/gps/msm8960/etc/
Dgps.conf78 LPP_PROFILE = 0
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/
Dloc_eng.h147 unsigned long LPP_PROFILE; member
Dloc_eng.cpp120 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
161 gps_conf.LPP_PROFILE = 0; in loc_default_parameters()
1487 adapter->sendMsg(new LocEngLppConfig(adapter, gps_conf.LPP_PROFILE)); in loc_eng_reinit()
/hardware/qcom/gps/loc_api/libloc_api_50001/
Dloc_eng.h151 uint32_t LPP_PROFILE; member
Dloc_eng.cpp99 {"LPP_PROFILE", &gps_conf.LPP_PROFILE, NULL, 'n'},
166 gps_conf.LPP_PROFILE = 0; in loc_default_parameters()
1760 adapter->sendMsg(new LocEngLppConfig(adapter, gps_conf.LPP_PROFILE)); in loc_eng_reinit()
2699 if (gps_conf_tmp.LPP_PROFILE != gps_conf.LPP_PROFILE) { in loc_eng_configuration_update()
2700 adapter->sendMsg(new LocEngLppConfig(adapter, gps_conf.LPP_PROFILE)); in loc_eng_configuration_update()
2709 gps_conf_tmp.LPP_PROFILE = gps_conf.LPP_PROFILE; in loc_eng_configuration_update()