OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HasChannel
(Results
1 - 9
of
9
) sorted by null
/external/webrtc/webrtc/modules/video_render/ios/
video_render_ios_gles20.h
42
bool
HasChannel
(int channel);
video_render_ios_gles20.mm
106
if (
HasChannel
(channel)) {
147
bool VideoRenderIosGles20::
HasChannel
(int channel) {
/external/webrtc/webrtc/modules/video_render/mac/
video_render_agl.h
103
bool
HasChannel
(int channel);
video_render_nsopengl.h
121
bool
HasChannel
(int channel);
video_render_nsopengl.mm
737
if (
HasChannel
(channel))
900
bool VideoRenderNSOpenGL::
HasChannel
(int channel)
video_render_agl.cc
767
if (
HasChannel
(channel))
895
bool VideoRenderAGL::
HasChannel
(int channel)
[
all
...]
/external/webrtc/webrtc/p2p/base/
transport.h
203
bool
HasChannel
(int component) {
transport.cc
326
if (!
HasChannel
(cand.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
...]
Completed in 306 milliseconds