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

  /external/webrtc/talk/app/webrtc/
datachannel.cc 28 #include "talk/app/webrtc/datachannel.h"
83 DataChannel::PacketQueue::PacketQueue() : byte_count_(0) {}
85 DataChannel::PacketQueue::~PacketQueue() {
89 bool DataChannel::PacketQueue::Empty() const {
93 DataBuffer* DataChannel::PacketQueue::Front() {
97 void DataChannel::PacketQueue::Pop() {
106 void DataChannel::PacketQueue::Push(DataBuffer* packet) {
111 void DataChannel::PacketQueue::Clear() {
119 void DataChannel::PacketQueue::Swap(PacketQueue* other) {
127 rtc::scoped_refptr<DataChannel> DataChannel::Create
    [all...]
datachannel.h 45 class DataChannel;
54 virtual bool ConnectDataChannel(DataChannel* data_channel) = 0;
56 virtual void DisconnectDataChannel(DataChannel* data_channel) = 0;
109 // DataChannel is a an implementation of the DataChannelInterface based on
114 // DataChannel states:
124 class DataChannel : public DataChannelInterface,
128 static rtc::scoped_refptr<DataChannel> Create(
160 // Sigslots from cricket::DataChannel
161 void OnDataReceived(cricket::DataChannel* channel,
197 sigslot::signal1<DataChannel*> SignalClosed
    [all...]
  /external/webrtc/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. */
98 public DataChannel(long nativeDataChannel) {
  /external/webrtc/talk/session/media/
channel.h 530 // DataChannel is a specialization for data.
531 class DataChannel : public BaseChannel {
533 DataChannel(rtc::Thread* thread,
538 ~DataChannel();
553 sigslot::signal2<DataChannel*, const DataMediaInfo&> SignalMediaMonitor;
554 sigslot::signal2<DataChannel*, const std::vector<ConnectionInfo>&>
556 sigslot::signal3<DataChannel*, const ReceiveDataParams&, const rtc::Buffer&>
562 // Signal for notifying that the remote side has closed the DataChannel.
channel.cc     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
alg.h 127 typedef class DataChannel DataChannel;
129 typedef struct DataChannel DataChannel;
    [all...]

Completed in 1061 milliseconds