Searched refs:feature_gtp_waa (Results 1 – 3 of 3) sorted by relevance
/hardware/qcom/sdm845/gps/sdm845/utils/ |
D | loc_cfg.cpp | 459 char feature_gtp_waa[LOC_MAX_PARAM_STRING]; member 483 {"GTP_WAA", &conf.feature_gtp_waa, NULL, 's'}, 638 if(strcmp(conf.feature_gtp_waa, "PREMIUM") == 0) { in loc_read_process_conf() 644 else if(strcmp(conf.feature_gtp_waa, "BASIC") == 0) { in loc_read_process_conf() 648 else if(strcmp(conf.feature_gtp_waa, "DISABLED") == 0) { in loc_read_process_conf()
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_cfg.cpp | 497 char feature_gtp_waa[LOC_MAX_PARAM_STRING]; member 518 {"GTP_WAA", &conf.feature_gtp_waa, NULL, 's'}, 637 if(strcmp(conf.feature_gtp_waa, "BASIC") == 0) { in loc_read_process_conf() 641 else if(strcmp(conf.feature_gtp_waa, "DISABLED") == 0) { in loc_read_process_conf()
|
/hardware/qcom/sm7150/gps/utils/ |
D | loc_cfg.cpp | 497 char feature_gtp_waa[LOC_MAX_PARAM_STRING]; member 518 {"GTP_WAA", &conf.feature_gtp_waa, NULL, 's'}, 637 if(strcmp(conf.feature_gtp_waa, "BASIC") == 0) { in loc_read_process_conf() 641 else if(strcmp(conf.feature_gtp_waa, "DISABLED") == 0) { in loc_read_process_conf()
|