Searched refs:FreeContext (Results 1 – 6 of 6) sorted by relevance
| /developtools/hdc/src/common/ |
| D | forward.cpp | 50 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 …]
|
| D | forward.h | 85 void FreeContext(HCtxForward ctxIn, const uint32_t id, bool bNotifyRemote);
|
| /developtools/hdc/src/test/jdwp/ |
| D | HdcJdwpSimulator.h | 44 void FreeContext();
|
| D | HdcJdwpSimulator.cpp | 258 void HdcJdwpSimulator::FreeContext() in FreeContext() function in HdcJdwpSimulator 295 FreeContext(); in stop()
|
| /developtools/hdc/src/daemon/ |
| D | jdwp.cpp | 55 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()
|
| D | jdwp.h | 90 void FreeContext(HCtxJdwp ctx);
|