Searched refs:StopStream (Results 1 – 14 of 14) sorted by relevance
/packages/modules/Bluetooth/system/bta/le_audio/ |
D | state_machine.cc | 283 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 …]
|
D | state_machine.h | 62 virtual void StopStream(LeAudioDeviceGroup* group) = 0;
|
D | mock_state_machine.h | 47 MOCK_METHOD((void), StopStream, (bluetooth::le_audio::LeAudioDeviceGroup * group), (override));
|
D | state_machine_test.cc | 3576 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 …]
|
D | le_audio_client_test.cc | 1383 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 …]
|
D | client.cc | 1247 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/ |
D | sco_connection.h | 103 void StopStream(std::function<void(TaskId)> stopStream);
|
D | acl_connection_handler.cc | 43 sco_connection.StopStream(stopStream); in Reset() 168 sco_connections_.at(handle).StopStream(std::move(stopStream)); in Disconnect()
|
D | sco_connection.cc | 299 void ScoConnection::StopStream(std::function<void(TaskId)> stopStream) { in StopStream() function in ScoConnection
|
/packages/modules/Bluetooth/system/audio_hal_interface/ |
D | a2dp_encoding.h | 57 virtual Status StopStream() const { return SuspendStream(); } in StopStream() function
|
/packages/modules/Bluetooth/system/audio_bluetooth_hw/ |
D | device_port_proxy_hidl.cc | 431 BluetoothAudioSessionControl_2_1::StopStream(session_type_hidl_); in Stop()
|
D | device_port_proxy.cc | 534 BluetoothAudioSessionControl::StopStream(session_type_); in Stop()
|
/packages/modules/Bluetooth/system/audio_hal_interface/aidl/a2dp/ |
D | a2dp_encoding_aidl.cc | 186 auto status = stream_callbacks_->StopStream(); in StopRequest()
|
/packages/modules/Bluetooth/system/btif/src/ |
D | btif_a2dp_source.cc | 387 Status StopStream() const override { in StopStream() function in A2dpStreamCallbacks
|