Searched refs:SUPL_VER (Results 1 – 6 of 6) sorted by relevance
/hardware/qcom/gps/etc/ |
D | gps.conf | 37 SUPL_VER=0x10000
|
/hardware/qcom/gps/msm8960/etc/ |
D | gps.conf | 42 SUPL_VER=0x10000
|
/hardware/qcom/gps/msm8960/loc_api/libloc_api_50001/ |
D | loc_eng.h | 144 unsigned long SUPL_VER; member
|
D | loc_eng.cpp | 101 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'}, 131 gps_conf.SUPL_VER = 0x10000; in loc_default_parameters() 1486 adapter->sendMsg(new LocEngSuplVer(adapter, gps_conf.SUPL_VER)); in loc_eng_reinit()
|
/hardware/qcom/gps/loc_api/libloc_api_50001/ |
D | loc_eng.h | 149 uint32_t SUPL_VER; member
|
D | loc_eng.cpp | 98 {"SUPL_VER", &gps_conf.SUPL_VER, NULL, 'n'}, 136 gps_conf.SUPL_VER = 0x10000; in loc_default_parameters() 1759 adapter->sendMsg(new LocEngSuplVer(adapter, gps_conf.SUPL_VER)); in loc_eng_reinit() 2696 if (gps_conf_tmp.SUPL_VER != gps_conf.SUPL_VER) { in loc_eng_configuration_update() 2697 adapter->sendMsg(new LocEngSuplVer(adapter, gps_conf.SUPL_VER)); in loc_eng_configuration_update() 2708 gps_conf_tmp.SUPL_VER = gps_conf.SUPL_VER; in loc_eng_configuration_update()
|