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

  /external/chromium_org/third_party/webrtc/base/
virtualsocketserver.h 47 uint32 network_capacity() const { return network_capacity_; }
49 network_capacity_ = capacity;
222 uint32 network_capacity_; member in class:rtc::VirtualSocketServer
virtualsocketserver.cc 543 bandwidth_(0), network_capacity_(kDefaultNetworkCapacity),
813 if (socket->network_size_ + packet_size > network_capacity_) {
    [all...]

Completed in 215 milliseconds