OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
256
// Note:
HasChannel
does not lead to race conditions, unlike GetChannel.
257
bool
HasChannel
(int component) {
session.cc
74
ASSERT(!transport_->get()->
HasChannel
(component));
91
bool TransportProxy::
HasChannel
(int component) {
92
return transport_->get()->
HasChannel
(component);
221
if (!target->transport_->get()->
HasChannel
(iter->first)) {
280
if (!
HasChannel
(cand->component())) {
[
all
...]
p2ptransportchannel_unittest.cc
204
bool
HasChannel
(cricket::TransportChannel* ch) {
208
if (!
HasChannel
(ch)) return NULL;
253
if (ep1_.
HasChannel
(channel))
640
if (ep1_.
HasChannel
(ch)) {
642
} else if (ep2_.
HasChannel
(ch)) {
[
all
...]
session_unittest.cc
[
all
...]
Completed in 68 milliseconds