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

  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/
datachannel.cc 121 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
122 uint64 buffered_amount = 0; local
126 buffered_amount += (*it)->size();
128 return buffered_amount;
  /external/chromium_org/ppapi/tests/
test_websocket.cc 910 uint64_t buffered_amount = 0; local
915 buffered_amount = websocket_interface_->GetBufferedAmount(ws);
917 if (buffered_amount > 262144)
1538 uint64_t buffered_amount = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1061 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 143 milliseconds