Home
last modified time | relevance | path

Searched refs:ReadAsync (Results 1 – 3 of 3) sorted by relevance

/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/
DHio2DllIf.h35 BOOL ReadAsync ( HIO2Handle h, u32 addr, void* buffer, s32 size, HIO2DmaCallback callback );
/RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/
DHio2DllIf.cpp137 BOOL CHio2DllIf::ReadAsync( HIO2Handle h, u32 addr, void* buffer, in ReadAsync() function in CHio2DllIf
DHio2IfHost.cpp345 if ( !m_cHio2Dll.ReadAsync(pStatus->m_hHIO, addr, buffer, size, hio2ReadAsyncCallback) ) in Read()
383 if ( !m_cHio2Dll.ReadAsync(pStatus->m_hHIO, addr, buffer, size, hio2ReadAsyncCallback) ) in ReadFree()