Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp816 auto ctxIt = mContexts.find(ctxId); in setContextAddressSpaceHandleLocked() local
817 if (ctxIt == mContexts.end()) { in setContextAddressSpaceHandleLocked()
822 auto& ctxEntry = ctxIt->second; in setContextAddressSpaceHandleLocked()
830 auto ctxIt = mContexts.find(ctxId); in getAddressSpaceHandleLocked() local
831 if (ctxIt == mContexts.end()) { in getAddressSpaceHandleLocked()
836 auto& ctxEntry = ctxIt->second; in getAddressSpaceHandleLocked()
864 auto ctxIt = mContexts.find(ctxId); in addressSpaceProcessCmd() local
865 if (ctxIt == mContexts.end()) { in addressSpaceProcessCmd()
870 auto& ctxEntry = ctxIt->second; in addressSpaceProcessCmd()
1927 auto ctxIt = mContexts.find(ctxId); in detachResourceLocked() local
[all …]