Searched refs:StreamInterfaceChannel (Results 1 – 2 of 2) sorted by relevance
44 StreamInterfaceChannel::StreamInterfaceChannel(TransportChannel* channel) in StreamInterfaceChannel() function in cricket::StreamInterfaceChannel50 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()
28 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_.