Searched defs:buffered_amount (Results 1 – 5 of 5) sorted by relevance
162 const ThresholdWatcher& buffered_amount() const { return buffered_amount_; } in buffered_amount() function163 ThresholdWatcher& buffered_amount() { return buffered_amount_; } in buffered_amount() function
459 size_t RRSendQueue::buffered_amount(StreamID stream_id) const { in buffered_amount() function in dcsctp::RRSendQueue
133 uint64_t buffered_amount = ExtractNativeDC(jni, j_dc)->buffered_amount(); in JNI_DataChannel_BufferedAmount() local
254 uint64_t SctpDataChannel::buffered_amount() const { in buffered_amount() function in webrtc::SctpDataChannel
564 size_t DcSctpSocket::buffered_amount(StreamID stream_id) const { in buffered_amount() function in dcsctp::DcSctpSocket