Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/bta/le_audio/
Dstate_machine.cc283 StopStream(group); in StartStream()
376 void StopStream(LeAudioDeviceGroup* group) override { in StopStream() function in __anon73ff2d040111::LeAudioGroupStateMachineImpl
544 StopStream(group); in ProcessGattNotifEvent()
579 StopStream(group); in ProcessHciNotifOnCigCreate()
631 StopStream(group); in ProcessHciNotifyOnCigRemoveRecovering()
637 StopStream(group); in ProcessHciNotifyOnCigRemoveRecovering()
694 StopStream(group); in ProcessHciNotifSetupIsoDataPath()
1067 StopStream(group); in ProcessHciNotifCisEstablished()
1092 StopStream(group); in ProcessHciNotifCisEstablished()
1929 StopStream(group); in AseStateMachineProcessIdle()
[all …]
Dstate_machine.h62 virtual void StopStream(LeAudioDeviceGroup* group) = 0;
Dmock_state_machine.h47 MOCK_METHOD((void), StopStream, (bluetooth::le_audio::LeAudioDeviceGroup * group), (override));
Dstate_machine_test.cc3576 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3641 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3714 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3811 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3891 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
3988 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
4067 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
4154 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
4331 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
4409 LeAudioGroupStateMachine::Get()->StopStream(group); in TEST_F()
[all …]
Dle_audio_client_test.cc1383 ON_CALL(mock_state_machine_, StopStream(_)).WillByDefault([this](LeAudioDeviceGroup* group) { in SetUpMockGroups()
2916 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(is_reconfig); in TestSetCodecPreference()
4596 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
4656 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(0); in TEST_F()
5017 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5087 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5164 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5213 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5270 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
5492 EXPECT_CALL(mock_state_machine_, StopStream(_)).Times(1); in TEST_F()
[all …]
Dclient.cc1247 groupStateMachine_->StopStream(group); in GroupStop()
1322 groupStateMachine_->StopStream(group); in initReconfiguration()
2125 groupStateMachine_->StopStream(group); in Disconnect()
4098 groupStateMachine_->StopStream(group); in StartSendingAudio()
4127 groupStateMachine_->StopStream(group); in StartSendingAudio()
4136 groupStateMachine_->StopStream(group); in StartSendingAudio()
4188 groupStateMachine_->StopStream(group); in StartReceivingAudio()
4207 groupStateMachine_->StopStream(group); in StartReceivingAudio()
4216 groupStateMachine_->StopStream(group); in StartReceivingAudio()
6179 groupStateMachine_->StopStream(group); in OnStateMachineStatusReportCb()
/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()
168 sco_connections_.at(handle).StopStream(std::move(stopStream)); in Disconnect()
Dsco_connection.cc299 void ScoConnection::StopStream(std::function<void(TaskId)> stopStream) { in StopStream() function in ScoConnection
/packages/modules/Bluetooth/system/audio_hal_interface/
Da2dp_encoding.h57 virtual Status StopStream() const { return SuspendStream(); } in StopStream() function
/packages/modules/Bluetooth/system/audio_bluetooth_hw/
Ddevice_port_proxy_hidl.cc431 BluetoothAudioSessionControl_2_1::StopStream(session_type_hidl_); in Stop()
Ddevice_port_proxy.cc534 BluetoothAudioSessionControl::StopStream(session_type_); in Stop()
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/
Da2dp_encoding_aidl.cc186 auto status = stream_callbacks_->StopStream(); in StopRequest()
/packages/modules/Bluetooth/system/btif/src/
Dbtif_a2dp_source.cc387 Status StopStream() const override { in StopStream() function in A2dpStreamCallbacks