Searched refs:HasChannel (Results 1 - 15 of 15) sorted by relevance
/external/chromium_org/third_party/webrtc/modules/video_render/ios/ |
H A D | video_render_ios_gles20.h | 42 bool HasChannel(int channel);
|
H A D | video_render_ios_gles20.mm | 116 if (HasChannel(channel)) { 157 bool VideoRenderIosGles20::HasChannel(int channel) {
|
/external/chromium_org/third_party/webrtc/video_engine/ |
H A D | vie_channel_group.h | 40 bool HasChannel(int channel_id);
|
H A D | vie_channel_group.cc | 205 bool ChannelGroup::HasChannel(int channel_id) { function in class:webrtc::ChannelGroup
|
H A D | vie_channel_manager.cc | 511 if ((*it)->HasChannel(channel_id)) {
|
/external/chromium_org/third_party/webrtc/modules/video_render/mac/ |
H A D | video_render_agl.h | 104 bool HasChannel(int channel);
|
H A D | video_render_nsopengl.h | 119 bool HasChannel(int channel);
|
H A D | video_render_nsopengl.mm | 742 if (HasChannel(channel)) 908 bool VideoRenderNSOpenGL::HasChannel(int channel)
|
H A D | video_render_agl.cc | 774 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 D | session_unittest.cc | 971 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 D | transport.h | 272 // Note: HasChannel does not lead to race conditions, unlike GetChannel. 273 bool HasChannel(int component) { function in class:cricket::Transport
|
H A D | session.cc | 80 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 D | p2ptransportchannel_unittest.cc | 223 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 D | session.h | 130 bool HasChannel(int component);
|
H A D | transport.cc | 505 if (!HasChannel(candidate.component())) {
|
Completed in 1980 milliseconds