Searched refs:fdClass (Results 1 – 2 of 2) sorted by relevance
125 ctx->fdClass = nullptr; in MallocContext()152 if (ctx->fdClass) { in FreeJDWP()153 ctx->fdClass->StopWorkOnThread(false, nullptr); in FreeJDWP()162 if (context->fdClass->ReadyForRelease()) { in FreeJDWP()163 delete context->fdClass; in FreeJDWP()164 context->fdClass = nullptr; in FreeJDWP()411 …ctxPoint->fdClass = new(std::nothrow) HdcFileDescriptor(loopTask, ctxPoint->fd, ctxPoint, funcRead… in SetupDevicePoint()412 if (ctxPoint->fdClass == nullptr) { in SetupDevicePoint()676 ctx->fdClass->StartWorkOnThread(); in DoForwardBegin()744 nRet = ctx->fdClass->WriteWithMem(pDynBuf, size); in SendForwardBuf()
50 HdcFileDescriptor *fdClass; member