Home
last modified time | relevance | path

Searched refs:ctxIn (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/daemon/
Djdwp.cpp87 HCtxJdwp ctxIn = (HCtxJdwp)handle->data; in FreeContext() local
88 --ctxIn->thisClass->refCount; in FreeContext()
91 if (ctxIn != nullptr) { in FreeContext()
92 delete ctxIn; in FreeContext()
93 ctxIn = nullptr; in FreeContext()
/developtools/hdc/src/common/
Dforward.h91 void FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote);
Dforward.cpp172 void HdcForwardBase::FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote) in FreeContext() argument
177 if (!ctxIn) { in FreeContext()
183 ctx = ctxIn; in FreeContext()