Searched refs:clearBuf (Results 1 – 2 of 2) sorted by relevance
| /RvlSDK-3.2/build/demos/hio2demo/vc++/multi/ |
| D | multi.cpp | 84 BYTE clearBuf[MULTI_BUFFER_SIZE * 2]; in HioIfEventCallback() local 91 ZeroMemory(clearBuf, sizeof(clearBuf)); in HioIfEventCallback() 92 pApp->m_pHioIf->WriteFree(id, MULTI_PC2NNGC_ADDR, clearBuf, sizeof(clearBuf), FALSE); in HioIfEventCallback()
|
| /RvlSDK-3.2/build/demos/hio2demo/vc++/dual/ |
| D | dual.cpp | 71 BYTE clearBuf[DUAL_BUFFER_SIZE]; in HioIfEventCallback() local 101 ZeroMemory(clearBuf, sizeof(clearBuf)); in HioIfEventCallback() 102 pApp->m_pHioIf->WriteFree(id, dwAddr, clearBuf, DUAL_BUFFER_SIZE, FALSE); in HioIfEventCallback()
|