Searched refs:resEntryIt (Results 1 – 1 of 1) sorted by relevance
738 auto resEntryIt = mResources.find(resId); in resetPipe() local739 if (resEntryIt == mResources.end()) { in resetPipe()744 auto& resEntry = resEntryIt->second; in resetPipe()857 auto resEntryIt = mResources.find(contextCreate.resourceId); in addressSpaceProcessCmd()858 if (resEntryIt == mResources.end()) { in addressSpaceProcessCmd()871 auto& resEntry = resEntryIt->second; in addressSpaceProcessCmd()1582 auto resEntryIt = mResources.find(resId); in attachResource() local1584 if (ctxEntryIt == mContexts.end() || resEntryIt == mResources.end()) return; in attachResource()1587 resEntryIt->second.hostPipe = ctxEntryIt->second.hostPipe; in attachResource()1588 resEntryIt->second.ctxId = ctxId; in attachResource()