Home
last modified time | relevance | path

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

/hardware/google/aemu/host-common/
Daddress_space_device.cpp78 auto contextDescriptionIt = mContexts.find(handle); in destroyHandle()
79 if (contextDescriptionIt == mContexts.end()) return; in destroyHandle()
84 mContexts.erase(contextDescriptionIt); in destroyHandle()
92 auto& contextDesc = mContexts[handle]; in tellPingInfo()
103 auto& contextDesc = mContexts[create.handle]; in createInstance()
109 auto& contextDesc = mContexts[handle]; in ping()
136 auto& contextDesc = mContexts[handle]; in pingAtHva()
188 if (mContexts.find(handle) == mContexts.end()) return nullptr; in handleToContext()
190 auto& contextDesc = mContexts[handle]; in handleToContext()
204 for (const auto &kv : mContexts) { in save()
[all …]
/hardware/google/gfxstream/host/magma/
DConnection.cpp43 auto [_, emplaced] = mContexts.emplace(id, std::move(*context)); in createContext()
53 auto it = mContexts.find(id); in getContext()
54 if (it == mContexts.end()) { in getContext()
DConnection.h53 std::unordered_map<uint32_t, DrmContext> mContexts; variable
/hardware/google/gfxstream/host/compressedTextureFormats/
DAstcCpuDecompressorImpl.cpp123 Value& value = mContexts[{blockWidth, blockHeight}]; in get()
154 std::unordered_map<Key, Value, KeyHash> mContexts; member in gfxstream::vk::__anon87c057260111::AstcDecoderContextCache
/hardware/google/gfxstream/host/
Dvirtio-gpu-gfxstream-renderer.cpp717 auto it = mContexts.find(asCtxId); in resetPipe()
718 if (it == mContexts.end()) { in resetPipe()
778 mContexts[ctx_id] = res; in createContext()
786 auto it = mContexts.find(handle); in destroyContext()
787 if (it == mContexts.end()) { in destroyContext()
810 mContexts.erase(it); in destroyContext()
816 auto ctxIt = mContexts.find(ctxId); in setContextAddressSpaceHandleLocked()
817 if (ctxIt == mContexts.end()) { in setContextAddressSpaceHandleLocked()
830 auto ctxIt = mContexts.find(ctxId); in getAddressSpaceHandleLocked()
831 if (ctxIt == mContexts.end()) { in getAddressSpaceHandleLocked()
[all …]