Home
last modified time | relevance | path

Searched refs:SuspendStream (Results 1 – 8 of 8) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.h61 virtual void SuspendStream(LeAudioDeviceGroup* group) = 0;
Dmock_state_machine.h43 MOCK_METHOD((void), SuspendStream,
Dstate_machine_test.cc3154 LeAudioGroupStateMachine::Get()->SuspendStream(group); in TEST_F()
3228 LeAudioGroupStateMachine::Get()->SuspendStream(group); in TEST_F()
3334 LeAudioGroupStateMachine::Get()->SuspendStream(group); in TEST_F()
3952 LeAudioGroupStateMachine::Get()->SuspendStream(group); in TEST_F()
Dstate_machine.cc310 void SuspendStream(LeAudioDeviceGroup* group) override { in SuspendStream() function in __anon87c5660e0111::LeAudioGroupStateMachineImpl
Dclient.cc956 groupStateMachine_->SuspendStream(group); in GroupSuspend()
Dle_audio_client_test.cc1294 ON_CALL(mock_state_machine_, SuspendStream(_)) in SetUpMockGroups()
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc431 if (BluetoothAudioSessionControl_2_1::SuspendStream(session_type_hidl_)) { in Suspend()
Ddevice_port_proxy.cc508 if (BluetoothAudioSessionControl::SuspendStream(session_type_)) { in Suspend()