Home
last modified time | relevance | path

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

/developtools/hdc_standard/src/common/
Dchannel.h34 struct ChannelHandShake { struct
35 char banner[12]; // must first index
36 union {
/developtools/hdc_standard/src/host/
Dserver_for_client.cpp591 int HdcServerForClient::ChannelHandShake(HChannel hChannel, uint8_t *bufPtr, const int bytesIO) in ChannelHandShake() function in Hdc::HdcServerForClient