Home
last modified time | relevance | path

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

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2IfHost.cpp95 l_pHio2If->GetDllIf().ReadMailbox(h, &mail); in hio2Callback()
112 l_pHio2If->GetDllIf().WriteMailbox(h, in hio2Callback()
159 l_pHio2If->GetDllIf().WriteMailbox(h, in hio2ReadAsyncCallback()
191 l_pHio2If->GetDllIf().WriteMailbox(h, in hio2WriteAsyncCallback()
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2IfHost.h149 CHio2DllIf& GetDllIf() { return m_cHio2Dll; }; in GetDllIf() function