Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSessionControl.h98 static void StopStream(const SessionType& session_type) { in StopStream() function
102 session_ptr->StopStream(); in StopStream()
H A DBluetoothAudioSessionControl_2_1.h104 static void StopStream(const SessionType_2_1& session_type) { in StopStream() function
108 session_ptr->GetAudioSession()->StopStream(); in StopStream()
H A DBluetoothAudioSession.h150 void StopStream();
H A DBluetoothAudioSession.cpp285 void BluetoothAudioSession::StopStream() { in StopStream() function in android::bluetooth::audio::BluetoothAudioSession
/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.cc462 BluetoothAudioSessionControl_2_1::StopStream(session_type_); in Stop()