Searched refs:onInboundBuffered (Results 1 – 3 of 3) sorted by relevance
174 verify(mockFileListener).onInboundBuffered(data.length, data.length); in onInboundPacket()232 verify(mockFileListener).onInboundBuffered(data.length, data.length); in onReadReady_preambleData()268 verify(mockFileListener).onInboundBuffered(data.length, data.length); in shutdownReading()
56 void onInboundBuffered(int newByteCount, int totalBufferedSize); in onInboundBuffered() method
108 mListener.onInboundBuffered(readByteCount, mInboundBuffer.size()); in onBufferedFileInboundData()