Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dasync_cmd.cpp80 bool AsyncCmd::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback() function in Hdc::AsyncCmd
147 …childShell = new(std::nothrow) HdcFileDescriptor(loop, fd, this, ChildReadCallback, FinishShellPro… in ExecuteCommand()
Dasync_cmd.h45 static bool ChildReadCallback(const void *context, uint8_t *buf, const int size);
/developtools/hdc/src/daemon/
Dshell.h30 static bool ChildReadCallback(const void *context, uint8_t *buf, const int size);
Dshell.cpp214 bool HdcShell::ChildReadCallback(const void *context, uint8_t *buf, const int size) in ChildReadCallback() function in Hdc::HdcShell
230 …childShell = new(std::nothrow) HdcFileDescriptor(loopTask, fdPTY, this, ChildReadCallback, FinishS… in StartShell()