Searched refs:LPP_PROFILE (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/etc/ |
D | gps.conf | 85 LPP_PROFILE = 0
|
/hardware/qcom/gps/msm8960/etc/ |
D | gps.conf | 78 LPP_PROFILE = 0
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.h | 147 unsigned long LPP_PROFILE; member
|
D | loc_eng.cpp | 120 {"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/ |
D | loc_eng.h | 151 uint32_t LPP_PROFILE; member
|
D | loc_eng.cpp | 99 {"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()
|