/packages/modules/Bluetooth/system/gd/l2cap/classic/ |
D | link_property_listener.h | 85 virtual void OnModeChange( in OnModeChange() function
|
/packages/modules/Bluetooth/system/gd/hci/acl_manager/ |
D | connection_management_callbacks.h | 41 virtual void OnModeChange(ErrorCode status, Mode current_mode, uint16_t interval) = 0;
|
D | connection_management_callbacks_mock.h | 39 void, OnModeChange, (ErrorCode status, Mode current_mode, uint16_t interval), (override));
|
D | classic_acl_connection.cc | 76 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()
|
D | classic_acl_connection_test.cc | 191 void OnModeChange( in OnModeChange() function in TestConnectionManagementCallbacks
|
D | classic_impl.h | 535 callbacks->OnModeChange( in on_mode_change()
|
/packages/modules/Bluetooth/system/gd/l2cap/classic/internal/ |
D | link_manager.cc | 419 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()
|
D | link.cc | 356 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()
|
D | link_manager.h | 89 …void OnModeChange(hci::ErrorCode hci_status, hci::Address remote, hci::Mode mode, uint16_t interva…
|
D | link.h | 173 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, uint16_t interval) override;
|
/packages/modules/Bluetooth/system/gd/hci/ |
D | acl_manager_test.cc | 880 …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()
|
D | acl_manager_unittest.cc | 348 MOCK_METHOD3(OnModeChange, void(ErrorCode status, Mode current_mode, uint16_t interval));
|
/packages/modules/Bluetooth/system/gd/hci/facade/ |
D | acl_manager_facade.cc | 445 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/ |
D | acl.cc | 569 void OnModeChange(hci::ErrorCode status, hci::Mode current_mode, in OnModeChange() function in ClassicShimAclConnection
|