Home
last modified time | relevance | path

Searched defs:outboundState (Results 1 – 1 of 1) sorted by relevance

/external/grpc-grpc-java/binder/src/main/java/io/grpc/binder/internal/
DOutbound.java75 private State outboundState = State.INITIAL; // Represents what we've delivered. field in Outbound
142 private void onOutboundState(State outboundState) { in onOutboundState()