Home
last modified time | relevance | path

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

/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h128 for (i=0; i < ipa_if_num_tether_v4_total;i++) in isWanUP()
198 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in delete_tether_iface()
207 if(i == IPACM_Wan::ipa_if_num_tether_v4_total) in delete_tether_iface()
212 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v4_total; j++) in delete_tether_iface()
216 IPACM_Wan::ipa_if_num_tether_v4_total--; in delete_tether_iface()
218 IPACM_Wan::ipa_if_num_tether_v4_total); in delete_tether_iface()
323 static uint32_t ipa_if_num_tether_v4_total; variable
/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 …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp88 uint32_t IPACM_Wan::ipa_if_num_tether_v4_total = 0; member in IPACM_Wan
1409 if(IPACM_Wan::ipa_if_num_tether_v4_total != 0) in event_callback()
2462 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()
2465 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_up_tether_evt()
2467 IPACM_Wan::ipa_if_num_tether_v4_total++; in post_wan_up_tether_evt()
5358 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt()
5362 tether_total = IPACM_Wan::ipa_if_num_tether_v4_total; in handle_down_evt()
5655 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt_ex()
5659 tether_total = IPACM_Wan::ipa_if_num_tether_v4_total; in handle_down_evt_ex()
5794 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt_ex()
[all …]