Home
last modified time | relevance | path

Searched defs:OnAddStream (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/device/google/cuttlefish/host/frontend/webrtc/libcommon/
Dconnection_controller.cpp304 void ConnectionController::OnAddStream( in OnAddStream() function in cuttlefish::webrtc_streaming::ConnectionController
/aosp_15_r20/external/webrtc/examples/unityplugin/
H A Dsimple_peer_connection.cc409 void SimplePeerConnection::OnAddStream( in OnAddStream() function in SimplePeerConnection
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_factory_unittest.cc94 void OnAddStream(rtc::scoped_refptr<MediaStreamInterface> stream) override {} in OnAddStream() function in __anon5ec26d440111::NullPeerConnectionObserver
/aosp_15_r20/external/webrtc/pc/test/
H A Dmock_peer_connection_observers.h80 void OnAddStream(rtc::scoped_refptr<MediaStreamInterface> stream) override { in OnAddStream() function
/aosp_15_r20/external/webrtc/sdk/android/src/jni/pc/
H A Dpeer_connection.cc381 void PeerConnectionObserverJni::OnAddStream( in OnAddStream() function in webrtc::jni::PeerConnectionObserverJni
/aosp_15_r20/external/webrtc/api/
H A Dpeer_connection_interface.h1252 virtual void OnAddStream(rtc::scoped_refptr<MediaStreamInterface> stream) {} in OnAddStream() function