Home
last modified time | relevance | path

Searched refs:NotifyInstanceSessionFree (Results 1 – 6 of 6) sorted by relevance

/developtools/hdc/src/daemon/
Ddaemon.h59 void NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) override;
Ddaemon.cpp492 void HdcDaemon::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree() function in Hdc::HdcDaemon
/developtools/hdc/src/host/
Dserver.h36 void NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) override;
Dserver.cpp397 void HdcServer::NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree() function in Hdc::HdcServer
/developtools/hdc/src/common/
Dsession.h68 virtual void NotifyInstanceSessionFree(HSession hSession, bool freeOrClear) in NotifyInstanceSessionFree() function
Dsession.cpp551 thisClass->NotifyInstanceSessionFree(hSession, true); in FreeSessionFinally()
648 NotifyInstanceSessionFree(hSession, false); in FreeSession()