Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h142 for (i=0; i < ipa_if_num_tether_v6_total;i++) in isWanUP_V6()
192 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in delete_tether_iface()
201 if(i == IPACM_Wan::ipa_if_num_tether_v6_total) in delete_tether_iface()
206 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v6_total; j++) in delete_tether_iface()
210 IPACM_Wan::ipa_if_num_tether_v6_total--; in delete_tether_iface()
212 IPACM_Wan::ipa_if_num_tether_v6_total); in delete_tether_iface()
253 static uint32_t ipa_if_num_tether_v6_total; variable
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h173 for (i=0; i < ipa_if_num_tether_v6_total;i++) in isWanUP_V6()
223 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in delete_tether_iface()
232 if(i == IPACM_Wan::ipa_if_num_tether_v6_total) in delete_tether_iface()
237 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v6_total; j++) in delete_tether_iface()
241 IPACM_Wan::ipa_if_num_tether_v6_total--; in delete_tether_iface()
243 IPACM_Wan::ipa_if_num_tether_v6_total); in delete_tether_iface()
325 static uint32_t ipa_if_num_tether_v6_total; variable
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wan.h140 for (i=0; i < ipa_if_num_tether_v6_total;i++) in isWanUP_V6()
192 static uint32_t ipa_if_num_tether_v6_total; variable
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp83 uint32_t IPACM_Wan::ipa_if_num_tether_v6_total = 0; member in IPACM_Wan
904 if(IPACM_Wan::ipa_if_num_tether_v6_total != 0) in event_callback()
1733 IPACM_Wan::ipa_if_num_tether_v6[IPACM_Wan::ipa_if_num_tether_v6_total] = ipa_if_num_tether; in post_wan_up_tether_evt()
1736 IPACM_Wan::ipa_if_num_tether_v6_total, in post_wan_up_tether_evt()
1738 IPACM_Wan::ipa_if_num_tether_v6_total++; in post_wan_up_tether_evt()
4481 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt()
4485 tether_total = IPACM_Wan::ipa_if_num_tether_v6_total; in handle_down_evt()
4791 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt_ex()
4795 tether_total = IPACM_Wan::ipa_if_num_tether_v6_total; in handle_down_evt_ex()
4874 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt_ex()
[all …]