Home
last modified time | relevance | path

Searched refs:ProcessHciNotifAclDisconnected (Results 1 – 6 of 6) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.h101 virtual void ProcessHciNotifAclDisconnected(LeAudioDeviceGroup* group,
Dmock_state_machine.h107 MOCK_METHOD((void), ProcessHciNotifAclDisconnected,
Dstate_machine_test.cc746 LeAudioGroupStateMachine::Get()->ProcessHciNotifAclDisconnected( in InjectAclDisconnected()
4418 LeAudioGroupStateMachine::Get()->ProcessHciNotifAclDisconnected( in TEST_F()
4444 LeAudioGroupStateMachine::Get()->ProcessHciNotifAclDisconnected( in TEST_F()
6997 LeAudioGroupStateMachine::Get()->ProcessHciNotifAclDisconnected( in TEST_F()
Dle_audio_client_test.cc1315 ON_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in SetUpMockGroups()
5170 EXPECT_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in TEST_F()
5807 EXPECT_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in TEST_F()
5894 EXPECT_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in TEST_F()
8181 ON_CALL(mock_state_machine_, ProcessHciNotifAclDisconnected(_, _)) in TEST_F()
Dstate_machine.cc779 void ProcessHciNotifAclDisconnected(LeAudioDeviceGroup* group, in ProcessHciNotifAclDisconnected() function in __anon87c5660e0111::LeAudioGroupStateMachineImpl
Dclient.cc2434 groupStateMachine_->ProcessHciNotifAclDisconnected(group, leAudioDevice); in OnGattDisconnected()