OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HasChannel
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
transport.h
203
bool
HasChannel
(int component) {
p2ptransportchannel_unittest.cc
231
bool
HasChannel
(cricket::TransportChannel* ch) {
235
if (!
HasChannel
(ch)) return NULL;
267
if (ep1_.
HasChannel
(channel))
731
if (ep1_.
HasChannel
(ch)) {
733
} else if (ep2_.
HasChannel
(ch)) {
[
all
...]
/external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.cc
767
if (
HasChannel
(channel))
895
bool VideoRenderAGL::
HasChannel
(int channel)
[
all
...]
Completed in 171 milliseconds