Searched refs:ctxEntryIt (Results 1 – 1 of 1) sorted by relevance
1581 auto ctxEntryIt = mContexts.find(ctxId); in attachResource() local1584 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()