Home
last modified time | relevance | path

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

/external/grpc-grpc-java/alts/src/main/java/io/grpc/alts/internal/
DAltsTsiFrameProtector.java199 private List<ByteBuf> unhandledBufs = new ArrayList<>(16); field in AltsTsiFrameProtector.Unprotector
211 unhandledBufs.add(buf); in addUnhandled()
254 ByteBuf in = unhandledBufs.get(unhandledIdx); in handleHeader()
281 ByteBuf buf = unhandledBufs.get(unhandledIdx); in handlePayload()
294 ByteBuf buf = unhandledBufs.get(unhandledIdx); in handlePayload()
308 verify(unhandledIdx == unhandledBufs.size() - 1); in handlePayload()
309 ByteBuf lastBuf = unhandledBufs.get(unhandledIdx); in handlePayload()
358 int bufsSize = unhandledBufs.size(); in clearState()
359 ByteBuf lastBuf = unhandledBufs.get(bufsSize - 1); in clearState()
362 unhandledBufs.get(bufIdx).release(); in clearState()
[all …]