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

  /external/webrtc/talk/app/webrtc/
datachannel.cc 466 if (queued_send_data_.Empty() && queued_control_data_.Empty()) {
606 control_packets.Swap(&queued_control_data_);
616 queued_control_data_.Push(new DataBuffer(buffer, true));
datachannel.h 274 PacketQueue queued_control_data_; member in class:webrtc::DataChannel

Completed in 194 milliseconds