Searched refs:channel_id_ (Results 1 – 2 of 2) sorted by relevance
/system/bt/gd/l2cap/internal/ |
D | sender.cc | 34 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()), in Sender() 35 …data_controller_(std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_… in Sender() 43 channel_id_(channel->GetCid()), remote_channel_id_(channel->GetRemoteCid()) { in Sender() 46 …std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_end_, handler_, s… in Sender() 49 …std::make_unique<ErtmController>(link_, channel_id_, remote_channel_id_, queue_end_, handler_, sch… in Sender() 51 …data_controller_ = std::make_unique<LeCreditBasedDataController>(link_, channel_id_, remote_channe… in Sender() 64 link_->OnPendingPacketChange(channel_id_, false); in OnPacketSent() 92 link_->OnPendingPacketChange(channel_id_, true); in dequeue_callback() 102 …std::make_unique<BasicModeDataController>(channel_id_, remote_channel_id_, queue_end_, handler_, s… in UpdateClassicConfiguration() 107 …std::make_unique<ErtmController>(link_, channel_id_, remote_channel_id_, queue_end_, handler_, sch… in UpdateClassicConfiguration()
|
D | sender.h | 83 const Cid channel_id_; variable
|