Home
last modified time | relevance | path

Searched refs:RTCPeerConnection (Results 1 – 25 of 101) sorted by relevance

12345

/external/chromium_org/third_party/WebKit/Source/modules/mediastream/
DRTCPeerConnection.cpp75 static bool throwExceptionIfSignalingStateClosed(RTCPeerConnection::SignalingState state, Exception… in throwExceptionIfSignalingStateClosed()
77 if (state == RTCPeerConnection::SignalingStateClosed) { in throwExceptionIfSignalingStateClosed()
87 RTCConfiguration* RTCPeerConnection::parseConfiguration(const Dictionary& configuration, ExceptionS… in parseConfiguration()
175 RTCOfferOptions* RTCPeerConnection::parseOfferOptions(const Dictionary& options, ExceptionState& ex… in parseOfferOptions()
210 RTCPeerConnection* RTCPeerConnection::create(ExecutionContext* context, const Dictionary& rtcConfig… in create()
220RTCPeerConnection* peerConnection = adoptRefCountedGarbageCollectedWillBeNoop(new RTCPeerConnectio… in create()
228 RTCPeerConnection::RTCPeerConnection(ExecutionContext* context, RTCConfiguration* configuration, We… in RTCPeerConnection() function in blink::RTCPeerConnection
233 , m_dispatchScheduledEventRunner(this, &RTCPeerConnection::dispatchScheduledEvent) in RTCPeerConnection()
266 RTCPeerConnection::~RTCPeerConnection() in ~RTCPeerConnection()
273 void RTCPeerConnection::createOffer(RTCSessionDescriptionCallback* successCallback, RTCErrorCallbac… in createOffer()
[all …]
DRTCPeerConnection.h58 class RTCPeerConnection FINAL
59 : public RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCPeerConnection>
63 …TING_WILL_BE_REMOVED(RefCountedGarbageCollectedWillBeGarbageCollectedFinalized<RTCPeerConnection>);
65 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(RTCPeerConnection);
67 …static RTCPeerConnection* create(ExecutionContext*, const Dictionary&, const Dictionary&, Exceptio…
68 virtual ~RTCPeerConnection();
152 RTCPeerConnection(ExecutionContext*, RTCConfiguration*, WebMediaConstraints, ExceptionState&);
179 AsyncMethodRunner<RTCPeerConnection> m_dispatchScheduledEventRunner;
DRTCVoidRequestImpl.h41 class RTCPeerConnection; variable
46 …static RTCVoidRequestImpl* create(ExecutionContext*, RTCPeerConnection*, VoidCallback*, RTCErrorCa…
59 RTCVoidRequestImpl(ExecutionContext*, RTCPeerConnection*, VoidCallback*, RTCErrorCallback*);
65 Member<RTCPeerConnection> m_requester;
DRTCSessionDescriptionRequestImpl.h43 class RTCPeerConnection; variable
49 …static RTCSessionDescriptionRequestImpl* create(ExecutionContext*, RTCPeerConnection*, RTCSessionD…
61 …RTCSessionDescriptionRequestImpl(ExecutionContext*, RTCPeerConnection*, RTCSessionDescriptionCallb…
67 Member<RTCPeerConnection> m_requester;
DRTCStatsRequestImpl.h38 class RTCPeerConnection; variable
43 …static RTCStatsRequestImpl* create(ExecutionContext*, RTCPeerConnection*, RTCStatsCallback*, Media…
58 … RTCStatsRequestImpl(ExecutionContext*, RTCPeerConnection*, RTCStatsCallback*, MediaStreamTrack*);
64 Member<RTCPeerConnection> m_requester;
DRTCDataChannel.h38 class RTCPeerConnection; variable
51 …static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelH…
52 …static RTCDataChannel* create(ExecutionContext*, RTCPeerConnection*, WebRTCPeerConnectionHandler*,…
94 RTCDataChannel(ExecutionContext*, RTCPeerConnection*, PassOwnPtr<WebRTCDataChannelHandler>);
122 WeakMember<RTCPeerConnection> m_connection;
DRTCStatsRequestImpl.cpp34 RTCStatsRequestImpl* RTCStatsRequestImpl::create(ExecutionContext* context, RTCPeerConnection* requ… in create()
41 RTCStatsRequestImpl::RTCStatsRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, R… in RTCStatsRequestImpl()
DRTCSessionDescriptionRequestImpl.cpp44 …RTCSessionDescriptionRequestImpl::create(ExecutionContext* context, RTCPeerConnection* requester, … in create()
51 …stImpl::RTCSessionDescriptionRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, … in RTCSessionDescriptionRequestImpl()
DRTCVoidRequestImpl.cpp40 RTCVoidRequestImpl* RTCVoidRequestImpl::create(ExecutionContext* context, RTCPeerConnection* reques… in create()
47 RTCVoidRequestImpl::RTCVoidRequestImpl(ExecutionContext* context, RTCPeerConnection* requester, Voi… in RTCVoidRequestImpl()
DRTCDataChannel.cpp55 RTCDataChannel* RTCDataChannel::create(ExecutionContext* context, RTCPeerConnection* connection, Pa… in create()
61 RTCDataChannel* RTCDataChannel::create(ExecutionContext* context, RTCPeerConnection* connection, We… in create()
71 RTCDataChannel::RTCDataChannel(ExecutionContext* context, RTCPeerConnection* connection, PassOwnPtr… in RTCDataChannel()
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/public/
DRTCPeerConnectionDelegate.h35 @class RTCPeerConnection;
42 - (void)peerConnectionOnError:(RTCPeerConnection *)peerConnection;
45 - (void)peerConnection:(RTCPeerConnection *)peerConnection
49 - (void)peerConnection:(RTCPeerConnection *)peerConnection
53 - (void)peerConnection:(RTCPeerConnection *)peerConnection
57 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection *)peerConnection;
60 - (void)peerConnection:(RTCPeerConnection *)peerConnection
64 - (void)peerConnection:(RTCPeerConnection *)peerConnection
68 - (void)peerConnection:(RTCPeerConnection *)peerConnection
72 - (void)peerConnection:(RTCPeerConnection*)peerConnection
DRTCSessionDescriptionDelegate.h30 @class RTCPeerConnection;
41 - (void)peerConnection:(RTCPeerConnection *)peerConnection
46 - (void)peerConnection:(RTCPeerConnection *)peerConnection
DRTCStatsDelegate.h30 @class RTCPeerConnection;
36 - (void)peerConnection:(RTCPeerConnection*)peerConnection
DRTCPeerConnectionFactory.h33 @class RTCPeerConnection;
50 - (RTCPeerConnection *)
/external/chromium_org/third_party/webrtc/test/manual/
Dadapter.js1 var RTCPeerConnection = null; variable
9 RTCPeerConnection = mozRTCPeerConnection;
25 RTCPeerConnection = webkitRTCPeerConnection;
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objctests/
DRTCPeerConnectionSyncObserver.m154 - (void)peerConnectionOnError:(RTCPeerConnection*)peerConnection { argument
159 - (void)peerConnection:(RTCPeerConnection*)peerConnection
170 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
177 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
184 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection*)peerConnection { argument
187 - (void)peerConnection:(RTCPeerConnection*)peerConnection
196 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
208 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
217 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
DRTCPeerConnectionTest.mm34 #import "RTCPeerConnection.h"
56 - (RTCMediaStream*)addTracksToPeerConnection:(RTCPeerConnection*)pc
74 - (RTCMediaStream*)addTracksToPeerConnection:(RTCPeerConnection*)pc argument
109 RTCPeerConnection* pcOffer =
117 RTCPeerConnection* pcAnswer =
308 // factory outlives RTCPeerConnection:dealloc.
/external/chromium_org/third_party/libjingle/source/talk/examples/objc/AppRTCDemo/
DAPPRTCConnectionManager.m37 #import "RTCPeerConnection.h"
51 @property(nonatomic, strong) RTCPeerConnection* peerConnection;
246 - (void)peerConnectionOnError:(RTCPeerConnection*)peerConnection { argument
256 - (void)peerConnection:(RTCPeerConnection*)peerConnection
263 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
280 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
286 - (void)peerConnectionOnRenegotiationNeeded:(RTCPeerConnection*)peerConnection { argument
293 - (void)peerConnection:(RTCPeerConnection*)peerConnection
319 - (void)peerConnection:(RTCPeerConnection*)peerConnection
325 - (void)peerConnection:(RTCPeerConnection*)peerConnection argument
[all …]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/objc/
DRTCPeerConnection.mm32 #import "RTCPeerConnection+Internal.h"
60 RTCPeerConnection* peerConnection) {
86 RTCPeerConnection* _peerConnection;
92 RTCPeerConnection* peerConnection) {
114 RTCPeerConnection* _peerConnection;
120 RTCPeerConnection* peerConnection) {
138 RTCPeerConnection* _peerConnection;
142 @implementation RTCPeerConnection { implementation
275 @implementation RTCPeerConnection (Internal) implementation in Internal
DRTCPeerConnectionObserver.h41 RTCPeerConnectionObserver(RTCPeerConnection* peerConnection);
74 __weak RTCPeerConnection* _peerConnection;
DRTCPeerConnectionFactory.mm42 #import "RTCPeerConnection+Internal.h"
88 - (RTCPeerConnection*)
96 RTCPeerConnection* pc =
97 [[RTCPeerConnection alloc] initWithFactory:self.nativeFactory.get()
DRTCPeerConnection+Internal.h34 @interface RTCPeerConnection (Internal)
/external/chromium_org/tools/perf/page_sets/third_party/webrtc/samples/js/base/
Dadapter.js1 var RTCPeerConnection = null; variable
36 var RTCPeerConnection = function(pcConfig, pcConstraints) { class
167 var RTCPeerConnection = function(pcConfig, pcConstraints) {
/external/chromium_org/third_party/webrtc/tools/loopback_test/
Dadapter.js14 var RTCPeerConnection = null; variable
49 var RTCPeerConnection = function(pcConfig, pcConstraints) { class
180 var RTCPeerConnection = function(pcConfig, pcConstraints) {
Dloopback_test.js97 var pc1 = new RTCPeerConnection(pcConfig, pcConstraints);
110 var pc2 = new RTCPeerConnection(pcConfig, pcConstraints);

12345