Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/gd/l2cap/internal/
Ddynamic_channel_allocator.cc34 if (used_remote_cid_.find(remote_cid) != used_remote_cid_.end()) { in AllocateChannel()
54 used_remote_cid_.insert(remote_cid); in AllocateChannel()
61 if (used_remote_cid_.find(remote_cid) != used_remote_cid_.end()) { in AllocateReservedChannel()
73 used_remote_cid_.insert(remote_cid); in AllocateReservedChannel()
97 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel()
Ddynamic_channel_allocator.h82 std::unordered_set<Cid> used_remote_cid_; variable