Home
last modified time | relevance | path

Searched refs:OnModeChange (Results 1 – 14 of 14) sorted by relevance

/packages/modules/Bluetooth/system/gd/l2cap/classic/
Dlink_property_listener.h85 virtual void OnModeChange( in OnModeChange() function
/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
Dconnection_management_callbacks_mock.h39 void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval), (override));
Dclassic_acl_connection.cc76 void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::acl_manager::AclConnectionTracker
77 SAVE_OR_CALL(OnModeChange, status, current_mode, interval) in OnModeChange()
Dclassic_acl_connection_test.cc191 void OnModeChange( in OnModeChange() function in TestConnectionManagementCallbacks
Dclassic_impl.h535 callbacks->OnModeChange( in on_mode_change()
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/
Dlink_manager.cc419 void LinkManager::OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint… in OnModeChange() function in bluetooth::l2cap::classic::internal::LinkManager
422 … link_property_listener_, &LinkPropertyListener::OnModeChange, hci_status, remote, mode, interval); in OnModeChange()
Dlink.cc356 void Link::OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) { in OnModeChange() function in bluetooth::l2cap::classic::internal::Link
357 link_manager_->OnModeChange(status, GetDevice().GetAddress(), current_mode, interval); in OnModeChange()
Dlink_manager.h89 …void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t interva…
Dlink.h173 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_test.cc880 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::HOLD, 0x… in TEST_F()
896 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::SNIFF, 0… in TEST_F()
908 …EXPECT_CALL(mock_connection_management_callbacks_, OnModeChange(ErrorCode::SUCCESS, Mode::ACTIVE, … in TEST_F()
Dacl_manager_unittest.cc348 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
/packages/modules/Bluetooth/system/gd/hci/facade/
Dacl_manager_facade.cc445 void OnModeChange(ErrorCode /* status */, Mode current_mode, uint16_t interval) override { in OnModeChange() function in bluetooth::hci::facade::AclManagerFacadeService::Connection
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc569 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, in OnModeChange() function in ClassicShimAclConnection