Searched refs:fdClass (Results 1 – 2 of 2) sorted by relevance
118 ctx->fdClass = nullptr; in MallocContext()144 if (ctx->fdClass) { in FreeJDWP()145 ctx->fdClass->StopWorkOnThread(false, nullptr); in FreeJDWP()154 if (context->fdClass->ReadyForRelease()) { in FreeJDWP()155 delete context->fdClass; in FreeJDWP()156 context->fdClass = nullptr; in FreeJDWP()396 …ctxPoint->fdClass = new(std::nothrow) HdcFileDescriptor(loopTask, ctxPoint->fd, ctxPoint, funcRead… in SetupDevicePoint()397 if (ctxPoint->fdClass == nullptr) { in SetupDevicePoint()633 ctx->fdClass->StartWorkOnThread(); in DoForwardBegin()700 nRet = ctx->fdClass->WriteWithMem(pDynBuf, size); in SendForwardBuf()
48 HdcFileDescriptor *fdClass; member