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 181 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
  /external/chromium_org/ppapi/tests/
test_websocket.cc 913 uint64_t buffered_amount = 0; local
918 buffered_amount = websocket_interface_->GetBufferedAmount(ws);
920 if (buffered_amount > 262144)
1568 uint64_t buffered_amount = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 2665 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 85 milliseconds