Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dforward.cpp50 FreeContext(ctx, 0, false); in StopTask()
79 FreeContext(ctxClient, 0, false); in OnAccept()
90 thisClass->FreeContext(ctxListen, 0, false); in ListenCallback()
164 void HdcForwardBase::FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote) in FreeContext() function in Hdc::HdcForwardBase
248 ctx->thisClass->FreeContext(ctx, 0, true); in ReadForwardBuf()
307 FreeContext(ctx, 0, false); in SetupPointContinue()
311 FreeContext(ctx, 0, true); in SetupPointContinue()
316 FreeContext(ctx, 0, true); in SetupPointContinue()
393 FreeContext(ctx, 0, true); in SetupDevicePoint()
614 FreeContext(ctxPoint, 0, true); in SlaveConnect()
[all …]
Dforward.h85 void FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote);
/developtools/hdc/src/test/jdwp/
DHdcJdwpSimulator.h44 void FreeContext();
DHdcJdwpSimulator.cpp258 void HdcJdwpSimulator::FreeContext() in FreeContext() function in HdcJdwpSimulator
295 FreeContext(); in stop()
/developtools/hdc/src/daemon/
Djdwp.cpp55 FreeContext(v); in Stop()
74 void HdcJdwp::FreeContext(HCtxJdwp ctx) in FreeContext() function in Hdc::HdcJdwp
166 thisClass->FreeContext(ctxJdwp); in ReadStream()
197 thisClass->FreeContext(ctxJdwp); in AcceptClient()
Djdwp.h90 void FreeContext(HCtxJdwp ctx);