Searched refs:ChildReadCallback (Results 1 – 4 of 4) sorted by relevance
/developtools/hdc/src/common/ |
D | async_cmd.cpp | 80 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()
|
D | async_cmd.h | 45 static bool ChildReadCallback(const void *context, uint8_t *buf, const int size);
|
/developtools/hdc/src/daemon/ |
D | shell.h | 30 static bool ChildReadCallback(const void *context, uint8_t *buf, const int size);
|
D | shell.cpp | 214 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()
|