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.cc 27 #include "talk/app/webrtc/datachannel.h"
45 talk_base::scoped_refptr<DataChannel> DataChannel::Create(
50 talk_base::scoped_refptr<DataChannel> channel(
51 new talk_base::RefCountedObject<DataChannel>(provider, dct, label));
58 DataChannel::DataChannel(
75 bool DataChannel::Init(const DataChannelInit* config) {
104 // ready signal may have been sent before the DataChannel creation.
116 DataChannel::~DataChannel()
    [all...]
datachannel.h 44 class DataChannel;
53 virtual bool ConnectDataChannel(DataChannel* data_channel) = 0;
55 virtual void DisconnectDataChannel(DataChannel* data_channel) = 0;
67 // DataChannel is a an implementation of the DataChannelInterface based on
72 // DataChannel states:
82 class DataChannel : public DataChannelInterface,
86 static talk_base::scoped_refptr<DataChannel> Create(
123 // Sigslots from cricket::DataChannel
124 void OnDataReceived(cricket::DataChannel* channel,
153 DataChannel(DataChannelProviderInterface* client
    [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 601 // DataChannel is a specialization for data.
602 class DataChannel : public BaseChannel {
604 DataChannel(talk_base::Thread* thread,
609 ~DataChannel();
624 sigslot::signal2<DataChannel*, const DataMediaInfo&> SignalMediaMonitor;
625 sigslot::signal2<DataChannel*, const std::vector<ConnectionInfo>&>
627 sigslot::signal3<DataChannel*, uint32, DataMediaChannel::Error>
629 sigslot::signal3<DataChannel*,
channel.cc     [all...]

Completed in 250 milliseconds