Home
last modified time | relevance | path

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

/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOutboundFlowController.java201 state.writeBytes(state.allocatedBytes(), writeStatus); in writeStreams()
233 int allocatedBytes; field in OutboundFlowController.OutboundFlowState
251 allocatedBytes += bytes; in allocateBytes()
254 int allocatedBytes() { in allocatedBytes() method in OutboundFlowController.OutboundFlowState
255 return allocatedBytes; in allocatedBytes()
259 return streamableBytes() - allocatedBytes; in unallocatedBytes()
263 allocatedBytes = 0; in clearAllocatedBytes()