Home
last modified time | relevance | path

Searched refs:FixedChannel (Results 1 – 25 of 27) sorted by relevance

12

/system/bt/gd/l2cap/le/
Dfixed_channel.cc25 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()
Dfixed_channel.h41 class FixedChannel {
44 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
Dfixed_channel_manager.h58 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
Dfacade.cc320 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/
Dfixed_channel.cc25 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()
Dfixed_channel_mock.h32 class MockFixedChannel : public FixedChannel {
34 MockFixedChannel() : FixedChannel(nullptr, nullptr){}; in MockFixedChannel()
Dfixed_channel.h40 class FixedChannel {
43 FixedChannel(std::shared_ptr<internal::FixedChannelImpl> impl, os::Handler* l2cap_handler) in FixedChannel() function
Dfixed_channel_manager.h63 using OnConnectionOpenCallback = common::Callback<void(std::unique_ptr<FixedChannel>)>;
/system/bt/gd/l2cap/classic/internal/
Dlink_manager_test.cc135 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 …]
Dfixed_channel_impl.h44 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c…
90 FixedChannel::OnCloseCallback on_close_callback_{};
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dfixed_channel_impl_mock.h33 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Dfixed_channel_impl.cc38 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
Dlink_manager.cc58 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/
Dlink_manager_test.cc128 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 …]
Dfixed_channel_impl.h50 …virtual void RegisterOnCloseCallback(os::Handler* user_handler, FixedChannel::OnCloseCallback on_c…
92 FixedChannel::OnCloseCallback on_close_callback_{};
Dfixed_channel_service_impl_mock.h33 MOCK_METHOD(void, NotifyChannelCreation, (std::unique_ptr<FixedChannel> channel), (override));
Dfixed_channel_impl_mock.h32 … (os::Handler * user_handler, FixedChannel::OnCloseCallback on_close_callback), (override));
Dfixed_channel_service_impl.h38 virtual void NotifyChannelCreation(std::unique_ptr<FixedChannel> channel) { in NotifyChannelCreation()
Dlink_manager.cc60 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in ConnectFixedChannelServices()
119 std::make_unique<FixedChannel>(fixed_channel_impl, l2cap_handler_)); in OnLeConnectSuccess()
Dfixed_channel_impl.cc47 FixedChannel::OnCloseCallback on_close_callback) { in RegisterOnCloseCallback()
/system/bt/gd/att/
Datt_module.cc41 void OnAttConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel) { in OnAttConnectionOpenLe()
/system/bt/gd/security/internal/
Dsecurity_manager_impl.h48 std::unique_ptr<l2cap::le::FixedChannel> channel_;
204 void OnConnectionOpenLe(std::unique_ptr<l2cap::le::FixedChannel> channel);
/system/bt/main/shim/
Dl2c_api.cc234 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_;

12