Home
last modified time | relevance | path

Searched defs:channels_ (Results 1 – 3 of 3) sorted by relevance

/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator.h73 std::unordered_map<Cid, std::shared_ptr<DynamicChannelImpl>> channels_; variable
Dfixed_channel_allocator.h92 std::unordered_map<Cid, std::shared_ptr<FixedChannelImplType>> channels_; variable
/system/bt/main/shim/
Dl2c_api.cc323 std::unordered_map<AddressWithType, std::unique_ptr<FixedChannel>> channels_; member