Home
last modified time | relevance | path

Searched refs:m_cDevices (Results 1 – 2 of 2) sorted by relevance

/RvlSDK-3.1.4/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h93 int GetDeviceCount() const { return (int)m_cDevices.size(); } in GetDeviceCount()
96 ASSERT((nIndex >= 0) && (nIndex < (int)m_cDevices.size())); in GetDevicePath()
97 return m_cDevices[nIndex]; in GetDevicePath()
190 deque<HIO2DevicePath> m_cDevices; // device path information variable
/RvlSDK-3.1.4/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp547 m_cDevices.push_back(lpPath); in AddDevicePath()
549 m_cDevices.push_back(pathName); in AddDevicePath()
583 for (int i=0; i<(int)m_cDevices.size(); i++) delete [] m_cDevices[i]; in InitInstance()
584 m_cDevices.clear(); in InitInstance()
586 m_cDevices.clear(); in InitInstance()