Home
last modified time | relevance | path

Searched refs:pAlgPorts (Results 1 – 5 of 5) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Config.cpp426 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument
428 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()
436 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()
437 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp435 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument
437 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()
445 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()
446 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/src/
DIPACM_Config.cpp447 int IPACM_Config::GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts) in GetAlgPorts() argument
449 if (nPorts <= 0 || pAlgPorts == NULL) in GetAlgPorts()
457 pAlgPorts[cnt].protocol = alg_table[cnt].protocol; in GetAlgPorts()
458 pAlgPorts[cnt].port = alg_table[cnt].port; in GetAlgPorts()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Config.h215 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);
/hardware/qcom/sm8150/data/ipacfg-mgr/ipacm/inc/
DIPACM_Config.h222 int GetAlgPorts(int nPorts, ipacm_alg *pAlgPorts);