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