Home
last modified time | relevance | path

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

/external/v4l2_codec2/plugin_store/
DC2VdaBqBlockPool.cpp48 using unique_id_t = uint32_t; typedef
158 using value_type = std::tuple<slot_t, unique_id_t, std::shared_ptr<C2GraphicAllocation>>;
172 void registerUniqueId(unique_id_t uniqueId, std::shared_ptr<C2GraphicAllocation> allocation) { in registerUniqueId()
179 std::shared_ptr<C2GraphicAllocation> getRegisteredAllocation(unique_id_t uniqueId) { in getRegisteredAllocation()
186 bool hasUniqueId(unique_id_t uniqueId) const { in hasUniqueId()
191 void updateSlotBuffer(slot_t slotId, unique_id_t uniqueId, sp<GraphicBuffer> slotBuffer) { in updateSlotBuffer()
198 std::pair<unique_id_t, sp<GraphicBuffer>> getSlotBuffer(slot_t slotId) const { in getSlotBuffer()
237 std::map<slot_t, std::pair<unique_id_t, sp<GraphicBuffer>>> newSlotId2GraphicBuffer; in migrateLocalBuffers()
246 unique_id_t uniqueId; in migrateLocalBuffers()
293 const unique_id_t uniqueId = iter->first; in migrateLostBuffer()
[all …]