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

  /external/webrtc/talk/media/webrtc/
fakewebrtccall.cc 350 void FakeCall::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) {
355 ADD_FAILURE() << "DestroyVideoSendStream called with unknown paramter.";
  /external/webrtc/webrtc/call/
call.cc 73 void DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) override;
402 void Call::DestroyVideoSendStream(webrtc::VideoSendStream* send_stream) {
403 TRACE_EVENT0("webrtc", "Call::DestroyVideoSendStream");

Completed in 532 milliseconds