Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java78 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() argument
80 protector.protectFlush(unprotectedBufs, ctxWrite, alloc); in protectFlush()
115 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() argument
120 protectedBuf = handleUnprotected(unprotectedBufs, alloc); in protectFlush()
122 for (ByteBuf buf : unprotectedBufs) { in protectFlush()
132 private ByteBuf handleUnprotected(List<ByteBuf> unprotectedBufs, ByteBufAllocator alloc) in handleUnprotected() argument
135 for (ByteBuf buf : unprotectedBufs) { in handleUnprotected()
165 ByteBuf in = unprotectedBufs.get(bufferIdx); in handleUnprotected()
DTsiFrameProtector.java40 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() argument
/external/grpc-grpc-java/alts/src/test/java/io/grpc/alts/internal/
DAltsProtocolNegotiatorTest.java489 List<ByteBuf> unprotectedBufs, Consumer<ByteBuf> ctxWrite, ByteBufAllocator alloc) in protectFlush() argument
492 delegate.protectFlush(unprotectedBufs, ctxWrite, alloc); in protectFlush()