Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Dforward.cpp53 FreeContext(ctx, 0, false); in StopTask()
84 FreeContext(ctxClient, 0, false); in OnAccept()
97 thisClass->FreeContext(ctxListen, 0, false); in ListenCallback()
172 void HdcForwardBase::FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote) in FreeContext() function in Hdc::HdcForwardBase
259 ctx->thisClass->FreeContext(ctx, 0, true); in ReadForwardBuf()
322 FreeContext(ctx, 0, false); in SetupPointContinue()
326 FreeContext(ctx, 0, true); in SetupPointContinue()
332 FreeContext(ctx, 0, true); in SetupPointContinue()
411 FreeContext(ctx, 0, true); in SetupDevicePoint()
654 FreeContext(ctxPoint, 0, true); in SlaveConnect()
[all …]
Dforward.h91 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.h94 void FreeContext(HCtxJdwp ctx);
Djdwp.cpp55 FreeContext(v); in Stop()
75 void HdcJdwp::FreeContext(HCtxJdwp ctx) in FreeContext() function in Hdc::HdcJdwp
176 thisClass->FreeContext(ctxJdwp); in ReadStream()
220 thisClass->FreeContext(ctxJdwp); in AcceptClient()