Home
last modified time | relevance | path

Searched defs:sendBuf (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc_standard/src/daemon/
Ddaemon_tcp.cpp53 string sendBuf = Base::StringFormat("%s-%d", HANDSHAKE_MESSAGE.c_str(), tcpListenPort); in TransmitConfig() local
/developtools/hdc_standard/src/common/
Dtransfer.cpp55 int HdcTransferBase::SimpleFileIO(CtxFile *context, uint64_t index, uint8_t *sendBuf, int bytes) in SimpleFileIO()
140 uint8_t *sendBuf = new uint8_t[sendBufSize](); in SendIOPayload() local