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

  /external/webrtc/talk/app/webrtc/
datachannel.cc 233 uint64_t DataChannel::buffered_amount() const { function in class:webrtc::DataChannel
527 uint64_t start_buffered_amount = buffered_amount();
538 if (observer_ && buffered_amount() < start_buffered_amount) {
590 size_t start_buffered_amount = buffered_amount();
598 if (observer_ && buffered_amount() > start_buffered_amount) {
  /external/webrtc/talk/app/webrtc/java/jni/
peerconnection_jni.cc 871 uint64_t buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); local
    [all...]

Completed in 48 milliseconds