Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h95 int GetDeviceCount() const { return (int)m_cDevices.size(); } in GetDeviceCount()
98 ASSERT((nIndex >= 0) && (nIndex < (int)m_cDevices.size())); in GetDevicePath()
99 return m_cDevices[nIndex]; in GetDevicePath()
192 deque<HIO2DevicePath> m_cDevices; // Device path information variable
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp547 m_cDevices.push_back(lpPath); in AddDevicePath()
549 m_cDevices.push_back(pathName); in AddDevicePath()
585 for (int i=0; i<(int)m_cDevices.size(); i++) delete [] m_cDevices[i]; in InitInstance()
586 m_cDevices.clear(); in InitInstance()
588 m_cDevices.clear(); in InitInstance()