Home
last modified time | relevance | path

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

/system/bt/gd/security/internal/
Dsecurity_manager_impl.cc459 for (LeFixedChannelEntry& storage : all_channels_) { in FindStoredLeChannel()
468 for (auto it = all_channels_.begin(); it != all_channels_.end(); it++) { in EraseStoredLeChannel()
470 all_channels_.erase(it); in EraseStoredLeChannel()
571 all_channels_.push_back({std::move(channel_param), std::move(enqueue_buffer_temp)}); in OnConnectionOpenLe()
572 auto& stored_channel = all_channels_.back(); in OnConnectionOpenLe()
Dsecurity_manager_impl.h69 for (auto& stored_chan : all_channels_) { in ~SecurityManagerImpl()
285 std::list<LeFixedChannelEntry> all_channels_; variable