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

  /external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.h 144 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
145 bool HasChannel(const std::string& name) {
  /external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.h 263 // Note: HasChannel does not lead to race conditions, unlike GetChannel.
264 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)) {
314 if (!HasChannel(cand->component())) {
    [all...]
p2ptransportchannel_unittest.cc 210 bool HasChannel(cricket::TransportChannel* ch) {
214 if (!HasChannel(ch)) return NULL;
259 if (ep1_.HasChannel(channel))
647 if (ep1_.HasChannel(ch)) {
649 } else if (ep2_.HasChannel(ch)) {
    [all...]
session_unittest.cc     [all...]

Completed in 468 milliseconds