HomeSort by relevance Sort by last modified time
    Searched refs:AllocatedBuffer (Results 1 - 6 of 6) sorted by null

  /external/conscrypt/common/src/main/java/org/conscrypt/
AllocatedBuffer.java 42 public abstract class AllocatedBuffer {
51 public abstract AllocatedBuffer retain();
60 public abstract AllocatedBuffer release();
63 * Creates a new {@link AllocatedBuffer} that is backed by the given {@link ByteBuffer}.
65 public static AllocatedBuffer wrap(final ByteBuffer buffer) {
68 return new AllocatedBuffer() {
76 public AllocatedBuffer retain() {
82 public AllocatedBuffer release() {
BufferAllocator.java 28 public AllocatedBuffer allocateDirectBuffer(int capacity) {
29 return AllocatedBuffer.wrap(ByteBuffer.allocateDirect(capacity));
43 public abstract AllocatedBuffer allocateDirectBuffer(int capacity);
ConscryptEngine.java     [all...]
  /external/conscrypt/benchmark-jmh/src/jmh/java/org/conscrypt/
NettyBufferAllocator.java 37 public AllocatedBuffer allocateDirectBuffer(int capacity) {
41 private static final class ByteBufAdapter extends AllocatedBuffer {
56 public AllocatedBuffer retain() {
62 public AllocatedBuffer release() {
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellLevel3CommandsLib/
Type.c 41 VOID *AllocatedBuffer;
49 AllocatedBuffer = AllocateZeroPool(ReadSize);
50 if (AllocatedBuffer == NULL) {
58 Buffer = AllocatedBuffer;
155 FreePool (AllocatedBuffer);
  /prebuilts/misc/common/robolectric/android-all/
android-all-8.1.0-robolectric-r4458339.jar 

Completed in 102 milliseconds