Home
last modified time | relevance | path

Searched refs:StreamInterfaceChannel (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/p2p/base/
Ddtlstransportchannel.cc44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel) in StreamInterfaceChannel() function in cricket::StreamInterfaceChannel
50 rtc::StreamResult StreamInterfaceChannel::Read(void* buffer, in Read()
66 rtc::StreamResult StreamInterfaceChannel::Write(const void* data, in Write()
81 bool StreamInterfaceChannel::OnPacketReceived(const char* data, size_t size) { in OnPacketReceived()
256 StreamInterfaceChannel* downward = new StreamInterfaceChannel(channel_); in SetupDtls()
Ddtlstransportchannel.h28 class StreamInterfaceChannel : public rtc::StreamInterface {
30 explicit StreamInterfaceChannel(TransportChannel* channel);
52 RTC_DISALLOW_COPY_AND_ASSIGN(StreamInterfaceChannel);
226 StreamInterfaceChannel* downward_; // Wrapper for channel_, owned by dtls_.