Searched refs:channel_datas_ (Results 1 – 2 of 2) sorted by relevance
96 for (const ChannelData& data : channel_datas_) { in AddChannel()103 channel_datas_.emplace_back(channel, receive_address, send_address); in AddChannel()111 channel_datas_.begin(), in RemoveChannel()112 channel_datas_.end(), in RemoveChannel()118 if (channel_entry == channel_datas_.end()) { in RemoveChannel()121 if (channel_datas_.size() == 1) { in RemoveChannel()122 channel_datas_.clear(); in RemoveChannel()127 std::swap(*channel_entry, channel_datas_.back()); in RemoveChannel()128 channel_datas_.pop_back(); in RemoveChannel()135 for (auto& channel : channel_datas_) { in FindChannelForReceiveAddress()[all …]
194 pw::Vector<ChannelData, kSomeNumberOfChannels> channel_datas_; variable