Home
last modified time | relevance | path

Searched refs:ip_passthrough_mode (Results 1 – 3 of 3) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Xml.h282 bool ip_passthrough_mode; member
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Xml.cpp211 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()
DIPACM_Config.cpp289 ipacm_ip_passthrough_mode = cfg->ip_passthrough_mode; in Init()