Home
last modified time | relevance | path

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

/aosp12/hardware/interfaces/bluetooth/audio/utils/session/
H A DBluetoothAudioSessionControl.h80 static bool StartStream(const SessionType& session_type) { in StartStream() function
84 return session_ptr->StartStream(); in StartStream()
H A DBluetoothAudioSessionControl_2_1.h86 static bool StartStream(const SessionType_2_1& session_type) { in StartStream() function
90 return session_ptr->GetAudioSession()->StartStream(); in StartStream()
H A DBluetoothAudioSession.h148 bool StartStream();
H A DBluetoothAudioSession.cpp253 bool BluetoothAudioSession::StartStream() { in StartStream() function in android::bluetooth::audio::BluetoothAudioSession
/aosp12/system/bt/audio_bluetooth_hw/
H A Ddevice_port_proxy.cc404 if (BluetoothAudioSessionControl_2_1::StartStream(session_type_)) { in Start()