Home
last modified time | relevance | path

Searched refs:ctxWrite (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
127 ctxWrite.accept(protectedBuf); in protectFlush()
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()