Searched refs:HasChannel (Results 1 – 15 of 15) sorted by relevance
/external/chromium_org/third_party/webrtc/video_engine/ |
D | vie_channel_group.h | 40 bool HasChannel(int channel_id);
|
D | vie_channel_group.cc | 208 bool ChannelGroup::HasChannel(int channel_id) { in HasChannel() function in webrtc::ChannelGroup
|
D | vie_channel_manager.cc | 511 if ((*it)->HasChannel(channel_id)) { in FindGroup()
|
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
D | video_render_ios_gles20.h | 42 bool HasChannel(int channel);
|
D | video_render_ios_gles20.mm | 116 if (HasChannel(channel)) { 157 bool VideoRenderIosGles20::HasChannel(int channel) { function
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
D | session_unittest.cc | 973 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 …]
|
D | session.cc | 80 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()
|
D | p2ptransportchannel_unittest.cc | 220 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()
|
D | transport.h | 268 bool HasChannel(int component) { in HasChannel() function
|
D | session.h | 130 bool HasChannel(int component);
|
D | transport.cc | 486 if (!HasChannel(candidate.component())) { in OnRemoteCandidate()
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
D | video_render_nsopengl.h | 119 bool HasChannel(int channel);
|
D | video_render_agl.h | 104 bool HasChannel(int channel);
|
D | video_render_agl.cc | 774 if (HasChannel(channel)) in CreateAGLChannel() 904 bool VideoRenderAGL::HasChannel(int channel) in HasChannel() function in webrtc::VideoRenderAGL
|
D | video_render_nsopengl.mm | 742 if (HasChannel(channel)) 908 bool VideoRenderNSOpenGL::HasChannel(int channel)
|