Searched defs:HasChannel (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.cc205 bool ChannelGroup::HasChannel(int channel_id) { function in class:webrtc::ChannelGroup
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
H A Dtransport.h272 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
273 bool HasChannel(int component) { function in class:cricket::Transport
H A Dp2ptransportchannel_unittest.cc223 bool HasChannel(cricket::TransportChannel* ch) { function in struct:P2PTransportChannelTestBase::Endpoint
227 if (!HasChannel(ch)) return NULL;
272 if (ep1_.HasChannel(channel))
708 if (ep1_.HasChannel(ch)) {
710 } else if (ep2_.HasChannel(ch)) {
H A Dsession.cc80 ASSERT(!transport_->get()->HasChannel(component));
97 bool TransportProxy::HasChannel(int component) { function in class:cricket::TransportProxy
98 return transport_->get()->HasChannel(component);
255 if (!target->transport_->get()->HasChannel(iter->first)) {
328 if (!HasChannel(cand->component())) {
H A Dsession_unittest.cc971 bool HasChannel(const std::string& content_name, function in class:TestClient
1215 EXPECT_TRUE(initiator->HasChannel(content_name_a, component_a));
1217 EXPECT_TRUE(initiator->HasChannel(content_name_b, component_b));
1258 EXPECT_TRUE(responder->HasChannel(content_name_a, component_a));
1260 EXPECT_TRUE(responder->HasChannel(content_name_b, component_b));
1651 EXPECT_TRUE(initiator->HasChannel(content_name, 1));
1652 EXPECT_TRUE(initiator->HasChannel(content_name, 2));
1733 EXPECT_TRUE(initiator->HasChannel(content_name, 1));
1734 EXPECT_TRUE(initiator->HasChannel(content_name, 2));
1788 EXPECT_TRUE(responder->HasChannel(content_nam
[all...]
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.cc774 if (HasChannel(channel))
904 bool VideoRenderAGL::HasChannel(int channel) function in class:webrtc::VideoRenderAGL

Completed in 229 milliseconds