Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp716 VirtioGpuCtxId asCtxId = (VirtioGpuCtxId)(uintptr_t)hwPipe; in resetPipe() local
717 auto it = mContexts.find(asCtxId); in resetPipe()
719 stream_renderer_error("fatal: pipe id %u", asCtxId); in resetPipe()
724 stream_renderer_debug("ctxid: %u prev hostpipe: %p", asCtxId, entry.hostPipe); in resetPipe()
726 stream_renderer_debug("ctxid: %u next hostpipe: %p", asCtxId, entry.hostPipe); in resetPipe()
729 auto resourcesIt = mContextResources.find(asCtxId); in resetPipe()