/system/bt/gd/l2cap/le/ |
D | fixed_channel.cc | 25 hci::AddressWithType FixedChannel::GetDevice() const { in GetDevice() 29 void FixedChannel::RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback… in RegisterOnCloseCallback() 34 void FixedChannel::Acquire() { in Acquire() 38 void FixedChannel::Release() { in Release() 43 FixedChannel::GetQueueUpEnd() const { in GetQueueUpEnd() 47 LinkOptions* FixedChannel::GetLinkOptions() { in GetLinkOptions()
|
D | fixed_channel.h | 41 class FixedChannel { 44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
|
D | fixed_channel_manager.h | 58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
|
D | facade.cc | 320 void on_connection_open(std::unique_ptr<FixedChannel> channel) { in on_connection_open() 394 std::unique_ptr<FixedChannel> channel_ = nullptr;
|
/system/bt/gd/l2cap/classic/ |
D | fixed_channel.cc | 25 hci::Address FixedChannel::GetDevice() const { in GetDevice() 29 void FixedChannel::RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback… in RegisterOnCloseCallback() 34 void FixedChannel::Acquire() { in Acquire() 38 void FixedChannel::Release() { in Release() 43 FixedChannel::GetQueueUpEnd() const { in GetQueueUpEnd()
|
D | fixed_channel_mock.h | 32 class MockFixedChannel : public FixedChannel { 34 MockFixedChannel() : FixedChannel(nullptr, nullptr){}; in MockFixedChannel()
|
D | fixed_channel.h | 40 class FixedChannel { 43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
|
D | fixed_channel_manager.h | 63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
|
/system/bt/gd/l2cap/classic/internal/ |
D | link_manager_test.cc | 135 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 140 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 145 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 177 std::unique_ptr<FixedChannel> channel_3; in TEST_F() 178 …service_3, NotifyChannelCreation(_)).WillOnce([&channel_3](std::unique_ptr<FixedChannel> channel) { in TEST_F() 304 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 309 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 314 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 378 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 383 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() [all …]
|
D | fixed_channel_impl.h | 44 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c… 90 FixedChannel::OnCloseCallback on_close_callback_{};
|
D | fixed_channel_service_impl_mock.h | 33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
|
D | fixed_channel_impl_mock.h | 33 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
|
D | fixed_channel_impl.cc | 38 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
|
D | link_manager.cc | 58 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices() 218 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnConnectSuccess()
|
/system/bt/gd/l2cap/le/internal/ |
D | link_manager_test.cc | 128 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 133 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 138 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 171 std::unique_ptr<FixedChannel> channel_3; in TEST_F() 175 .WillOnce([&channel_3, &promise_3](std::unique_ptr<FixedChannel> channel) { in TEST_F() 305 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 310 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() 315 .WillOnce([&channel_2, &promise_2](std::unique_ptr<FixedChannel> channel) { in TEST_F() 390 std::unique_ptr<FixedChannel> channel_1, channel_2; in TEST_F() 395 .WillOnce([&channel_1, &promise_1](std::unique_ptr<FixedChannel> channel) { in TEST_F() [all …]
|
D | fixed_channel_impl.h | 50 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c… 92 FixedChannel::OnCloseCallback on_close_callback_{};
|
D | fixed_channel_service_impl_mock.h | 33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
|
D | fixed_channel_impl_mock.h | 32 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
|
D | fixed_channel_service_impl.h | 38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
|
D | link_manager.cc | 60 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices() 119 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnLeConnectSuccess()
|
D | fixed_channel_impl.cc | 47 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
|
/system/bt/gd/att/ |
D | att_module.cc | 41 void OnAttConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel) { in OnAttConnectionOpenLe()
|
/system/bt/gd/security/internal/ |
D | security_manager_impl.h | 48 std::unique_ptr<l2cap::le::FixedChannel> channel_; 204 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel);
|
/system/bt/main/shim/ |
D | l2c_api.cc | 234 using bluetooth::l2cap::le::FixedChannel; 265 void on_channel_open(std::unique_ptr<FixedChannel> channel) { in on_channel_open() 323 std::unordered_map<AddressWithType, std::unique_ptr<FixedChannel>> channels_;
|