Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dforward.cpp716 ContextForwardIO *ctxIO = (ContextForwardIO *)req->data; in SendCallbackForwardBuf() local
717 HCtxForward ctx = reinterpret_cast<HCtxForward>(ctxIO->ctxForward); in SendCallbackForwardBuf()
722 delete[] ctxIO->bufIO; in SendCallbackForwardBuf()
723 delete ctxIO; in SendCallbackForwardBuf()
746 auto ctxIO = new ContextForwardIO(); in SendForwardBuf() local
747 if (!ctxIO) { in SendForwardBuf()
751 ctxIO->ctxForward = ctx; in SendForwardBuf()
752 ctxIO->bufIO = pDynBuf; in SendForwardBuf()
755 (void *)SendCallbackForwardBuf, (void *)ctxIO); in SendForwardBuf()
759 (void *)SendCallbackForwardBuf, (void *)ctxIO); in SendForwardBuf()
Dfile_descriptor.cpp64 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize) in FileIOOnThread() argument
70 HdcFileDescriptor *thisClass = ctxIO->thisClass; in FileIOOnThread()
71 uint8_t *buf = ctxIO->bufIO; in FileIOOnThread()
179 delete ctxIO; in FileIOOnThread()
Dfile_descriptor.h46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize);