Searched refs:ManagedDescriptorInfo (Results 1 – 6 of 6) sorted by relevance
59 struct ManagedDescriptorInfo { struct88 std::optional<ManagedDescriptorInfo> removeDescriptorInfo(Id id);102 std::unordered_map<Id, ManagedDescriptorInfo> mDescriptorInfos;
71 struct ManagedDescriptorInfo { struct90 std::optional<ManagedDescriptorInfo> removeDescriptorInfo(uint32_t ctx_id, uint64_t blobId); argument109 std::unordered_map<std::pair<uint32_t, uint64_t>, ManagedDescriptorInfo, pair_hash>
57 struct ManagedDescriptorInfo info = { in addDescriptorInfo()69 std::optional<ManagedDescriptorInfo> BlobManager::removeDescriptorInfo(uint32_t ctxId, in removeDescriptorInfo()75 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
224 using gfxstream::ManagedDescriptorInfo;315 std::shared_ptr<ManagedDescriptorInfo> descriptorInfo = nullptr;1715 std::make_shared<ManagedDescriptorInfo>(std::move(*descriptorInfoOpt)); in createBlob()
77 struct ManagedDescriptorInfo info = in addDescriptorInfo()89 std::optional<ManagedDescriptorInfo> HostmemIdMapping::removeDescriptorInfo(Id id) { in removeDescriptorInfo()92 std::optional<ManagedDescriptorInfo> ret = std::move(found->second); in removeDescriptorInfo()
90 using android::emulation::ManagedDescriptorInfo;