Home
last modified time | relevance | path

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

/developtools/hdc/src/daemon/
H A Djdwp.cpp87 HCtxJdwp ctxIn = (HCtxJdwp)handle->data; in FreeContext()
88 --ctxIn->thisClass->refCount; in FreeContext()
91 Base::TryCloseHandle((const uv_handle_t *)&ctxIn->pipe, [](uv_handle_t *handle) { in FreeContext()
92 HCtxJdwp ctxIn = (HCtxJdwp)handle->data; in FreeContext()
94 if (ctxIn != nullptr) { in FreeContext()
95 delete ctxIn; in FreeContext()
96 ctxIn = nullptr; in FreeContext()
/developtools/hdc/src/common/
H A Dforward.h91 void FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote);
H A Dforward.cpp172 void HdcForwardBase::FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote) in FreeContext() argument
176 if (!ctxIn) { in FreeContext()
182 ctx = ctxIn; in FreeContext()

Completed in 4 milliseconds