Searched refs:ReadAsync (Results 1 – 3 of 3) sorted by relevance
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/include/ |
| D | Hio2DllIf.h | 35 BOOL ReadAsync ( HIO2Handle h, u32 addr, void* buffer, s32 size, HIO2DmaCallback callback );
|
| /RvlSDK-3.2.2/build/demos/hio2demo/vc++/HioIf/src/ |
| D | Hio2DllIf.cpp | 137 BOOL CHio2DllIf::ReadAsync( HIO2Handle h, u32 addr, void* buffer, in ReadAsync() function in CHio2DllIf
|
| D | Hio2IfHost.cpp | 345 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()
|