OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PeerConnectionInterface
(Results
26 - 38
of
38
) sorted by null
1
2
/external/webrtc/talk/app/webrtc/
peerconnectionproxy.h
31
#include "talk/app/webrtc/
peerconnectioninterface
.h"
36
// Define proxy for
PeerConnectionInterface
.
71
const
PeerConnectionInterface
::RTCConfiguration&);
webrtcsession_unittest.cc
92
using webrtc::
PeerConnectionInterface
;
109
typedef
PeerConnectionInterface
::RTCOfferAnswerOptions RTCOfferAnswerOptions;
178
ice_connection_state_(
PeerConnectionInterface
::kIceConnectionNew),
179
ice_gathering_state_(
PeerConnectionInterface
::kIceGatheringNew) {
183
PeerConnectionInterface
::IceConnectionState new_state) {
187
PeerConnectionInterface
::IceGatheringState new_state) {
189
EXPECT_NE(
PeerConnectionInterface
::kIceGatheringNew, new_state);
195
if (new_state ==
PeerConnectionInterface
::kIceGatheringGathering) {
215
EXPECT_NE(
PeerConnectionInterface
::kIceGatheringNew, ice_gathering_state_);
226
EXPECT_EQ(
PeerConnectionInterface
::kIceGatheringComplete
[
all
...]
peerconnection.cc
66
using webrtc::
PeerConnectionInterface
;
220
bool ParseIceServerUrl(const
PeerConnectionInterface
::IceServer& server,
360
typedef
PeerConnectionInterface
::RTCOfferAnswerOptions Options;
448
const
PeerConnectionInterface
::RTCOfferAnswerOptions& rtc_options,
450
typedef
PeerConnectionInterface
::RTCOfferAnswerOptions RTCOfferAnswerOptions;
530
bool ParseIceServers(const
PeerConnectionInterface
::IceServers& servers,
533
for (const webrtc::
PeerConnectionInterface
::IceServer& server : servers) {
589
const
PeerConnectionInterface
::RTCConfiguration& configuration,
813
PeerConnectionInterface
::SignalingState PeerConnection::signaling_state() {
817
PeerConnectionInterface
::IceState PeerConnection::ice_state()
[
all
...]
peerconnectioninterface_unittest.cc
36
#include "talk/app/webrtc/
peerconnectioninterface
.h"
274
using webrtc::
PeerConnectionInterface
;
286
typedef
PeerConnectionInterface
::RTCOfferAnswerOptions RTCOfferAnswerOptions;
410
void SetPeerConnectionInterface(
PeerConnectionInterface
* pc) {
417
PeerConnectionInterface
::SignalingState new_state) {
462
PeerConnectionInterface
::IceConnectionState new_state) {
466
PeerConnectionInterface
::IceGatheringState new_state) {
470
EXPECT_NE(
PeerConnectionInterface
::kIceGatheringNew,
486
EXPECT_EQ(
PeerConnectionInterface
::kIceGatheringComplete,
503
scoped_refptr<
PeerConnectionInterface
> pc_
[
all
...]
peerconnectionfactory.cc
248
rtc::scoped_refptr<
PeerConnectionInterface
>
250
const
PeerConnectionInterface
::RTCConfiguration& configuration,
statscollector_unittest.cc
59
using webrtc::
PeerConnectionInterface
;
630
stats->UpdateStats(
PeerConnectionInterface
::kStatsOutputLevelStandard);
713
stats.UpdateStats(
PeerConnectionInterface
::kStatsOutputLevelStandard);
784
stats.UpdateStats(
PeerConnectionInterface
::kStatsOutputLevelStandard);
[
all
...]
webrtcsessiondescriptionfactory.h
32
#include "talk/app/webrtc/
peerconnectioninterface
.h"
122
const
PeerConnectionInterface
::RTCOfferAnswerOptions& options,
peerconnectionendtoend_unittest.cc
50
using webrtc::
PeerConnectionInterface
;
statscollector.cc
271
PeerConnectionInterface
::StatsOutputLevel level,
466
StatsCollector::UpdateStats(
PeerConnectionInterface
::StatsOutputLevel level) {
[
all
...]
webrtcsessiondescriptionfactory.cc
258
const
PeerConnectionInterface
::RTCOfferAnswerOptions& options,
/external/webrtc/webrtc/examples/peerconnection/client/
conductor.h
21
#include "talk/app/webrtc/
peerconnectioninterface
.h"
118
rtc::scoped_refptr<webrtc::
PeerConnectionInterface
> peer_connection_;
conductor.cc
116
webrtc::
PeerConnectionInterface
::RTCConfiguration config;
117
webrtc::
PeerConnectionInterface
::IceServer server;
/external/webrtc/talk/app/webrtc/objc/
RTCPeerConnectionFactory.mm
51
#include "talk/app/webrtc/
peerconnectioninterface
.h"
105
webrtc::
PeerConnectionInterface
::IceServers iceServers;
Completed in 159 milliseconds
1
2