Home
last modified time | relevance | path

Searched refs:returnBuf (Results 1 – 4 of 4) sorted by relevance

/external/volley/src/test/java/com/android/volley/toolbox/
DByteArrayPoolTest.java33 pool.returnBuf(buf1); in reusesBuffer()
34 pool.returnBuf(buf2); in reusesBuffer()
51 pool.returnBuf(buf1); in obeysSizeLimit()
52 pool.returnBuf(buf2); in obeysSizeLimit()
53 pool.returnBuf(buf3); in obeysSizeLimit()
70 pool.returnBuf(buf1); in returnsBufferWithRightSize()
/external/volley/src/main/java/com/android/volley/toolbox/
DPoolingByteArrayOutputStream.java58 mPool.returnBuf(buf); in close()
65 mPool.returnBuf(buf); in finalize()
77 mPool.returnBuf(buf); in expand()
DByteArrayPool.java108 public synchronized void returnBuf(byte[] buf) { in returnBuf() method in ByteArrayPool
DNetworkUtility.java109 pool.returnBuf(buffer); in inputStreamToBytes()