Home
last modified time | relevance | path

Searched refs:HasChannel (Results 1 – 15 of 15) sorted by relevance

/external/chromium_org/third_party/webrtc/video_engine/
Dvie_channel_group.h40 bool HasChannel(int channel_id);
Dvie_channel_group.cc208 bool ChannelGroup::HasChannel(int channel_id) { in HasChannel() function in webrtc::ChannelGroup
Dvie_channel_manager.cc511 if ((*it)->HasChannel(channel_id)) { in FindGroup()
/external/chromium_org/third_party/webrtc/modules/video_render/ios/
Dvideo_render_ios_gles20.h42 bool HasChannel(int channel);
Dvideo_render_ios_gles20.mm116 if (HasChannel(channel)) {
157 bool VideoRenderIosGles20::HasChannel(int channel) { function
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
Dsession_unittest.cc973 bool HasChannel(const std::string& content_name, in HasChannel() function in TestClient
1217 EXPECT_TRUE(initiator->HasChannel(content_name_a, component_a)); in TestSession()
1219 EXPECT_TRUE(initiator->HasChannel(content_name_b, component_b)); in TestSession()
1260 EXPECT_TRUE(responder->HasChannel(content_name_a, component_a)); in TestSession()
1262 EXPECT_TRUE(responder->HasChannel(content_name_b, component_b)); in TestSession()
1653 EXPECT_TRUE(initiator->HasChannel(content_name, 1)); in TestBadRedirect()
1654 EXPECT_TRUE(initiator->HasChannel(content_name, 2)); in TestBadRedirect()
1735 EXPECT_TRUE(initiator->HasChannel(content_name, 1)); in TestGoodRedirect()
1736 EXPECT_TRUE(initiator->HasChannel(content_name, 2)); in TestGoodRedirect()
1790 EXPECT_TRUE(responder->HasChannel(content_name, 1)); in TestGoodRedirect()
[all …]
Dsession.cc80 ASSERT(!transport_->get()->HasChannel(component)); in CreateChannel()
97 bool TransportProxy::HasChannel(int component) { in HasChannel() function in cricket::TransportProxy
98 return transport_->get()->HasChannel(component); in HasChannel()
255 if (!target->transport_->get()->HasChannel(iter->first)) { in SetupMux()
328 if (!HasChannel(cand->component())) { in OnRemoteCandidates()
Dp2ptransportchannel_unittest.cc220 bool HasChannel(cricket::TransportChannel* ch) { in HasChannel() function
224 if (!HasChannel(ch)) return NULL; in GetChannelData()
269 if (ep1_.HasChannel(channel)) in GetChannelData()
705 if (ep1_.HasChannel(ch)) { in GetEndpoint()
707 } else if (ep2_.HasChannel(ch)) { in GetEndpoint()
Dtransport.h268 bool HasChannel(int component) { in HasChannel() function
Dsession.h130 bool HasChannel(int component);
Dtransport.cc486 if (!HasChannel(candidate.component())) { in OnRemoteCandidate()
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
Dvideo_render_nsopengl.h119 bool HasChannel(int channel);
Dvideo_render_agl.h104 bool HasChannel(int channel);
Dvideo_render_agl.cc774 if (HasChannel(channel)) in CreateAGLChannel()
904 bool VideoRenderAGL::HasChannel(int channel) in HasChannel() function in webrtc::VideoRenderAGL
Dvideo_render_nsopengl.mm742 if (HasChannel(channel))
908 bool VideoRenderNSOpenGL::HasChannel(int channel)