Searched refs:setBufferAllocator (Results 1 – 4 of 4) sorted by relevance
19 import static org.conscrypt.Conscrypt.Engines.setBufferAllocator;293 setBufferAllocator(clientEngine, bufferType.allocator); in setupEngines()294 setBufferAllocator(serverEngine, bufferType.allocator); in setupEngines()
91 Conscrypt.Engines.setBufferAllocator(engine, PooledAllocator.getInstance()); in newClientEngine()98 Conscrypt.Engines.setBufferAllocator(engine, PooledAllocator.getInstance()); in newServerEngine()
377 public static void setBufferAllocator(SSLEngine engine, BufferAllocator bufferAllocator) { in setBufferAllocator() method in Conscrypt.Engines378 toConscrypt(engine).setBufferAllocator(bufferAllocator); in setBufferAllocator()
202 void setBufferAllocator(BufferAllocator bufferAllocator) { in setBufferAllocator() method in ConscryptEngine