Home
last modified time | relevance | path

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

/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/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Wan.cpp83 uint32_t IPACM_Wan::ipa_if_num_tether_v6_total = 0; member in IPACM_Wan
898 if(IPACM_Wan::ipa_if_num_tether_v6_total != 0) in event_callback()
1710 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()
1713 IPACM_Wan::ipa_if_num_tether_v6_total, in post_wan_up_tether_evt()
1715 IPACM_Wan::ipa_if_num_tether_v6_total++; in post_wan_up_tether_evt()
1784 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in post_wan_down_tether_evt()
1793 if(i == IPACM_Wan::ipa_if_num_tether_v6_total) in post_wan_down_tether_evt()
1799 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v6_total; j++) in post_wan_down_tether_evt()
1803 IPACM_Wan::ipa_if_num_tether_v6_total--; in post_wan_down_tether_evt()
1805 IPACM_Wan::ipa_if_num_tether_v6_total, in post_wan_down_tether_evt()
[all …]
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp89 uint32_t IPACM_Wan::ipa_if_num_tether_v6_total = 0; member in IPACM_Wan
1444 if(IPACM_Wan::ipa_if_num_tether_v6_total != 0) in event_callback()
2476 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()
2479 IPACM_Wan::ipa_if_num_tether_v6_total, in post_wan_up_tether_evt()
2481 IPACM_Wan::ipa_if_num_tether_v6_total++; in post_wan_up_tether_evt()
5388 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt()
5392 tether_total = IPACM_Wan::ipa_if_num_tether_v6_total; in handle_down_evt()
5726 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt_ex()
5730 tether_total = IPACM_Wan::ipa_if_num_tether_v6_total; in handle_down_evt_ex()
5816 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v6_total; i++) in handle_down_evt_ex()
[all …]