Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.h52 virtual bool AttachToStream(
Dmock_state_machine.h37 (bool), AttachToStream,
Dstate_machine_test.cc4871 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
4993 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
5107 ASSERT_EQ(LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
5238 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
5436 ASSERT_FALSE(LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
6016 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
7456 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
7577 LeAudioGroupStateMachine::Get()->AttachToStream( in TEST_F()
Dstate_machine.cc150 bool AttachToStream(LeAudioDeviceGroup* group, LeAudioDevice* leAudioDevice, in AttachToStream() function in __anon87c5660e0111::LeAudioGroupStateMachineImpl
Dclient.cc3223 if (!groupStateMachine_->AttachToStream(group, leAudioDevice, in AttachToStreamingGroupIfNeeded()
Dle_audio_client_test.cc953 ON_CALL(mock_state_machine_, AttachToStream(_, _, _)) in SetUpMockGroups()