Searched refs:configured_streams_map_ (Results 1 – 2 of 2) sorted by relevance
517 for (const auto& [stream_id, stream] : configured_streams_map_) { in DeriveGroupedStreamIdMap()683 if (!configured_streams_map_.empty()) { in ConfigureStreams()739 configured_streams_map_[stream.id] = stream; in ConfigureStreams()1214 if (configured_streams_map_.find(buffer.stream_id) == in ValidateRequestLocked()1215 configured_streams_map_.end()) { in ValidateRequestLocked()1220 const Stream& input_stream = configured_streams_map_.at(buffer.stream_id); in ValidateRequestLocked()1241 if (configured_streams_map_.find(buffer.stream_id) == in ValidateRequestLocked()1242 configured_streams_map_.end()) { in ValidateRequestLocked()1474 for (auto stream_it = configured_streams_map_.begin(); in CleanupStaleStreamsLocked()1475 stream_it != configured_streams_map_.end();) { in CleanupStaleStreamsLocked()[all …]
333 std::unordered_map<int32_t, Stream> configured_streams_map_; variable