Home
last modified time | relevance | path

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

/external/grpc-grpc-java/netty/src/main/java/io/grpc/netty/
DNettyClientHandler.java103 private final Supplier<Stopwatch> stopwatchFactory; field in NettyClientHandler
117 Supplier<Stopwatch> stopwatchFactory, in newHandler() argument
141 stopwatchFactory, in newHandler()
157 Supplier<Stopwatch> stopwatchFactory, in newHandler() argument
167 Preconditions.checkNotNull(stopwatchFactory, "stopwatchFactory"); in newHandler()
210 stopwatchFactory, in newHandler()
223 Supplier<Stopwatch> stopwatchFactory, in NettyClientHandler() argument
231 this.stopwatchFactory = stopwatchFactory; in NettyClientHandler()
608 Stopwatch stopwatch = stopwatchFactory.get(); in sendPingFrame()
/external/grpc-grpc-java/okhttp/src/main/java/io/grpc/okhttp/
DOkHttpClientTransport.java141 private final Supplier<Stopwatch> stopwatchFactory; field in OkHttpClientTransport
222 this.stopwatchFactory = GrpcUtil.STOPWATCH_SUPPLIER; in OkHttpClientTransport()
242 Supplier<Stopwatch> stopwatchFactory, in OkHttpClientTransport() argument
258 this.stopwatchFactory = stopwatchFactory; in OkHttpClientTransport()
318 Stopwatch stopwatch = stopwatchFactory.get(); in ping()