Home
last modified time | relevance | path

Searched refs:ipa_if_num_tether_v4_total (Results 1 – 2 of 2) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Wan.h114 for (i=0; i < ipa_if_num_tether_v4_total;i++) in isWanUP()
190 static uint32_t ipa_if_num_tether_v4_total; variable
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wan.cpp82 uint32_t IPACM_Wan::ipa_if_num_tether_v4_total = 0; member in IPACM_Wan
869 if(IPACM_Wan::ipa_if_num_tether_v4_total != 0) in event_callback()
1698 IPACM_Wan::ipa_if_num_tether_v4[IPACM_Wan::ipa_if_num_tether_v4_total] = ipa_if_num_tether; in post_wan_up_tether_evt()
1701 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_up_tether_evt()
1703 IPACM_Wan::ipa_if_num_tether_v4_total++; in post_wan_up_tether_evt()
1756 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in post_wan_down_tether_evt()
1765 if(i == IPACM_Wan::ipa_if_num_tether_v4_total) in post_wan_down_tether_evt()
1771 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v4_total; j++) in post_wan_down_tether_evt()
1775 IPACM_Wan::ipa_if_num_tether_v4_total--; in post_wan_down_tether_evt()
1777 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_down_tether_evt()
[all …]