Home
last modified time | relevance | path

Searched refs:DWORD_SERIALIZE_SIZE (Results 1 - 4 of 4) sorted by relevance

/developtools/hdc/src/common/
H A Dchannel.cpp139 while (hChannel->availTailIndex > DWORD_SERIALIZE_SIZE) { in ReadStream()
146 if (hChannel->availTailIndex - DWORD_SERIALIZE_SIZE < size) { in ReadStream()
150 DWORD_SERIALIZE_SIZE + indexBuf, size); in ReadStream()
160 hChannel->availTailIndex -= (DWORD_SERIALIZE_SIZE + size); in ReadStream()
161 indexBuf += DWORD_SERIALIZE_SIZE + size; in ReadStream()
314 int sizeNewBuf = size + DWORD_SERIALIZE_SIZE; in SendChannel()
320 if (memcpy_s(data + DWORD_SERIALIZE_SIZE, sizeNewBuf - DWORD_SERIALIZE_SIZE, bufPtr, size)) { in SendChannel()
569 int sizeNewBuf = size + DWORD_SERIALIZE_SIZE; in EchoToClient()
575 if (memcpy_s(data + DWORD_SERIALIZE_SIZE, sizeNewBu in EchoToClient()
[all...]
H A Dforward.cpp600 *pContentBuf = bufCmdIn + DWORD_SERIALIZE_SIZE; in FilterCommand()
607 if (bufSize <= DWORD_SERIALIZE_SIZE + forwardParameterBufSize) { in SlaveConnect()
800 if (payloadSize <= DWORD_SERIALIZE_SIZE && command != CMD_FORWARD_FREE_CONTEXT in ForwardCommandDispatch()
811 sizeContent = payloadSize - DWORD_SERIALIZE_SIZE; in ForwardCommandDispatch()
H A Ddefine.h43 constexpr uint8_t DWORD_SERIALIZE_SIZE = 4; member
/developtools/hdc/src/host/
H A Dserver_for_client.cpp72 buf->len = sizeof(struct ChannelHandShake) + DWORD_SERIALIZE_SIZE; // only recv static size in AcceptClient()
74 buf->len = offsetof(struct ChannelHandShake, version) + DWORD_SERIALIZE_SIZE; in AcceptClient()

Completed in 9 milliseconds