HomeSort by relevance Sort by last modified time
    Searched defs:OnAddStream (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
peerconnectionfactory_unittest.cc 91 virtual void OnAddStream(MediaStreamInterface* stream) {}
peerconnectioninterface_unittest.cc 161 virtual void OnAddStream(MediaStreamInterface* stream) {
541 // check if OnAddStream have been called with the same stream as we offer to
    [all...]
peerconnection_unittest.cc 436 virtual void OnAddStream(webrtc::MediaStreamInterface* media_stream) {
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.cc 112 void PeerConnectionTestWrapper::OnAddStream(MediaStreamInterface* stream) {
114 << ": OnAddStream";
  /external/chromium_org/third_party/libjingle/source/talk/examples/peerconnection/client/
conductor.cc 146 void Conductor::OnAddStream(webrtc::MediaStreamInterface* stream) {
  /external/chromium_org/content/renderer/media/
rtc_peer_connection_handler.cc     [all...]
  /external/chromium_org/remoting/host/
cast_extension_session.cc 608 void CastExtensionSession::OnAddStream(webrtc::MediaStreamInterface* stream) {

Completed in 291 milliseconds