Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp1581 auto ctxEntryIt = mContexts.find(ctxId); in attachResource() local
1584 if (ctxEntryIt == mContexts.end() || resEntryIt == mResources.end()) return; in attachResource()
1586 stream_renderer_debug("hostPipe: %p", ctxEntryIt->second.hostPipe); in attachResource()
1587 resEntryIt->second.hostPipe = ctxEntryIt->second.hostPipe; in attachResource()