Searched refs:ProcessHciNotifAclDisconnected (Results 1 – 6 of 6) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.h | 101 virtual void ProcessHciNotifAclDisconnected(LeAudioDeviceGroup* group,
|
D | mock_state_machine.h | 107 MOCK_METHOD((void), ProcessHciNotifAclDisconnected,
|
D | state_machine_test.cc | 746 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()
|
D | le_audio_client_test.cc | 1315 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()
|
D | state_machine.cc | 779 void ProcessHciNotifAclDisconnected(LeAudioDeviceGroup* group, in ProcessHciNotifAclDisconnected() function in __anon87c5660e0111::LeAudioGroupStateMachineImpl
|
D | client.cc | 2434 groupStateMachine_->ProcessHciNotifAclDisconnected(group, leAudioDevice); in OnGattDisconnected()
|