OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PeerConnectionInterface
(Results
1 - 25
of
38
) sorted by null
1
2
/external/webrtc/talk/app/webrtc/objc/
RTCEnumConverter.mm
30
#include "talk/app/webrtc/
peerconnectioninterface
.h"
35
(webrtc::
PeerConnectionInterface
::IceConnectionState)nativeState {
37
case webrtc::
PeerConnectionInterface
::kIceConnectionNew:
39
case webrtc::
PeerConnectionInterface
::kIceConnectionChecking:
41
case webrtc::
PeerConnectionInterface
::kIceConnectionConnected:
43
case webrtc::
PeerConnectionInterface
::kIceConnectionCompleted:
45
case webrtc::
PeerConnectionInterface
::kIceConnectionFailed:
47
case webrtc::
PeerConnectionInterface
::kIceConnectionDisconnected:
49
case webrtc::
PeerConnectionInterface
::kIceConnectionClosed:
51
case webrtc::
PeerConnectionInterface
::kIceConnectionMax
[
all
...]
RTCEnumConverter.h
39
(webrtc::
PeerConnectionInterface
::IceConnectionState)nativeState;
42
(webrtc::
PeerConnectionInterface
::IceGatheringState)nativeState;
45
(webrtc::
PeerConnectionInterface
::SignalingState)nativeState;
47
+ (webrtc::
PeerConnectionInterface
::StatsOutputLevel)
60
(webrtc::
PeerConnectionInterface
::IceTransportsType)nativeEnum;
62
+ (webrtc::
PeerConnectionInterface
::IceTransportsType)nativeEnumForIceTransportsType:
66
(webrtc::
PeerConnectionInterface
::BundlePolicy)nativeEnum;
68
+ (webrtc::
PeerConnectionInterface
::BundlePolicy)nativeEnumForBundlePolicy:
72
(webrtc::
PeerConnectionInterface
::RtcpMuxPolicy)nativeEnum;
74
+ (webrtc::
PeerConnectionInterface
::RtcpMuxPolicy)nativeEnumForRtcpMuxPolicy
[
all
...]
RTCICEServer+Internal.h
30
#include "talk/app/webrtc/
peerconnectioninterface
.h"
36
readonly) webrtc::
PeerConnectionInterface
::IceServer iceServer;
RTCPeerConnectionInterface+Internal.h
30
#include "talk/app/webrtc/
peerconnectioninterface
.h"
35
webrtc::
PeerConnectionInterface
::RTCConfiguration nativeConfiguration;
RTCPeerConnection+Internal.h
32
#include "talk/app/webrtc/
peerconnectioninterface
.h"
37
rtc::scoped_refptr<webrtc::
PeerConnectionInterface
> peerConnection;
40
iceServers:(const webrtc::
PeerConnectionInterface
::IceServers &)iceServers
44
config:(const webrtc::
PeerConnectionInterface
::RTCConfiguration &)config
RTCPeerConnectionObserver.h
28
#include "talk/app/webrtc/
peerconnectioninterface
.h"
46
PeerConnectionInterface
::SignalingState new_state) override;
62
PeerConnectionInterface
::IceConnectionState new_state) override;
66
PeerConnectionInterface
::IceGatheringState new_state) override;
RTCPeerConnectionInterface.mm
47
webrtc::
PeerConnectionInterface
::RTCConfiguration config;
81
- (webrtc::
PeerConnectionInterface
::RTCConfiguration)nativeConfiguration {
82
webrtc::
PeerConnectionInterface
::RTCConfiguration nativeConfig;
RTCPeerConnectionObserver.mm
50
PeerConnectionInterface
::SignalingState new_state) {
85
PeerConnectionInterface
::IceConnectionState new_state) {
93
PeerConnectionInterface
::IceGatheringState new_state) {
RTCICEServer.mm
67
- (webrtc::
PeerConnectionInterface
::IceServer)iceServer {
68
webrtc::
PeerConnectionInterface
::IceServer iceServer;
RTCPeerConnection.mm
145
rtc::scoped_refptr<webrtc::
PeerConnectionInterface
> _peerConnection;
261
webrtc::
PeerConnectionInterface
::StatsOutputLevel nativeOutputLevel =
272
iceServers:(const webrtc::
PeerConnectionInterface
::IceServers&)iceServers
276
webrtc::
PeerConnectionInterface
::RTCConfiguration config;
287
config:(const webrtc::
PeerConnectionInterface
::RTCConfiguration &)config
301
- (rtc::scoped_refptr<webrtc::
PeerConnectionInterface
>)peerConnection {
/external/webrtc/webrtc/api/objc/
RTCIceServer+Private.h
13
#include "talk/app/webrtc/
peerconnectioninterface
.h"
24
webrtc::
PeerConnectionInterface
::IceServer iceServer;
RTCIceServer.mm
50
- (webrtc::
PeerConnectionInterface
::IceServer)iceServer {
51
__block webrtc::
PeerConnectionInterface
::IceServer iceServer;
/external/webrtc/talk/app/webrtc/
peerconnectionfactoryproxy.h
34
#include "talk/app/webrtc/
peerconnectioninterface
.h"
44
rtc::scoped_refptr<
PeerConnectionInterface
> CreatePeerConnection(
45
const
PeerConnectionInterface
::RTCConfiguration& a1,
50
return owner_thread_->Invoke<rtc::scoped_refptr<
PeerConnectionInterface
>>(
71
rtc::scoped_refptr<
PeerConnectionInterface
> CreatePeerConnection_ot(
72
const
PeerConnectionInterface
::RTCConfiguration& a1,
peerconnectionfactory_unittest.cc
52
using webrtc::
PeerConnectionInterface
;
88
PeerConnectionInterface
::SignalingState new_state) {}
94
PeerConnectionInterface
::IceConnectionState new_state) {}
96
PeerConnectionInterface
::IceGatheringState new_state) {}
160
webrtc::
PeerConnectionInterface
::RTCConfiguration config;
164
rtc::scoped_refptr<
PeerConnectionInterface
> pc(factory->CreatePeerConnection(
173
PeerConnectionInterface
::RTCConfiguration config;
174
webrtc::
PeerConnectionInterface
::IceServer ice_server;
185
rtc::scoped_refptr<
PeerConnectionInterface
> pc(factory_->CreatePeerConnection(
206
PeerConnectionInterface
::RTCConfiguration config
[
all
...]
peerconnectioninterface.h
158
class
PeerConnectionInterface
: public rtc::RefCountInterface {
407
//
PeerConnectionInterface
implement it.
409
const
PeerConnectionInterface
::RTCConfiguration& config) {
437
~
PeerConnectionInterface
() {}
451
PeerConnectionInterface
::SignalingState new_state) {}
471
PeerConnectionInterface
::IceConnectionState new_state) {}
475
PeerConnectionInterface
::IceGatheringState new_state) {}
528
virtual rtc::scoped_refptr<
PeerConnectionInterface
> CreatePeerConnection(
529
const
PeerConnectionInterface
::RTCConfiguration& configuration,
webrtcsession.cc
40
#include "talk/app/webrtc/
peerconnectioninterface
.h"
463
PeerConnectionInterface
::IceTransportsType type) {
465
case
PeerConnectionInterface
::kNone:
467
case
PeerConnectionInterface
::kRelay:
469
case
PeerConnectionInterface
::kNoHost:
471
case
PeerConnectionInterface
::kAll:
559
ice_connection_state_(
PeerConnectionInterface
::kIceConnectionNew),
601
const
PeerConnectionInterface
::RTCConfiguration& rtc_configuration) {
782
const
PeerConnectionInterface
::RTCOfferAnswerOptions& options,
[
all
...]
statscollector.h
39
#include "talk/app/webrtc/
peerconnectioninterface
.h"
78
void UpdateStats(
PeerConnectionInterface
::StatsOutputLevel level);
132
void ExtractVideoInfo(
PeerConnectionInterface
::StatsOutputLevel level);
webrtcsession.h
38
#include "talk/app/webrtc/
peerconnectioninterface
.h"
93
PeerConnectionInterface
::IceConnectionState new_state) {}
96
PeerConnectionInterface
::IceGatheringState new_state) {}
172
const
PeerConnectionInterface
::RTCConfiguration& rtc_configuration);
215
const
PeerConnectionInterface
::RTCOfferAnswerOptions& options,
228
bool SetIceTransports(
PeerConnectionInterface
::IceTransportsType type);
231
const
PeerConnectionInterface
::RTCConfiguration& config) const;
423
void SetIceConnectionState(
PeerConnectionInterface
::IceConnectionState state);
488
PeerConnectionInterface
::IceConnectionState ice_connection_state_;
514
PeerConnectionInterface
::BundlePolicy bundle_policy_
[
all
...]
peerconnection.h
35
#include "talk/app/webrtc/
peerconnectioninterface
.h"
51
const
PeerConnectionInterface
::RTCOfferAnswerOptions& rtc_options,
61
bool ParseIceServers(const
PeerConnectionInterface
::IceServers& servers,
65
// PeerConnection implements the
PeerConnectionInterface
interface.
67
class PeerConnection : public
PeerConnectionInterface
,
75
const
PeerConnectionInterface
::RTCConfiguration& configuration,
129
const
PeerConnectionInterface
::RTCConfiguration& config) override;
213
return signaling_state_ ==
PeerConnectionInterface
::kClosed;
219
const
PeerConnectionInterface
::RTCOfferAnswerOptions& rtc_options,
peerconnection_unittest.cc
42
#include "talk/app/webrtc/
peerconnectioninterface
.h"
89
using webrtc::
PeerConnectionInterface
;
219
webrtc::
PeerConnectionInterface
::SignalingState new_state) override {
235
webrtc::
PeerConnectionInterface
::IceConnectionState new_state) override {
239
webrtc::
PeerConnectionInterface
::IceGatheringState new_state) override {
313
return pc()->signaling_state() == webrtc::
PeerConnectionInterface
::kStable;
437
webrtc::
PeerConnectionInterface
* pc() { return peer_connection_.get(); }
597
observer, track,
PeerConnectionInterface
::kStatsOutputLevelStandard));
607
observer, nullptr,
PeerConnectionInterface
::kStatsOutputLevelStandard));
617
observer, track,
PeerConnectionInterface
::kStatsOutputLevelStandard))
[
all
...]
peerconnectionfactory.h
36
#include "talk/app/webrtc/
peerconnectioninterface
.h"
58
rtc::scoped_refptr<
PeerConnectionInterface
> CreatePeerConnection(
59
const
PeerConnectionInterface
::RTCConfiguration& configuration,
/external/webrtc/webrtc/api/objctests/
RTCIceServerTest.mm
32
webrtc::
PeerConnectionInterface
::IceServer iceStruct = server.iceServer;
43
webrtc::
PeerConnectionInterface
::IceServer iceStruct = server.iceServer;
56
webrtc::
PeerConnectionInterface
::IceServer iceStruct = server.iceServer;
/external/webrtc/talk/app/webrtc/test/
peerconnectiontestwrapper.h
31
#include "talk/app/webrtc/
peerconnectioninterface
.h"
56
webrtc::
PeerConnectionInterface
::SignalingState new_state) {}
64
webrtc::
PeerConnectionInterface
::IceConnectionState new_state) {}
66
webrtc::
PeerConnectionInterface
::IceGatheringState new_state) {}
108
rtc::scoped_refptr<webrtc::
PeerConnectionInterface
> peer_connection_;
peerconnectiontestwrapper.cc
51
using webrtc::
PeerConnectionInterface
;
91
webrtc::
PeerConnectionInterface
::RTCConfiguration config;
92
webrtc::
PeerConnectionInterface
::IceServer ice_server;
222
PeerConnectionInterface
::kIceConnectionConnected) ||
224
PeerConnectionInterface
::kIceConnectionCompleted);
/external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc
67
#include "talk/app/webrtc/
peerconnectioninterface
.h"
120
using webrtc::
PeerConnectionInterface
;
230
PeerConnectionInterface
::SignalingState new_state) override {
242
PeerConnectionInterface
::IceConnectionState new_state) override {
262
PeerConnectionInterface
::IceGatheringState new_state) override {
[
all
...]
Completed in 903 milliseconds
1
2