Home
last modified time | relevance | path

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

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