Home
last modified time | relevance | path

Searched defs:bufPtr (Results 1 – 13 of 13) sorted by relevance

/developtools/hdc/src/common/
Dtask.cpp55 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
99 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
106 int HdcTaskBase::ThreadCtrlCommunicate(const uint8_t *bufPtr, const int size) in ThreadCtrlCommunicate()
Dchannel.cpp264 …e::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int si… in SendChannelWithCmd()
286 …e::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *bufPtr, const int si… in SendWithCmd()
302 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel()
330 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send()
520 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dforward.cpp207 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask()
684 int HdcForwardBase::SendForwardBuf(HCtxForward ctx, uint8_t *bufPtr, const int size) in SendForwardBuf()
Dsession.h113 uint8_t *bufPtr, const int size) in ServerCommand()
Dsession.cpp756 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo ) in SendByProtocol()
882 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, const int bufLen) in OnRead()
/developtools/hdc/test/unittest/common/include/
DHdcJdwpTest.h37 uint8_t *bufPtr, const int size) in ServerCommand()
/developtools/hdc/src/host/
Dserver_for_client.cpp198 …rClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int bu… in SendToDaemon()
704 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
755 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
796 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dserver.cpp920 uint8_t *bufPtr, const int size) in ServerCommand()
/developtools/hdc/src/test/
Dut_mod.cpp24 uint8_t *bufPtr = nullptr; in TestBaseCommand() local
75 uint8_t *bufPtr = nullptr; in TestShellExecute() local
/developtools/hdc/src/daemon/
Ddaemon.cpp460 uint8_t *bufPtr, const int size) in ServerCommand()
Ddaemon_usb.cpp515 uint8_t *bufPtr = ctxIo->buf; in OnUSBRead() local
/developtools/hdc/test/unittest/common/
Duart_test.cpp531 uint8_t *bufPtr = reinterpret_cast<uint8_t *>(&testHead); variable