Home
last modified time | relevance | path

Searched refs:HIO2DevicePath (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.3/include/revolution/
Dhio2.h70 typedef LPCSTR HIO2DevicePath; typedef
72 typedef int HIO2DevicePath; typedef
114 typedef BOOL (*HIO2EnumCallback)( HIO2DevicePath path, void* param );
139 HIO2API HIO2Handle HIO2Open ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2NotifyCa…
168 typedef HIO2Handle (*HIO2OpenType) ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2N…
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h58 HIO2DevicePath m_pPathName; // Device path name
96 HIO2DevicePath GetDevicePath(int nIndex) const in GetDevicePath()
104 HIO2IF_RESULT Open(HIO2DevicePath pathName, HIO2IF_EVENT_CALLBACK callback, HIO2IF_ID& id);
187 void AddDevicePath(HIO2DevicePath pathName);
192 deque<HIO2DevicePath> m_cDevices; // Device path information
DHio2DllIf.h29 …HIO2Handle Open ( HIO2DevicePath pathName, HIO2ReceiveCallback callback, HIO2NotifyCallback noti…
/RvlSDK-3.3/build/demos/hio2demo/vc++/simple/
Dsimple.cpp30 static HIO2DevicePath l_pDevicePath = l_lpszDevicePathBuffer;
62 BOOL __EnumCallback(HIO2DevicePath pathName, void* param) in __EnumCallback()
/RvlSDK-3.3/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp44 return (pItem->m_pPathName == (HIO2DevicePath)pData) ? TRUE : FALSE; in Hio2IfCompPcChan()
67 BOOL hio2EnumCallback(HIO2DevicePath pathName, void* param) in hio2EnumCallback()
251 HIO2IF_RESULT CHio2If::Open(HIO2DevicePath pathName, HIO2IF_EVENT_CALLBACK callback, HIO2IF_ID& id) in Open()
542 void CHio2If::AddDevicePath(HIO2DevicePath pathName) in AddDevicePath()
DHio2DllIf.cpp94 HIO2Handle CHio2DllIf::Open( HIO2DevicePath pathName, HIO2ReceiveCallback callback, in Open()
/RvlSDK-3.3/build/demos/hio2demo/vc++/multi/
Dmulti.h62 HIO2DevicePath m_pDevice;
Dmulti.cpp198 HIO2DevicePath pPath = m_pHioIf->GetDevicePath(i); in HioIfInit()