Home
last modified time | relevance | path

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

/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Wan.h116 for (i=0; i < ipa_if_num_tether_v4_total;i++) in isWanUP()
167 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in delete_tether_iface()
176 if(i == IPACM_Wan::ipa_if_num_tether_v4_total) in delete_tether_iface()
181 for(j = i+1; j < IPACM_Wan::ipa_if_num_tether_v4_total; j++) in delete_tether_iface()
185 IPACM_Wan::ipa_if_num_tether_v4_total--; in delete_tether_iface()
187 IPACM_Wan::ipa_if_num_tether_v4_total); in delete_tether_iface()
251 static uint32_t ipa_if_num_tether_v4_total; variable
/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/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Wan.cpp82 uint32_t IPACM_Wan::ipa_if_num_tether_v4_total = 0; member in IPACM_Wan
875 if(IPACM_Wan::ipa_if_num_tether_v4_total != 0) in event_callback()
1719 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()
1722 IPACM_Wan::ipa_if_num_tether_v4_total, in post_wan_up_tether_evt()
1724 IPACM_Wan::ipa_if_num_tether_v4_total++; in post_wan_up_tether_evt()
4452 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt()
4456 tether_total = IPACM_Wan::ipa_if_num_tether_v4_total; in handle_down_evt()
4735 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt_ex()
4739 tether_total = IPACM_Wan::ipa_if_num_tether_v4_total; in handle_down_evt_ex()
4852 for (i=0; i < IPACM_Wan::ipa_if_num_tether_v4_total; i++) in handle_down_evt_ex()
[all …]