Searched refs:StartStream (Results 1 – 10 of 10) sorted by relevance
80 static bool StartStream(const SessionType& session_type) { in StartStream() function84 return session_ptr->StartStream(); in StartStream()
86 static bool StartStream(const SessionType_2_1& session_type) { in StartStream() function90 return session_ptr->GetAudioSession()->StartStream(); in StartStream()
149 bool StartStream();
267 bool BluetoothAudioSession::StartStream() { in StartStream() function in android::bluetooth::audio::BluetoothAudioSession269 return HidlToAidlMiddleware_2_0::StartStream(session_type_); in StartStream()
104 static bool StartStream(const SessionType& session_type,109 return session_ptr->StartStream(low_latency);
50 static bool StartStream(const SessionType_2_0& session_type);
183 bool StartStream(bool low_latency);
561 bool HidlToAidlMiddleware_2_0::StartStream( in StartStream() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0563 return BluetoothAudioSessionControl::StartStream( in StartStream()
243 bool BluetoothAudioSession::StartStream(bool is_low_latency) { in StartStream() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
383 if (BluetoothAudioSessionControl::StartStream(mSessionType)) { in start()