Home
last modified time | relevance | path

Searched refs:bufIO (Results 1 – 8 of 8) sorted by relevance

/developtools/hdc/src/host/
Dhost_unity.cpp86 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local
102 delete[] bufIO; in OnFileIO()
120 contextIO->bufIO = buf; in AppendLocalLog()
Dhost_unity.h40 uint8_t *bufIO; member
/developtools/hdc/src/common/
Dfile_descriptor.cpp71 uint8_t *buf = ctxIO->bufIO; in FileIOOnThread()
208 contextIO->bufIO = buf; in LoopReadOnThread()
257 contextIO->bufIO = data; in WriteWithMem()
315 uint8_t *buf = cfio->bufIO; in CtxFileIOWrite()
Dtransfer.cpp90 ioContext->bufIO = buf + payloadPrefixReserve; in SimpleFileIO()
95 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()
100 if (bytes > 0 && memcpy_s(ioContext->bufIO, bufMaxSize, sendBuf, bytes) != EOK) { in SimpleFileIO()
104 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()
207 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local
230 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()
274 thisClass->cirbuf.Free(bufIO - payloadPrefixReserve); in OnFileIO()
Dfile_descriptor.h23 uint8_t *bufIO; member
Dtransfer.h128 uint8_t *bufIO; member
Dforward.h61 uint8_t *bufIO; member
Dforward.cpp722 delete[] ctxIO->bufIO; in SendCallbackForwardBuf()
752 ctxIO->bufIO = pDynBuf; in SendForwardBuf()