Home
last modified time | relevance | path

Searched refs:CHio2DllIf (Results 1 – 4 of 4) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp21 BOOL CHio2DllIf::Create() in Create()
70 void CHio2DllIf::Release() in Release()
80 s32 CHio2DllIf::EnumDevices( HIO2EnumCallback callback, void* param ) in EnumDevices()
87 BOOL CHio2DllIf::Init( void ) in Init()
94 HIO2Handle CHio2DllIf::Open( HIO2DevicePath pathName, HIO2ReceiveCallback callback, in Open()
102 BOOL CHio2DllIf::Close( HIO2Handle h ) in Close()
109 BOOL CHio2DllIf::ReadMailbox( HIO2Handle h, u32* mail ) in ReadMailbox()
116 BOOL CHio2DllIf::WriteMailbox( HIO2Handle h, u32 mail ) in WriteMailbox()
123 BOOL CHio2DllIf::Read( HIO2Handle h, u32 addr, void* buffer, s32 size ) in Read()
130 BOOL CHio2DllIf::Write( HIO2Handle h, u32 addr, const void* buffer, s32 size ) in Write()
[all …]
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h18 class CHio2DllIf
21 CHio2DllIf() { m_hDll = NULL; }; in CHio2DllIf() function
22 ~CHio2DllIf() { Release(); }; in ~CHio2DllIf()
DHio2IfHost.h149 CHio2DllIf& GetDllIf() { return m_cHio2Dll; }; in GetDllIf()
200 CHio2DllIf m_cHio2Dll; // hio2[D].dll interface
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/simple/
Dsimple.cpp23 static CHio2DllIf l_cHio2Dll;