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); argument
61 std::queue<CtxFileIO *> writeQueue;
64 void PushWrite(CtxFileIO *cfio);
65 CtxFileIO *PopWrite();
69 void CtxFileIOWrite(CtxFileIO *cfio);
Dfile_descriptor.cpp64 void HdcFileDescriptor::FileIOOnThread(CtxFileIO *ctxIO, int bufSize) in FileIOOnThread()
195 auto contextIO = new(std::nothrow) CtxFileIO(); in LoopReadOnThread()
250 auto contextIO = new(std::nothrow) CtxFileIO(); in WriteWithMem()
274 void HdcFileDescriptor::PushWrite(CtxFileIO *cfio) in PushWrite()
280 CtxFileIO *HdcFileDescriptor::PopWrite() in PopWrite()
283 CtxFileIO *cfio = nullptr; in PopWrite()
305 CtxFileIO *cfio = nullptr; in HandleWrite()
312 void HdcFileDescriptor::CtxFileIOWrite(CtxFileIO *cfio) in CtxFileIOWrite()
Dtransfer.h126 struct CtxFileIO { struct
Dtransfer.cpp72 CtxFileIO *ioContext = new(std::nothrow) CtxFileIO(); in SimpleFileIO()
204 CtxFileIO *contextIO = reinterpret_cast<CtxFileIO *>(req->data); in OnFileIO()