HomeSort by relevance Sort by last modified time
    Searched refs:StreamInterfaceChannel (Results 1 - 2 of 2) sorted by null

  /external/webrtc/webrtc/p2p/base/
dtlstransportchannel.h 28 class StreamInterfaceChannel : public rtc::StreamInterface {
30 explicit StreamInterfaceChannel(TransportChannel* channel);
52 RTC_DISALLOW_COPY_AND_ASSIGN(StreamInterfaceChannel);
63 // StreamInterfaceChannel downward_ {
226 StreamInterfaceChannel* downward_; // Wrapper for channel_, owned by dtls_.
dtlstransportchannel.cc 44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel)
50 rtc::StreamResult StreamInterfaceChannel::Read(void* buffer,
66 rtc::StreamResult StreamInterfaceChannel::Write(const void* data,
81 bool StreamInterfaceChannel::OnPacketReceived(const char* data, size_t size) {
256 StreamInterfaceChannel* downward = new StreamInterfaceChannel(channel_);

Completed in 513 milliseconds