Home
last modified time | relevance | path

Searched refs:OnFlushOccurred (Results 1 – 8 of 8) sorted by relevance

/system/bt/gd/hci/acl_manager/
Dconnection_management_callbacks.h57 virtual void OnFlushOccurred() = 0;
Dclassic_acl_connection.cc98 void OnFlushOccurred() override { in OnFlushOccurred() function in bluetooth::hci::acl_manager::AclConnectionTracker
99 SAVE_OR_CALL(OnFlushOccurred) in OnFlushOccurred()
Dclassic_impl.h578 callbacks->OnFlushOccurred(); in on_flush_occurred()
/system/bt/gd/l2cap/classic/internal/
Dlink.h171 void OnFlushOccurred() override;
Dlink.cc387 void Link::OnFlushOccurred() { in OnFlushOccurred() function in bluetooth::l2cap::classic::internal::Link
/system/bt/gd/hci/facade/
Dacl_manager_facade.cc476 void OnFlushOccurred() override { in OnFlushOccurred() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/system/bt/gd/hci/
Dacl_manager_test.cc510 MOCK_METHOD0(OnFlushOccurred, void());
1111 EXPECT_CALL(mock_connection_management_callbacks_, OnFlushOccurred()); in TEST_F()
/system/bt/main/shim/
Dacl.cc451 void OnFlushOccurred() override { LOG_INFO("UNIMPLEMENTED"); } in OnFlushOccurred() function in ClassicShimAclConnection