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

  /external/webrtc/talk/app/webrtc/
datachannel.cc 234 return queued_send_data_.byte_count();
260 if (!queued_send_data_.Empty()) {
466 if (queued_send_data_.Empty() && queued_control_data_.Empty()) {
521 if (queued_send_data_.Empty()) {
528 while (!queued_send_data_.Empty()) {
529 DataBuffer* buffer = queued_send_data_.Front();
534 queued_send_data_.Pop();
595 queued_send_data_.Push(new DataBuffer(buffer));
datachannel.h 276 PacketQueue queued_send_data_; member in class:webrtc::DataChannel

Completed in 325 milliseconds