Searched refs:shared_stream_owner_ids_ (Results 1 – 2 of 2) sorted by relevance
71 return shared_stream_owner_ids_.find(stream_id) != in IsStreamAllocatedLocked()72 shared_stream_owner_ids_.end() || in IsStreamAllocatedLocked()78 auto owner_id_it = shared_stream_owner_ids_.find(stream_id); in GetBufferManagerOwnerIdLocked()79 if (owner_id_it != shared_stream_owner_ids_.end()) { in GetBufferManagerOwnerIdLocked()304 shared_stream_owner_ids_[hal_streams[i].id] = hal_streams[0].id; in AllocateSharedBuffers()323 auto owner_stream_id_it = shared_stream_owner_ids_.begin(); in RemoveOwnerStreamIdLocked()324 while (owner_stream_id_it != shared_stream_owner_ids_.end()) { in RemoveOwnerStreamIdLocked()330 owner_stream_id_it = shared_stream_owner_ids_.erase(owner_stream_id_it); in RemoveOwnerStreamIdLocked()373 shared_stream_owner_ids_.erase(stream_id); in FreeStream()
154 std::unordered_map<int32_t, int32_t> shared_stream_owner_ids_; variable