Searched refs:FreeContext (Results 1 – 6 of 6) sorted by relevance
/developtools/hdc/src/common/ |
D | forward.cpp | 53 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 …]
|
D | forward.h | 91 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.h | 94 void FreeContext(HCtxJdwp ctx);
|
D | jdwp.cpp | 55 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()
|