Home
last modified time | relevance | path

Searched refs:handle_wlan_SCC_MCC_switch (Results 1 – 4 of 4) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wan.h498 void handle_wlan_SCC_MCC_switch(bool, ipa_ip_type);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h561 void handle_wlan_SCC_MCC_switch(bool, ipa_ip_type);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h663 void handle_wlan_SCC_MCC_switch(bool, ipa_ip_type);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp1232 handle_wlan_SCC_MCC_switch(true, IPA_IP_v4); in event_callback()
1233 handle_wlan_SCC_MCC_switch(true, IPA_IP_v6); in event_callback()
1239 handle_wlan_SCC_MCC_switch(true, ip_type); in event_callback()
1251 handle_wlan_SCC_MCC_switch(false, IPA_IP_v4); in event_callback()
1252 handle_wlan_SCC_MCC_switch(false, IPA_IP_v6); in event_callback()
1258 handle_wlan_SCC_MCC_switch(false, ip_type); in event_callback()
5890 void IPACM_Wan::handle_wlan_SCC_MCC_switch(bool isSCCMode, ipa_ip_type iptype) in handle_wlan_SCC_MCC_switch() function in IPACM_Wan