HomeSort by relevance Sort by last modified time
    Searched defs:HasChannel (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel_group.cc 208 bool ChannelGroup::HasChannel(int channel_id) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 267 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
268 bool HasChannel(int component) {
session.cc 80 ASSERT(!transport_->get()->HasChannel(component));
97 bool TransportProxy::HasChannel(int component) {
98 return transport_->get()->HasChannel(component);
255 if (!target->transport_->get()->HasChannel(iter->first)) {
328 if (!HasChannel(cand->component())) {
    [all...]
p2ptransportchannel_unittest.cc 220 bool HasChannel(cricket::TransportChannel* ch) {
224 if (!HasChannel(ch)) return NULL;
269 if (ep1_.HasChannel(channel))
705 if (ep1_.HasChannel(ch)) {
707 } else if (ep2_.HasChannel(ch)) {
    [all...]
session_unittest.cc     [all...]
  /external/chromium_org/third_party/webrtc/modules/video_render/mac/
video_render_agl.cc 774 if (HasChannel(channel))
904 bool VideoRenderAGL::HasChannel(int channel)
    [all...]

Completed in 3716 milliseconds