Home
last modified time | relevance | path

Searched refs:StopStream (Results 1 – 11 of 11) sorted by relevance

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc317 void StopStream(LeAudioDeviceGroup* group) override { in StopStream() function in __anon87c5660e0111::LeAudioGroupStateMachineImpl
395 StopStream(group); in ProcessGattCtpNotification()
460 StopStream(group); in ProcessGattNotifEvent()
497 StopStream(group); in ProcessHciNotifOnCigCreate()
553 StopStream(group); in ProcessHciNotifyOnCigRemoveRecovering()
560 StopStream(group); in ProcessHciNotifyOnCigRemoveRecovering()
613 StopStream(group); in ProcessHciNotifSetupIsoDataPath()
999 StopStream(group); in ProcessHciNotifCisEstablished()
1011 StopStream(group); in ProcessHciNotifCisEstablished()
1890 StopStream(group); in AseStateMachineProcessIdle()
[all …]
Dstate_machine.h68 virtual void StopStream(LeAudioDeviceGroup* group) = 0;
Dmock_state_machine.h54 MOCK_METHOD((void), StopStream,
Dstate_machine_test.cc3403 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3476 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3559 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3670 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3762 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3843 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3902 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3955 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
4360 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
5433 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
[all …]
Dclient.cc984 groupStateMachine_->StopStream(group); in GroupStop()
1681 groupStateMachine_->StopStream(group); in Disconnect()
3203 groupStateMachine_->StopStream(group); in AttachToStreamingGroupIfNeeded()
3684 groupStateMachine_->StopStream(group); in StartSendingAudio()
3718 groupStateMachine_->StopStream(group); in StartSendingAudio()
3730 groupStateMachine_->StopStream(group); in StartSendingAudio()
3776 groupStateMachine_->StopStream(group); in StartReceivingAudio()
3798 groupStateMachine_->StopStream(group); in StartReceivingAudio()
3810 groupStateMachine_->StopStream(group); in StartReceivingAudio()
4676 groupStateMachine_->StopStream(group); in SetConfigurationAndStopStreamWhenNeeded()
[all …]
Dle_audio_client_test.cc1452 ON_CALL(mock_state_machine_, StopStream(_)) in SetUpMockGroups()
4556 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
4623 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
5169 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5891 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
8164 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
8253 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
8320 ON_CALL(mock_state_machine_, StopStream(_)) in TEST_F()
8328 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(2); in TEST_F()
8611 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
[all …]
/packages/modules/Bluetooth/tools/rootcanal/model/controller/
Dsco_connection.h103 void StopStream(std::function<void(TaskId)> stopStream);
Dacl_connection_handler.cc43 sco_connection.StopStream(stopStream); in Reset()
178 sco_connections_.at(handle).StopStream(std::move(stopStream)); in Disconnect()
Dsco_connection.cc330 void ScoConnection::StopStream(std::function<void(TaskId)> stopStream) { in StopStream() function in ScoConnection
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc463 BluetoothAudioSessionControl_2_1::StopStream(session_type_hidl_); in Stop()
Ddevice_port_proxy.cc539 BluetoothAudioSessionControl::StopStream(session_type_); in Stop()