Home
last modified time | relevance | path

Searched refs:PeerConfigurerImpl (Results 1 – 10 of 10) sorted by relevance

/external/webrtc/test/pc/e2e/
Dtest_peer.h32 PeerConfigurerImpl::VideoSource ReleaseVideoSource(size_t i) { in ReleaseVideoSource()
105 std::vector<PeerConfigurerImpl::VideoSource> video_sources,
114 std::vector<PeerConfigurerImpl::VideoSource> video_sources_;
Dpeer_configurer.h38 class PeerConfigurerImpl final
45 PeerConfigurerImpl(rtc::Thread* network_thread, in PeerConfigurerImpl() function
220 std::vector<std::unique_ptr<PeerConfigurerImpl>>* peers);
225 const std::vector<std::unique_ptr<PeerConfigurerImpl>>& peers);
Dpeer_configurer.cc77 std::vector<std::unique_ptr<PeerConfigurerImpl>>* peers) { in SetDefaultValuesForMissingParams()
103 const std::vector<std::unique_ptr<PeerConfigurerImpl>>& peers) { in ValidateParams()
Dtest_peer_factory.h70 std::unique_ptr<PeerConfigurerImpl> configurer,
Dtest_peer.cc45 std::vector<PeerConfigurerImpl::VideoSource> video_sources, in TestPeer()
Dpeer_connection_quality_test.h118 std::vector<std::unique_ptr<PeerConfigurerImpl>> peer_configurations_;
Dtest_peer_factory.cc289 std::unique_ptr<PeerConfigurerImpl> configurer, in CreateTestPeer()
298 std::vector<PeerConfigurerImpl::VideoSource> video_sources = in CreateTestPeer()
Dpeer_connection_quality_test.cc159 std::make_unique<PeerConfigurerImpl>(network_thread, network_manager)); in AddPeer()
169 std::unique_ptr<PeerConfigurerImpl> alice_configurer = in Run()
171 std::unique_ptr<PeerConfigurerImpl> bob_configurer = in Run()
/external/webrtc/test/pc/e2e/media/
Dmedia_helper.h45 PeerConfigurerImpl::VideoSource source,
Dmedia_helper.cc99 PeerConfigurerImpl::VideoSource source, in CreateVideoCapturer()