Home
last modified time | relevance | path

Searched refs:OnReadAfhChannelMapComplete (Results 1 – 7 of 7) sorted by relevance

/packages/modules/Bluetooth/system/gd/hci/acl_manager/
Dconnection_management_callbacks.h79 virtual void OnReadAfhChannelMapComplete(AfhMode afh_mode,
Dconnection_management_callbacks_mock.h63 MOCK_METHOD(void, OnReadAfhChannelMapComplete,
Dclassic_acl_connection.cc126 void OnReadAfhChannelMapComplete(AfhMode afh_mode, in OnReadAfhChannelMapComplete() function in bluetooth::hci::acl_manager::AclConnectionTracker
128 SAVE_OR_CALL(OnReadAfhChannelMapComplete, afh_mode, afh_channel_map) in OnReadAfhChannelMapComplete()
274 OnReadAfhChannelMapComplete(complete_view.GetAfhMode(), complete_view.GetAfhChannelMap()); in on_read_afh_channel_map_complete()
Dclassic_acl_connection_test.cc219 void OnReadAfhChannelMapComplete(hci::AfhMode /* afh_mode */, in OnReadAfhChannelMapComplete() function in TestConnectionManagementCallbacks
/packages/modules/Bluetooth/system/gd/hci/
Dacl_manager_unittest.cc351 MOCK_METHOD2(OnReadAfhChannelMapComplete,
Dacl_manager_test.cc1105 OnReadAfhChannelMapComplete(AfhMode::AFH_ENABLED, afh_channel_map)); in TEST_F()
/packages/modules/Bluetooth/system/main/shim/
Dacl.cc589 void OnReadAfhChannelMapComplete(hci::AfhMode /* afh_mode */, in OnReadAfhChannelMapComplete() function in ClassicShimAclConnection