OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateTransportChannel
(Results
1 - 14
of
14
) sorted by null
/external/chromium/third_party/libjingle/source/talk/p2p/base/
p2ptransport.h
48
virtual TransportChannelImpl*
CreateTransportChannel
(
rawtransport.h
58
virtual TransportChannelImpl*
CreateTransportChannel
(
rawtransport.cc
117
TransportChannelImpl* RawTransport::
CreateTransportChannel
(
transport.h
204
virtual TransportChannelImpl*
CreateTransportChannel
(
p2ptransport.cc
192
TransportChannelImpl* P2PTransport::
CreateTransportChannel
(
transport.cc
108
TransportChannelImpl* impl =
CreateTransportChannel
(name, content_type);
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
rawtransport.h
61
virtual TransportChannelImpl*
CreateTransportChannel
(int component);
p2ptransport.h
47
virtual TransportChannelImpl*
CreateTransportChannel
(int component);
dtlstransport.h
197
virtual DtlsTransportChannelWrapper*
CreateTransportChannel
(int component) {
199
this, Base::
CreateTransportChannel
(component));
rawtransport.cc
121
TransportChannelImpl* RawTransport::
CreateTransportChannel
(int component) {
p2ptransport.cc
72
TransportChannelImpl* P2PTransport::
CreateTransportChannel
(int component) {
transport.h
338
virtual TransportChannelImpl*
CreateTransportChannel
(int component) = 0;
fakesession.h
361
virtual TransportChannelImpl*
CreateTransportChannel
(int component) {
transport.cc
158
impl =
CreateTransportChannel
(component);
Completed in 225 milliseconds