Searched refs:feature_free_wifi_scan_inject (Results 1 – 4 of 4) sorted by relevance
/hardware/qcom/sm8150p/gps/utils/ |
D | loc_cfg.cpp | 491 char feature_free_wifi_scan_inject[LOC_MAX_PARAM_STRING]; member 512 {"FREE_WIFI_SCAN_INJECT", &conf.feature_free_wifi_scan_inject, NULL, 's'}, 670 if(strcmp(conf.feature_free_wifi_scan_inject, "BASIC") == 0) { in loc_read_process_conf() 674 else if(strcmp(conf.feature_free_wifi_scan_inject, "DISABLED") == 0) { in loc_read_process_conf() 677 else if(strcmp(conf.feature_free_wifi_scan_inject, "PREMIUM") == 0) { in loc_read_process_conf()
|
/hardware/qcom/sm8150/gps/utils/ |
D | loc_cfg.cpp | 509 char feature_free_wifi_scan_inject[LOC_MAX_PARAM_STRING]; member 530 {"FREE_WIFI_SCAN_INJECT", &conf.feature_free_wifi_scan_inject, NULL, 's'}, 706 if (strcmp(conf.feature_free_wifi_scan_inject, "BASIC") == 0) { in loc_read_process_conf() 710 else if (strcmp(conf.feature_free_wifi_scan_inject, "DISABLED") == 0) { in loc_read_process_conf() 713 else if (strcmp(conf.feature_free_wifi_scan_inject, "PREMIUM") == 0) { in loc_read_process_conf()
|
/hardware/qcom/sm7250/gps/utils/ |
D | loc_cfg.cpp | 509 char feature_free_wifi_scan_inject[LOC_MAX_PARAM_STRING]; member 530 {"FREE_WIFI_SCAN_INJECT", &conf.feature_free_wifi_scan_inject, NULL, 's'}, 706 if (strcmp(conf.feature_free_wifi_scan_inject, "BASIC") == 0) { in loc_read_process_conf() 710 else if (strcmp(conf.feature_free_wifi_scan_inject, "DISABLED") == 0) { in loc_read_process_conf() 713 else if (strcmp(conf.feature_free_wifi_scan_inject, "PREMIUM") == 0) { in loc_read_process_conf()
|
/hardware/qcom/sm7150/gps/utils/ |
D | loc_cfg.cpp | 500 char feature_free_wifi_scan_inject[LOC_MAX_PARAM_STRING]; member 521 {"FREE_WIFI_SCAN_INJECT", &conf.feature_free_wifi_scan_inject, NULL, 's'}, 686 if(strcmp(conf.feature_free_wifi_scan_inject, "BASIC") == 0) { in loc_read_process_conf() 690 else if(strcmp(conf.feature_free_wifi_scan_inject, "DISABLED") == 0) { in loc_read_process_conf() 693 else if(strcmp(conf.feature_free_wifi_scan_inject, "PREMIUM") == 0) { in loc_read_process_conf()
|