Searched refs:shared_stream_owner_ids_ (Results 1 – 2 of 2) sorted by relevance
55 return shared_stream_owner_ids_.find(stream_id) != in IsStreamAllocatedLocked()56 shared_stream_owner_ids_.end() || in IsStreamAllocatedLocked()62 auto owner_id_it = shared_stream_owner_ids_.find(stream_id); in GetBufferManagerOwnerIdLocked()63 if (owner_id_it != shared_stream_owner_ids_.end()) { in GetBufferManagerOwnerIdLocked()287 shared_stream_owner_ids_[hal_streams[i].id] = hal_streams[0].id; in AllocateSharedBuffers()306 auto owner_stream_id_it = shared_stream_owner_ids_.begin(); in RemoveOwnerStreamIdLocked()307 while (owner_stream_id_it != shared_stream_owner_ids_.end()) { in RemoveOwnerStreamIdLocked()313 owner_stream_id_it = shared_stream_owner_ids_.erase(owner_stream_id_it); in RemoveOwnerStreamIdLocked()356 shared_stream_owner_ids_.erase(stream_id); in FreeStream()
154 std::unordered_map<int32_t, int32_t> shared_stream_owner_ids_; variable