OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ApplyLocalTransportDescription
(Results
1 - 3
of
3
) sorted by null
/external/webrtc/webrtc/p2p/base/
dtlstransport.h
62
bool
ApplyLocalTransportDescription
(TransportChannelImpl* channel,
96
return Base::
ApplyLocalTransportDescription
(channel, error_desc);
transport.cc
112
// It must be called before
ApplyLocalTransportDescription
, which may
120
ret &=
ApplyLocalTransportDescription
(kv.second, error_desc);
193
ApplyLocalTransportDescription
(channel, nullptr);
342
bool Transport::
ApplyLocalTransportDescription
(TransportChannelImpl* ch,
transport.h
274
virtual bool
ApplyLocalTransportDescription
(TransportChannelImpl* channel,
Completed in 82 milliseconds