Home
last modified time | relevance | path

Searched refs:allocateDirectBuffer (Results 1 – 10 of 10) sorted by relevance

/external/conscrypt/common/src/main/java/org/conscrypt/
DBufferAllocator.java28 public AllocatedBuffer allocateDirectBuffer(int capacity) {
43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
DConscryptEngine.java1045 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1107 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1175 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1297 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
DConscryptEngineSocket.java726 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
/external/conscrypt/repackaged/common/src/main/java/com/android/org/conscrypt/
DBufferAllocator.java30 public AllocatedBuffer allocateDirectBuffer(int capacity) {
45 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
DConscryptEngine.java1042 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1104 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1172 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1294 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
DConscryptEngineSocket.java742 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DBufferAllocator.java49 public AllocatedBuffer allocateDirectBuffer(int capacity) {
63 public abstract AllocatedBuffer allocateDirectBuffer(int capacity); in allocateDirectBuffer() method in BufferAllocator
DBinaryWriter.java847 return alloc.allocateDirectBuffer(chunkSize); in newDirectBuffer()
851 return alloc.allocateDirectBuffer(Math.max(capacity, chunkSize)); in newDirectBuffer()
/external/libchrome/mojo/public/java/system/src/org/chromium/mojo/system/impl/
DCoreImpl.java101 optionsBuffer = allocateDirectBuffer(8); in createMessagePipe()
121 optionsBuffer = allocateDirectBuffer(16); in createDataPipe()
144 optionsBuffer = allocateDirectBuffer(8); in createSharedBuffer()
211 ByteBuffer buffer = allocateDirectBuffer(8); in queryHandleSignalsState()
225 handlesBuffer = allocateDirectBuffer(handles.size() * HANDLE_SIZE); in writeMessage()
364 optionsBuffer = allocateDirectBuffer(8); in duplicate()
426 private ByteBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in CoreImpl
/external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
DNettyBufferAllocator.java37 public AllocatedBuffer allocateDirectBuffer(int capacity) { in allocateDirectBuffer() method in NettyBufferAllocator