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 141 uint64 DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
142 uint64 buffered_amount = 0; local
146 buffered_amount += (*it)->size();
148 return buffered_amount;
  /external/chromium_org/ppapi/tests/
test_websocket.cc 909 uint64_t buffered_amount = 0; local
914 buffered_amount = websocket_interface_->GetBufferedAmount(ws);
916 if (buffered_amount > 262144)
1537 uint64_t buffered_amount = 0; local
    [all...]
  /external/chromium_org/third_party/libjingle/source/talk/app/webrtc/java/jni/
peerconnection_jni.cc 1869 uint64 buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 139 milliseconds