Home
last modified time | relevance | path

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

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wan.h450 int post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h511 int post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h619 int post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether);
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp766 post_wan_up_tether_evt(data->iptype, 0); in event_callback()
769 post_wan_up_tether_evt(data->iptype, iface_ipa_index_query(data->if_index_tether)); in event_callback()
802 post_wan_up_tether_evt(data->iptype, 0); in event_callback()
805 post_wan_up_tether_evt(data->iptype, iface_ipa_index_query(data->if_index_tether)); in event_callback()
1687 int IPACM_Wan::post_wan_up_tether_evt(ipa_ip_type iptype, int ipa_if_num_tether) in post_wan_up_tether_evt() function in IPACM_Wan