Home
last modified time | relevance | path

Searched refs:CtxFileIO (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/common/
Dfile_descriptor.h21 struct CtxFileIO { struct
46 static void FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite); argument
61 std::queue<CtxFileIO *> writeQueue;
64 void PushWrite(CtxFileIO *cfio);
65 CtxFileIO *PopWrite();
69 void CtxFileIOWrite(CtxFileIO *cfio);
Dfile_descriptor.cpp59 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize, bool isWrite) in FileIOOnThread()
146 auto contextIO = new(std::nothrow) CtxFileIO(); in LoopReadOnThread()
194 auto contextIO = new(std::nothrow) CtxFileIO(); in WriteWithMem()
218 void HdcFileDescriptor::PushWrite(CtxFileIO *cfio) in PushWrite()
224 CtxFileIO *HdcFileDescriptor::PopWrite() in PopWrite()
227 CtxFileIO *cfio = nullptr; in PopWrite()
249 CtxFileIO *cfio = nullptr; in HandleWrite()
256 void HdcFileDescriptor::CtxFileIOWrite(CtxFileIO *cfio) in CtxFileIOWrite()
Dtransfer.h126 struct CtxFileIO { struct
Dtransfer.cpp73 CtxFileIO *ioContext = new(std::nothrow) CtxFileIO(); in SimpleFileIO()
205 CtxFileIO *contextIO = reinterpret_cast<CtxFileIO *>(req->data); in OnFileIO()