Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dchannel.h35 struct ChannelHandShake { struct
36 char banner[12]; // must first index
37 union {
41 char version[BUF_SIZE_TINY] = { 0 };
/developtools/hdc/src/host/
Dserver_for_client.cpp702 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake() function in Hdc::HdcServerForClient