Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dhdc_ssl.cpp91 int HdcSSLBase::DoSSLWrite(const int bufLen, uint8_t *bufPtr) in DoSSLWrite()
106 int HdcSSLBase::Encrypt(const int bufLen, uint8_t *bufPtr) in Encrypt()
117 int HdcSSLBase::DoSSLRead(const int bufLen, int &index, uint8_t *bufPtr) in DoSSLRead()
137 int HdcSSLBase::DoBIOWrite(uint8_t *bufPtr, const int nread) const in DoBIOWrite()
142 int HdcSSLBase::DoBIORead(uint8_t *bufPtr, const int bufLen) const in DoBIORead()
217 int HdcSSLBase::GetPskEncrypt(unsigned char *bufPtr, const int bufLen, const string &pubkey) in GetPskEncrypt()
229 int HdcSSLBase::Decrypt(const int nread, const int bufLen, uint8_t *bufPtr, int &index) in Decrypt()
Dtask.cpp60 bool HdcTaskBase::SendToAnother(const uint16_t command, uint8_t *bufPtr, const int size) in SendToAnother()
110 bool HdcTaskBase::ServerCommand(const uint16_t command, uint8_t *bufPtr, const int size) in ServerCommand()
117 int HdcTaskBase::ThreadCtrlCommunicate(const uint8_t *bufPtr, const int size) in ThreadCtrlCommunicate()
Dchannel.cpp302 …e::SendChannelWithCmd(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int si… in SendChannelWithCmd()
331 …e::SendWithCmd(const uint32_t channelId, const uint16_t commandFlag, uint8_t *bufPtr, const int si… in SendWithCmd()
349 void HdcChannelBase::SendChannel(HChannel hChannel, uint8_t *bufPtr, const int size, const uint16_t… in SendChannel()
400 void HdcChannelBase::Send(const uint32_t channelId, uint8_t *bufPtr, const int size) in Send()
768 void HdcChannelBase::EchoToClient(HChannel hChannel, uint8_t *bufPtr, const int size) in EchoToClient()
Dchannel.h45 virtual int ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dforward.cpp240 bool HdcForwardBase::SendToTask(const uint32_t cid, const uint16_t command, uint8_t *bufPtr, const … in SendToTask()
834 int HdcForwardBase::SendForwardBuf(HCtxForward ctx, uint8_t *bufPtr, const int size) in SendForwardBuf()
Dsession.h128 uint8_t *bufPtr, const int size) in ServerCommand()
Dsession.cpp862 int HdcSessionBase::SendByProtocol(HSession hSession, uint8_t *bufPtr, const int bufLen, bool echo) in SendByProtocol()
1001 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/test/
Dut_mod.cpp24 uint8_t *bufPtr = nullptr; in TestBaseCommand() local
75 uint8_t *bufPtr = nullptr; in TestShellExecute() local
/developtools/hdc/src/host/
Dserver_for_client.cpp338 …rClient::SendToDaemon(HChannel hChannel, const uint16_t commandFlag, uint8_t *bufPtr, const int bu… in SendToDaemon()
961 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
1011 int HdcServerForClient::BindChannelToSession(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in BindChannelToSession()
1077 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake()
1122 int HdcServerForClient::ReadChannel(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ReadChannel()
Dserver.cpp1251 uint8_t *bufPtr, const int size) in ServerCommand()
/developtools/hdc/test/unittest/common/
Duart_test.cpp531 uint8_t *bufPtr = reinterpret_cast<uint8_t *>(&testHead); variable
/developtools/hdc/src/daemon/
Ddaemon_usb.cpp599 uint8_t *bufPtr = ctxIo->buf; in OnUSBRead() local
Ddaemon.cpp1072 uint8_t *bufPtr, const int size) in InitMod()
/developtools/hiperf/src/
Dspe_decoder.cpp254 static int SpePktOutString(int *err, char **bufPtr, size_t *bufLen, in SpePktOutString()