Searched refs:StopStream (Results 1 – 10 of 10) sorted by relevance
98 static void StopStream(const SessionType& session_type) { in StopStream() function102 session_ptr->StopStream(); in StopStream()
104 static void StopStream(const SessionType_2_1& session_type) { in StopStream() function108 session_ptr->GetAudioSession()->StopStream(); in StopStream()
151 void StopStream();
303 void BluetoothAudioSession::StopStream() { in StopStream() function in android::bluetooth::audio::BluetoothAudioSession305 return HidlToAidlMiddleware_2_0::StopStream(session_type_); in StopStream()
123 static void StopStream(const SessionType& session_type) { in StopStream() function127 session_ptr->StopStream(); in StopStream()
52 static void StopStream(const SessionType_2_0& session_type);
185 void StopStream();
567 void HidlToAidlMiddleware_2_0::StopStream(const SessionType_2_0& session_type) { in StopStream() function in aidl::android::hardware::bluetooth::audio::HidlToAidlMiddleware_2_0568 return BluetoothAudioSessionControl::StopStream( in StopStream()
275 void BluetoothAudioSession::StopStream() { in StopStream() function in aidl::android::hardware::bluetooth::audio::BluetoothAudioSession
461 BluetoothAudioSessionControl::StopStream(mSessionType); in stop()