Home
last modified time | relevance | path

Searched refs:nioBuffer (Results 1 – 3 of 3) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DAllocatedBuffer.java46 public abstract ByteBuffer nioBuffer(); in nioBuffer() method in AllocatedBuffer
71 public ByteBuffer nioBuffer() { in wrap()
DConscryptEngine.java1000 buffer = allocatedBuffer.nioBuffer(); in writePlaintextDataHeap()
1062 buffer = allocatedBuffer.nioBuffer(); in readPlaintextDataHeap()
1129 buffer = allocatedBuffer.nioBuffer(); in writeEncryptedDataHeap()
1251 buffer = allocatedBuffer.nioBuffer(); in readEncryptedDataHeap()
/external/conscrypt/benchmark-base/src/main/java/org/conscrypt/
DPooledAllocator.java48 this.buffer = nettyBuffer.nioBuffer(); in ByteBufAdapter()
52 public ByteBuffer nioBuffer() { in nioBuffer() method in PooledAllocator.ByteBufAdapter