Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dclient.h50 void NotifyInstanceChannelFree(HChannel hChannel) override;
Dclient.cpp49 void HdcClient::NotifyInstanceChannelFree(HChannel hChannel) in NotifyInstanceChannelFree() function in Hdc::HdcClient
/developtools/hdc/src/common/
Dchannel.h48 virtual void NotifyInstanceChannelFree(HChannel hChannel) {}; in NotifyInstanceChannelFree() function
Dchannel.cpp392 thisClass->NotifyInstanceChannelFree(hChannel); in FreeChannelFinally()