/system/bt/gd/l2cap/ |
D | dynamic_channel.cc | 24 hci::AddressWithType DynamicChannel::GetDevice() const { in GetDevice() 28 void DynamicChannel::RegisterOnCloseCallback(DynamicChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback() 33 void DynamicChannel::Close() { in Close() 38 DynamicChannel::GetQueueUpEnd() const { in GetQueueUpEnd() 42 Cid DynamicChannel::HACK_GetRemoteCid() { in HACK_GetRemoteCid() 46 void DynamicChannel::HACK_SetChannelTxPriority(bool high_priority) { in HACK_SetChannelTxPriority()
|
D | dynamic_channel.h | 37 class DynamicChannel { 40 …DynamicChannel(std::shared_ptr<l2cap::internal::DynamicChannelImpl> impl, os::Handler* l2cap_handl… in DynamicChannel() function
|
/system/bt/gd/l2cap/le/ |
D | dynamic_channel.h | 30 class DynamicChannel : public l2cap::DynamicChannel { 32 DynamicChannel( in DynamicChannel() function 37 : l2cap::DynamicChannel(impl, l2cap_handler), link_(link), mtu_(mtu) {} in DynamicChannel()
|
D | dynamic_channel.cc | 23 LinkOptions* DynamicChannel::GetLinkOptions() { in GetLinkOptions() 27 Mtu DynamicChannel::GetMtu() const { in GetMtu()
|
D | dynamic_channel_manager.h | 64 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<DynamicChannel>)>;
|
D | facade.cc | 172 void on_connection_open(std::unique_ptr<DynamicChannel> channel) { in on_connection_open() 246 std::unique_ptr<DynamicChannel> channel_ = nullptr;
|
/system/bt/gd/l2cap/classic/ |
D | dynamic_channel.h | 25 using DynamicChannel = l2cap::DynamicChannel; variable
|
D | dynamic_channel_manager.h | 61 …using OnConnectionOpenCallback = common::ContextualCallback<void(std::unique_ptr<DynamicChannel>)>;
|
D | facade.cc | 316 void on_connection_open(std::unique_ptr<DynamicChannel> channel) { in on_connection_open() 392 std::unique_ptr<DynamicChannel> channel_ = nullptr;
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_impl.h | 43 virtual void RegisterOnCloseCallback(DynamicChannel::OnCloseCallback on_close_callback); 85 DynamicChannel::OnCloseCallback on_close_callback_{};
|
D | dynamic_channel_impl.cc | 46 void DynamicChannelImpl::RegisterOnCloseCallback(DynamicChannel::OnCloseCallback on_close_callback)… in RegisterOnCloseCallback()
|
/system/bt/gd/l2cap/classic/internal/ |
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
|
D | link_test.cc | 49 void OnOpen(std::unique_ptr<DynamicChannel> channel) { in OnOpen()
|
D | signalling_manager.cc | 368 …std::unique_ptr<DynamicChannel> user_channel = std::make_unique<DynamicChannel>(channel, handler_); in OnConfigurationRequest() 573 …std::unique_ptr<DynamicChannel> user_channel = std::make_unique<DynamicChannel>(channel, handler_); in OnConfigurationResponse()
|
D | link.h | 137 virtual void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> channel);
|
D | link.cc | 275 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation()
|
/system/bt/gd/l2cap/le/internal/ |
D | dynamic_channel_service_impl.h | 43 virtual void NotifyChannelCreation(std::unique_ptr<DynamicChannel> channel) { in NotifyChannelCreation()
|
D | signalling_manager.cc | 263 auto user_channel = std::make_unique<DynamicChannel>(new_channel, handler_, link_, actual_mtu); in on_security_result_for_incoming() 300 std::unique_ptr<DynamicChannel> user_channel = in OnConnectionResponse() 301 std::make_unique<DynamicChannel>(new_channel, handler_, link_, actual_mtu); in OnConnectionResponse()
|
D | link.h | 133 void NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel);
|
D | link.cc | 251 void Link::NotifyChannelCreation(Cid cid, std::unique_ptr<DynamicChannel> user_channel) { in NotifyChannelCreation()
|
/system/bt/gd/l2cap/fuzz/ |
D | fuzz_dynamic_channel_manager_impl.h | 88 …void SetConnectionOnOpen(std::unique_ptr<l2cap::DynamicChannel> channel, std::promise<void> promis… in SetConnectionOnOpen()
|
D | shim_l2cap.h | 55 void OnConnectionComplete(std::unique_ptr<l2cap::classic::DynamicChannel> channel) {} in OnConnectionComplete()
|
/system/bt/main/shim/ |
D | l2c_api.cc | 173 std::unique_ptr<classic::DynamicChannel> channel) { in on_channel_open() 293 std::unordered_map<uint16_t, std::unique_ptr<classic::DynamicChannel>> 1370 std::unique_ptr<le::DynamicChannel> channel) { in on_channel_open() 1450 std::unordered_map<uint16_t, std::unique_ptr<le::DynamicChannel>> channels_;
|