Home
last modified time | relevance | path

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

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