Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/
DBlobManager.h60 struct HostMemInfo { struct
85 std::optional<HostMemInfo> removeMapping(uint32_t ctx_id, uint64_t blobId); argument
108 std::unordered_map<std::pair<uint32_t, uint64_t>, HostMemInfo, pair_hash> mHostMemInfos;
DBlobManager.cpp31 struct HostMemInfo info = { in addMapping()
41 std::optional<HostMemInfo> BlobManager::removeMapping(uint32_t ctxId, uint64_t blobId) { in removeMapping()
46 std::optional<HostMemInfo> ret = found->second; in removeMapping()