Home
last modified time | relevance | path

Searched refs:resEntryIt (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp738 auto resEntryIt = mResources.find(resId); in resetPipe() local
739 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() local
1584 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()