HomeSort by relevance Sort by last modified time
    Searched defs:DataChannel (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.h 44 // DataChannel is a an implementation of the DataChannelInterface based on
49 // DataChannel states:
59 class DataChannel : public DataChannelInterface,
62 static talk_base::scoped_refptr<DataChannel> Create(
100 DataChannel(WebRtcSession* session, const std::string& label);
101 virtual ~DataChannel();
106 // Sigslots from cricket::DataChannel
107 void OnDataReceived(cricket::DataChannel* channel,
133 cricket::DataChannel* data_session_;
147 virtual talk_base::scoped_refptr<DataChannel> CreateDataChannel
    [all...]
datachannel.cc 27 #include "talk/app/webrtc/datachannel.h"
40 talk_base::scoped_refptr<DataChannel> DataChannel::Create(
44 talk_base::scoped_refptr<DataChannel> channel(
45 new talk_base::RefCountedObject<DataChannel>(session, label));
52 DataChannel::DataChannel(WebRtcSession* session, const std::string& label)
65 bool DataChannel::Init(const DataChannelInit* config) {
94 bool DataChannel::HasNegotiationCompleted() {
98 DataChannel::~DataChannel()
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/src/org/webrtc/
DataChannel.java 33 public class DataChannel {
61 /** Java version of C++ DataBuffer. The atom of data in a DataChannel. */
96 public DataChannel(long nativeDataChannel) {
  /external/chromium_org/third_party/libjingle/source/talk/session/media/
channel.h 582 // DataChannel is a specialization for data.
583 class DataChannel : public BaseChannel {
585 DataChannel(talk_base::Thread* thread,
590 ~DataChannel();
605 sigslot::signal2<DataChannel*, const DataMediaInfo&> SignalMediaMonitor;
606 sigslot::signal2<DataChannel*, const std::vector<ConnectionInfo>&>
608 sigslot::signal3<DataChannel*, uint32, DataMediaChannel::Error>
610 sigslot::signal3<DataChannel*,
channel.cc     [all...]

Completed in 130 milliseconds