Searched refs:ip_passthrough_mode (Results 1 – 8 of 8) sorted by relevance
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/ |
D | IPACM_Xml.h | 282 bool ip_passthrough_mode; member
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/ |
D | IPACM_Xml.h | 282 bool ip_passthrough_mode; member
|
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/ |
D | IPACM_Xml.cpp | 211 config->ip_passthrough_mode = true; in ipacm_cfg_xml_parse_tree() 212 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree() 216 config->ip_passthrough_mode = false; in ipacm_cfg_xml_parse_tree() 217 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
|
D | IPACM_Config.cpp | 289 ipacm_ip_passthrough_mode = cfg->ip_passthrough_mode; in Init()
|
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Xml.cpp | 211 config->ip_passthrough_mode = true; in ipacm_cfg_xml_parse_tree() 212 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree() 216 config->ip_passthrough_mode = false; in ipacm_cfg_xml_parse_tree() 217 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
|
D | IPACM_Config.cpp | 298 ipacm_ip_passthrough_mode = cfg->ip_passthrough_mode; in Init()
|
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/ |
D | IPACM_Xml.cpp | 220 config->ip_passthrough_mode = true; in ipacm_cfg_xml_parse_tree() 221 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree() 225 config->ip_passthrough_mode = false; in ipacm_cfg_xml_parse_tree() 226 … IPACMDBG_H("Passthrough enable %d buf(%d)\n", config->ip_passthrough_mode, atoi(content_buf)); in ipacm_cfg_xml_parse_tree()
|
D | IPACM_Config.cpp | 310 ipacm_ip_passthrough_mode = cfg->ip_passthrough_mode; in Init()
|