Searched refs:StopStream (Results 1 – 11 of 11) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 317 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 …]
|
D | state_machine.h | 68 virtual void StopStream(LeAudioDeviceGroup* group) = 0;
|
D | mock_state_machine.h | 54 MOCK_METHOD((void), StopStream,
|
D | state_machine_test.cc | 3403 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 …]
|
D | client.cc | 984 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 …]
|
D | le_audio_client_test.cc | 1452 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/ |
D | sco_connection.h | 103 void StopStream(std::function<void(TaskId)> stopStream);
|
D | acl_connection_handler.cc | 43 sco_connection.StopStream(stopStream); in Reset() 178 sco_connections_.at(handle).StopStream(std::move(stopStream)); in Disconnect()
|
D | sco_connection.cc | 330 void ScoConnection::StopStream(std::function<void(TaskId)> stopStream) { in StopStream() function in ScoConnection
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy_hidl.cc | 463 BluetoothAudioSessionControl_2_1::StopStream(session_type_hidl_); in Stop()
|
D | device_port_proxy.cc | 539 BluetoothAudioSessionControl::StopStream(session_type_); in Stop()
|