OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:basechannel
(Results
1 - 7
of
7
) sorted by null
/external/webrtc/talk/session/media/
channel.cc
169
BaseChannel
::
BaseChannel
(rtc::Thread* thread,
196
BaseChannel
::~
BaseChannel
() {
221
bool
BaseChannel
::Init() {
240
void
BaseChannel
::Deinit() {
244
bool
BaseChannel
::SetTransport(const std::string& transport_name) {
246
Bind(&
BaseChannel
::SetTransport_w, this, transport_name));
249
bool
BaseChannel
::SetTransport_w(const std::string& transport_name) {
298
void
BaseChannel
::set_transport_channel(TransportChannel* new_tc)
[
all
...]
bundlefilter.h
44
// cricket::
BaseChannel
to know all the valid sources, else media channel
47
// This class determines whether a packet is destined for cricket::
BaseChannel
.
55
// Determines if a RTP packet belongs to valid cricket::
BaseChannel
.
channel.h
71
//
BaseChannel
contains logic common to voice and video, including
77
// vtable, and the media channel's thread using
BaseChannel
as the
80
class
BaseChannel
85
BaseChannel
(rtc::Thread* thread,
90
virtual ~
BaseChannel
();
161
sigslot::signal2<
BaseChannel
*, bool> SignalDtlsSetupFailure;
166
sigslot::signal1<
BaseChannel
*> SignalFirstPacketReceived;
340
class VoiceChannel : public
BaseChannel
{
360
return static_cast<VoiceMediaChannel*>(
BaseChannel
::media_channel());
402
// overrides from
BaseChannel
[
all
...]
/external/webrtc/talk/app/webrtc/
webrtcsession.h
211
bool GetSslRole(const cricket::
BaseChannel
* channel, rtc::SSLRole* role);
290
bool GetChannelTransportStats(cricket::
BaseChannel
* ch, SessionStats* stats);
311
void OnDtlsSetupFailure(cricket::
BaseChannel
*, bool rtcp);
385
cricket::
BaseChannel
* GetChannel(const std::string& content_name);
webrtcsession.cc
775
bool WebRtcSession::GetSslRole(const cricket::
BaseChannel
* channel,
[
all
...]
webrtcsession_unittest.cc
285
cricket::TransportChannel* rtp_transport_channel(cricket::
BaseChannel
* ch) {
292
cricket::TransportChannel* rtcp_transport_channel(cricket::
BaseChannel
* ch) {
[
all
...]
/external/webrtc/webrtc/p2p/base/
faketransportcontroller.h
459
// Fake TransportController class, which can be passed into a
BaseChannel
object
Completed in 325 milliseconds