OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PortAllocatorFactoryInterface
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
fakeportallocatorfactory.h
39
class FakePortAllocatorFactory : public
PortAllocatorFactoryInterface
{
68
std::vector<
PortAllocatorFactoryInterface
::StunConfiguration> stun_configs_;
69
std::vector<
PortAllocatorFactoryInterface
::TurnConfiguration> turn_configs_;
portallocatorfactory.h
29
//
PortAllocatorFactoryInterface
.
50
class PortAllocatorFactory : public
PortAllocatorFactoryInterface
{
52
static talk_base::scoped_refptr<
PortAllocatorFactoryInterface
> Create(
peerconnectionfactory_unittest.cc
47
using webrtc::
PortAllocatorFactoryInterface
;
53
typedef std::vector<
PortAllocatorFactoryInterface
::StunConfiguration>
55
typedef std::vector<
PortAllocatorFactoryInterface
::TurnConfiguration>
146
talk_base::scoped_refptr<
PortAllocatorFactoryInterface
> allocator_factory_;
184
webrtc::
PortAllocatorFactoryInterface
::StunConfiguration stun1(
187
webrtc::
PortAllocatorFactoryInterface
::StunConfiguration stun2(
190
webrtc::
PortAllocatorFactoryInterface
::StunConfiguration stun3(
195
webrtc::
PortAllocatorFactoryInterface
::TurnConfiguration turn1(
198
webrtc::
PortAllocatorFactoryInterface
::TurnConfiguration turn2(
220
webrtc::
PortAllocatorFactoryInterface
::TurnConfiguration turn
[
all
...]
peerconnectionfactory.h
58
PortAllocatorFactoryInterface
* allocator_factory,
108
PortAllocatorFactoryInterface
* allocator_factory,
118
talk_base::scoped_refptr<
PortAllocatorFactoryInterface
> allocator_factory_;
peerconnection.h
44
typedef std::vector<
PortAllocatorFactoryInterface
::StunConfiguration>
46
typedef std::vector<
PortAllocatorFactoryInterface
::TurnConfiguration>
62
PortAllocatorFactoryInterface
* allocator_factory,
156
PortAllocatorFactoryInterface
* allocator_factory,
peerconnectionfactory.cc
56
webrtc::
PortAllocatorFactoryInterface
* allocator_factory,
68
scoped_refptr<webrtc::
PortAllocatorFactoryInterface
> allocator_factory;
76
webrtc::
PortAllocatorFactoryInterface
* allocator_factory,
84
scoped_refptr<webrtc::
PortAllocatorFactoryInterface
> allocator_factory;
281
PortAllocatorFactoryInterface
* allocator_factory,
305
PortAllocatorFactoryInterface
* allocator_factory,
peerconnectioninterface.h
304
class
PortAllocatorFactoryInterface
: public talk_base::RefCountInterface {
337
PortAllocatorFactoryInterface
() {}
338
~
PortAllocatorFactoryInterface
() {}
389
// CreatePeerConnection version that takes a
PortAllocatorFactoryInterface
as
416
PortAllocatorFactoryInterface
* allocator_factory,
portallocatorfactory.cc
42
talk_base::scoped_refptr<
PortAllocatorFactoryInterface
>
peerconnection.cc
171
typedef webrtc::
PortAllocatorFactoryInterface
::StunConfiguration
173
typedef webrtc::
PortAllocatorFactoryInterface
::TurnConfiguration
336
PortAllocatorFactoryInterface
* allocator_factory,
339
std::vector<
PortAllocatorFactoryInterface
::StunConfiguration> stun_config;
340
std::vector<
PortAllocatorFactoryInterface
::TurnConfiguration> turn_config;
353
webrtc::
PortAllocatorFactoryInterface
* allocator_factory,
peerconnection_unittest.cc
476
CreatePeerConnection(webrtc::
PortAllocatorFactoryInterface
* factory,
536
talk_base::scoped_refptr<webrtc::
PortAllocatorFactoryInterface
>
715
CreatePeerConnection(webrtc::
PortAllocatorFactoryInterface
* factory,
[
all
...]
peerconnectioninterface_unittest.cc
85
using webrtc::
PortAllocatorFactoryInterface
;
[
all
...]
/external/chromium_org/third_party/libjingle/source/talk/app/webrtc/test/
peerconnectiontestwrapper.h
39
class
PortAllocatorFactoryInterface
;
110
talk_base::scoped_refptr<webrtc::
PortAllocatorFactoryInterface
>
/external/chromium_org/content/renderer/media/
media_stream_dependency_factory.cc
108
class P2PPortAllocatorFactory : public webrtc::
PortAllocatorFactoryInterface
{
[
all
...]
Completed in 1386 milliseconds