Home
last modified time | relevance | path

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

/hardware/interfaces/bluetooth/audio/utils/session/
DBluetoothAudioSessionControl.h80 static bool StartStream(const SessionType& session_type) { in StartStream() function
84 return session_ptr->StartStream(); in StartStream()
DBluetoothAudioSessionControl_2_1.h86 static bool StartStream(const SessionType_2_1& session_type) { in StartStream() function
90 return session_ptr->GetAudioSession()->StartStream(); in StartStream()
DBluetoothAudioSession.h149 bool StartStream();
DBluetoothAudioSession.cpp267 bool BluetoothAudioSession::StartStream() { in StartStream() function in android::bluetooth::audio::BluetoothAudioSession
269 return HidlToAidlMiddleware_2_0::StartStream(session_type_); in StartStream()
/hardware/interfaces/bluetooth/audio/utils/aidl_session/
DBluetoothAudioSessionControl.h104 static bool StartStream(const SessionType& session_type,
109 return session_ptr->StartStream(low_latency);
DHidlToAidlMiddleware_2_0.h50 static bool StartStream(const SessionType_2_0& session_type);
DBluetoothAudioSession.h183 bool StartStream(bool low_latency);
DHidlToAidlMiddleware.cpp561 bool HidlToAidlMiddleware_2_0::StartStream( in StartStream() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0
563 return BluetoothAudioSessionControl::StartStream( in StartStream()
DBluetoothAudioSession.cpp243 bool BluetoothAudioSession::StartStream(bool is_low_latency) { in StartStream() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
/hardware/interfaces/audio/aidl/default/bluetooth/
DDevicePortProxy.cpp383 if (BluetoothAudioSessionControl::StartStream(mSessionType)) { in start()