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

/external/chromium_org/third_party/webrtc/modules/video_render/ios/
H A Dvideo_render_ios_gles20.h42 bool HasChannel(int channel);
H A Dvideo_render_ios_gles20.mm116 if (HasChannel(channel)) {
157 bool VideoRenderIosGles20::HasChannel(int channel) {
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel_group.h40 bool HasChannel(int channel_id);
H A Dvie_channel_group.cc205 bool ChannelGroup::HasChannel(int channel_id) { function in class:webrtc::ChannelGroup
H A Dvie_channel_manager.cc511 if ((*it)->HasChannel(channel_id)) {
/external/chromium_org/third_party/webrtc/modules/video_render/mac/
H A Dvideo_render_agl.h104 bool HasChannel(int channel);
H A Dvideo_render_nsopengl.h119 bool HasChannel(int channel);
H A Dvideo_render_nsopengl.mm742 if (HasChannel(channel))
908 bool VideoRenderNSOpenGL::HasChannel(int channel)
H A Dvideo_render_agl.cc774 if (HasChannel(channel))
904 bool VideoRenderAGL::HasChannel(int channel) function in class:webrtc::VideoRenderAGL
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
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...]
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 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 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.h130 bool HasChannel(int component);
H A Dtransport.cc505 if (!HasChannel(candidate.component())) {

Completed in 1980 milliseconds