HomeSort by relevance Sort by last modified time
    Searched full:returnbuf (Results 1 - 4 of 4) sorted by null

  /frameworks/volley/tests/src/com/android/volley/toolbox/
ByteArrayPoolTest.java 28 pool.returnBuf(buf1);
29 pool.returnBuf(buf2);
45 pool.returnBuf(buf1);
46 pool.returnBuf(buf2);
47 pool.returnBuf(buf3);
63 pool.returnBuf(buf1);
  /frameworks/volley/src/com/android/volley/toolbox/
PoolingByteArrayOutputStream.java 58 mPool.returnBuf(buf);
65 mPool.returnBuf(buf);
78 mPool.returnBuf(buf);
ByteArrayPool.java 110 public synchronized void returnBuf(byte[] buf) {
BasicNetwork.java 225 mPool.returnBuf(buffer);

Completed in 185 milliseconds