Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dserver.h32 void DeatchChannel(HSession hSession, const uint32_t channelId) override;
Dserver.cpp888 void HdcServer::DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel() function in Hdc::HdcServer
/developtools/hdc/src/common/
Dsession.h65 virtual void DeatchChannel(HSession hSession, const uint32_t channelId) in DeatchChannel() function
Dsession.cpp1147 DeatchChannel(hSession, channelId); in DispatchMainThreadCommand()