Home
last modified time | relevance | path

Searched defs:bufPtr (Results 1 - 14 of 14) sorted by relevance

/developtools/hdc/test/unittest/common/include/
H A DHdcJdwpTest.h36 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument
/developtools/hdc/src/common/
H A Dchannel.h44 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() argument
H A Dtask.cpp55 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother() argument
105 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand() argument
112 int HdcTaskBase::ThreadCtrlCommunicate(const uint8_t *bufPtr, const int size) in ThreadCtrlCommunicate() argument
H A Dchannel.cpp270 void HdcChannelBase::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int size) in SendChannelWithCmd() argument
292 void HdcChannelBase::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *bufPtr, const int size) in SendWithCmd() argument
310 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size) in SendChannel() argument
338 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send() argument
565 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient() argument
[all...]
H A Dsession.h115 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument
H A Dforward.cpp217 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const int bufSize) in SendToTask() argument
736 int HdcForwardBase::SendForwardBuf(HCtxForward ctx, uint8_t *bufPtr, const int size) in SendForwardBuf() argument
H A Dsession.cpp788 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol() argument
915 int HdcSessionBase::OnRead(HSession hSession, uint8_t *bufPtr, cons argument
[all...]
/developtools/hdc/src/test/
H A Dut_mod.cpp24 uint8_t *bufPtr = nullptr; in TestBaseCommand() local
75 uint8_t *bufPtr = nullptr; TestShellExecute() local
[all...]
/developtools/hdc/test/unittest/common/
H A Duart_test.cpp531 uint8_t *bufPtr = reinterpret_cast<uint8_t *>(&testHead); in HWTEST_F() local
[all...]
/developtools/hdc/src/daemon/
H A Ddaemon_usb.cpp589 uint8_t *bufPtr = ctxIo->buf; in OnUSBRead() local
H A Ddaemon.cpp952 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) InitMod() argument
/developtools/hiperf/src/
H A Dspe_decoder.cpp251 static int SpePktOutString(int *err, char **bufPtr, size_t *bufLen, in SpePktOutString() argument
/developtools/hdc/src/host/
H A Dserver.cpp959 ServerCommand(const uint32_t sessionId, const uint32_t channelId, const uint16_t command, uint8_t *bufPtr, const int size) ServerCommand() argument
H A Dserver_for_client.cpp202 bool HdcServerForClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int bufSize) in SendToDaemon() argument
728 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession() argument
791 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake() argument
835 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel() argument
[all...]

Completed in 15 milliseconds