Home
last modified time | relevance | path

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

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.cc31 if (used_remote_cid_.find(remote_cid) != used_remote_cid_.end()) { in AllocateChannel()
48 used_remote_cid_.insert(remote_cid); in AllocateChannel()
55 if (used_remote_cid_.find(remote_cid) != used_remote_cid_.end()) { in AllocateReservedChannel()
64 used_remote_cid_.insert(remote_cid); in AllocateReservedChannel()
88 used_remote_cid_.erase(channel->GetRemoteCid()); in FreeChannel()
Ddynamic_channel_allocator.h82 std::unordered_set<Cid> used_remote_cid_; variable