Home
last modified time | relevance | path

Searched refs:allocateDirectBuffer (Results 1 – 9 of 9) 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.java1066 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1128 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1195 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1317 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
DConscryptEngineSocket.java664 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.java1067 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1129 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1196 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
1318 allocatedBuffer = bufferAllocator.allocateDirectBuffer(len);
DConscryptEngineSocket.java672 allocatedBuffer = bufferAllocator.allocateDirectBuffer(
/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
/external/grpc-grpc-java/netty/shaded/
Dgrpc-netty-shaded-1.14.0.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/grpc/ io/ ...