Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_unity.cpp82 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local
98 delete[] bufIO; in OnFileIO()
116 contextIO->bufIO = buf; in AppendLocalLog()
Dhost_unity.h40 uint8_t *bufIO; member
/developtools/hdc/src/common/
Dfile_descriptor.cpp62 uint8_t *buf = ctxIO->bufIO; in FileIOOnThread()
159 contextIO->bufIO = buf; in LoopReadOnThread()
201 contextIO->bufIO = data; in WriteWithMem()
259 uint8_t *buf = cfio->bufIO; in CtxFileIOWrite()
Dtransfer.cpp91 ioContext->bufIO = buf + payloadPrefixReserve; in SimpleFileIO()
96 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()
101 if (bytes > 0 && memcpy_s(ioContext->bufIO, bufMaxSize, sendBuf, bytes) != EOK) { in SimpleFileIO()
105 uv_buf_t iov = uv_buf_init(reinterpret_cast<char *>(ioContext->bufIO), bytes); in SimpleFileIO()
208 uint8_t *bufIO = contextIO->bufIO; in OnFileIO() local
231 … if (!thisClass->SendIOPayload(context, context->indexIO - req->result, bufIO, req->result)) { in OnFileIO()
276 thisClass->cirbuf.Free(bufIO - payloadPrefixReserve); in OnFileIO()
Dfile_descriptor.h23 uint8_t *bufIO; member
Dforward.h59 uint8_t *bufIO; member
Dtransfer.h128 uint8_t *bufIO; member
Dforward.cpp679 delete[] ctxIO->bufIO; in SendCallbackForwardBuf()
708 ctxIO->bufIO = pDynBuf; in SendForwardBuf()