HomeSort by relevance Sort by last modified time
    Searched refs:SetSessionDescriptionObserver (Results 1 - 9 of 9) sorted by null

  /external/webrtc/talk/app/webrtc/
jsep.h 144 class SetSessionDescriptionObserver : public rtc::RefCountInterface {
150 ~SetSessionDescriptionObserver() {}
peerconnectionproxy.h 65 PROXY_METHOD2(void, SetLocalDescription, SetSessionDescriptionObserver*,
67 PROXY_METHOD2(void, SetRemoteDescription, SetSessionDescriptionObserver*,
peerconnection.h 124 void SetLocalDescription(SetSessionDescriptionObserver* observer,
126 void SetRemoteDescription(SetSessionDescriptionObserver* observer,
206 void PostSetSessionDescriptionFailure(SetSessionDescriptionObserver* observer,
peerconnectioninterface.h 387 virtual void SetLocalDescription(SetSessionDescriptionObserver* observer,
392 virtual void SetRemoteDescription(SetSessionDescriptionObserver* observer,
peerconnection.cc 110 webrtc::SetSessionDescriptionObserver* observer)
114 rtc::scoped_refptr<webrtc::SetSessionDescriptionObserver> observer;
    [all...]
  /external/webrtc/talk/app/webrtc/test/
mockpeerconnectionobservers.h 68 : public webrtc::SetSessionDescriptionObserver {
  /external/webrtc/talk/app/webrtc/objc/
RTCPeerConnection.mm 90 class RTCSetSessionDescriptionObserver : public SetSessionDescriptionObserver {
  /external/webrtc/webrtc/examples/peerconnection/client/
conductor.cc 37 : public webrtc::SetSessionDescriptionObserver {
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 125 using webrtc::SetSessionDescriptionObserver;
566 : public SdpObserverWrapper<SetSessionDescriptionObserver> {
    [all...]

Completed in 581 milliseconds