Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/2.0/default/session/
DBluetoothAudioSessionControl.h80 static bool StartStream(const SessionType& session_type) { in StartStream() function
84 return session_ptr->StartStream(); in StartStream()
DBluetoothAudioSession.h146 bool StartStream();
DBluetoothAudioSession.cpp250 bool BluetoothAudioSession::StartStream() { in StartStream() function in android::bluetooth::audio::BluetoothAudioSession