Home
last modified time | relevance | path

Searched refs:AttachChannel (Results 1 – 4 of 4) sorted by relevance

/developtools/hdc/src/host/
Dserver.h31 void AttachChannel(HSession hSession, const uint32_t channelId) override;
Dserver.cpp848 void HdcServer::AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel() function in Hdc::HdcServer
/developtools/hdc/src/common/
Dsession.h62 virtual void AttachChannel(HSession hSession, const uint32_t channelId) in AttachChannel() function
Dsession.cpp1162 AttachChannel(hSession, channelId); in DispatchMainThreadCommand()