Home
last modified time | relevance | path

Searched refs:DEVICE_NAME (Results 1 – 24 of 24) sorted by relevance

/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
DIPACM_Header.cpp41 static const char *DEVICE_NAME = "/dev/ipa"; variable
47 m_fd = open(DEVICE_NAME, O_RDWR); in IPACM_Header()
50 IPACMERR("Failed to open %s in IPACM_Header test application constructor.\n", DEVICE_NAME); in IPACM_Header()
DIPACM_Routing.cpp49 const char *IPACM_Routing::DEVICE_NAME = "/dev/ipa"; member in IPACM_Routing
53 m_fd = open(DEVICE_NAME, O_RDWR); in IPACM_Routing()
56 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in IPACM_Routing()
DIPACM_OffloadManager.cpp50 const char *IPACM_OffloadManager::DEVICE_NAME = "/dev/wwan_ioctl"; member in IPACM_OffloadManager
530 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) in setQuota()
532 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in setQuota()
564 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) { in getStats()
565 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in getStats()
670 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) { in resetTetherStats()
671 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in resetTetherStats()
DIPACM_Filtering.cpp51 const char *IPACM_Filtering::DEVICE_NAME = "/dev/ipa"; member in IPACM_Filtering
55 fd = open(DEVICE_NAME, O_RDWR); in IPACM_Filtering()
58 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in IPACM_Filtering()
DIPACM_Config.cpp47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa"; member in IPACM_Config
173 m_fd = open(DEVICE_NAME, O_RDWR); in Init()
176 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in Init()
DIPACM_Iface.cpp55 const char *IPACM_Iface::DEVICE_NAME = "/dev/ipa"; member in IPACM_Iface
510 fd = open(DEVICE_NAME, O_RDWR); in query_iface_property()
514 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in query_iface_property()
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/src/
DIPACM_Header.cpp41 static const char *DEVICE_NAME = "/dev/ipa"; variable
47 m_fd = open(DEVICE_NAME, O_RDWR); in IPACM_Header()
50 IPACMERR("Failed to open %s in IPACM_Header test application constructor.\n", DEVICE_NAME); in IPACM_Header()
DIPACM_Routing.cpp49 const char *IPACM_Routing::DEVICE_NAME = "/dev/ipa"; member in IPACM_Routing
53 m_fd = open(DEVICE_NAME, O_RDWR); in IPACM_Routing()
56 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in IPACM_Routing()
DIPACM_OffloadManager.cpp50 const char *IPACM_OffloadManager::DEVICE_NAME = "/dev/wwan_ioctl"; member in IPACM_OffloadManager
576 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) in setQuota()
578 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in setQuota()
619 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) { in getStats()
620 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in getStats()
731 if ((fd = open(DEVICE_NAME, O_RDWR)) < 0) { in resetTetherStats()
732 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in resetTetherStats()
DIPACM_Filtering.cpp51 const char *IPACM_Filtering::DEVICE_NAME = "/dev/ipa"; member in IPACM_Filtering
55 fd = open(DEVICE_NAME, O_RDWR); in IPACM_Filtering()
58 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in IPACM_Filtering()
DIPACM_Config.cpp47 const char *IPACM_Config::DEVICE_NAME = "/dev/ipa"; member in IPACM_Config
182 m_fd = open(DEVICE_NAME, O_RDWR); in Init()
185 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in Init()
DIPACM_Iface.cpp55 const char *IPACM_Iface::DEVICE_NAME = "/dev/ipa"; member in IPACM_Iface
516 fd = open(DEVICE_NAME, O_RDWR); in query_iface_property()
520 IPACMERR("Failed opening %s.\n", DEVICE_NAME); in query_iface_property()
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/inc/
DIPACM_Routing.h71 static const char *DEVICE_NAME;
DIPACM_Filtering.h71 static const char *DEVICE_NAME;
DIPACM_Iface.h150 static const char *DEVICE_NAME;
DIPACM_OffloadManager.h113 static const char *DEVICE_NAME; variable
DIPACM_Config.h351 static const char *DEVICE_NAME; variable
/hardware/qcom/sdm845/data/ipacfg-mgr/ipacm/inc/
DIPACM_Routing.h71 static const char *DEVICE_NAME;
DIPACM_Filtering.h71 static const char *DEVICE_NAME;
DIPACM_Iface.h151 static const char *DEVICE_NAME;
DIPACM_OffloadManager.h117 static const char *DEVICE_NAME; variable
DIPACM_Config.h356 static const char *DEVICE_NAME; variable
/hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp95 #define DEVICE_NAME "/dev/video/venus_dec" macro
97 #define DEVICE_NAME "/dev/video/q6_dec" macro
1244 OMX_STRING device_name = (OMX_STRING)DEVICE_NAME; in component_init()
/hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/src/
Domx_vdec_hevc.cpp91 #define DEVICE_NAME "/dev/video/venus_dec" macro
93 #define DEVICE_NAME "/dev/video/q6_dec" macro
1239 OMX_STRING device_name = (OMX_STRING)DEVICE_NAME; in component_init()