Searched refs:routeChat (Results 1 – 11 of 11) sorted by relevance
184 function routeChat(call) { function215 routeChat: routeChat property
133 routeChat: {
166 var call = client.routeChat();
194 function routeChat(call) { function225 routeChat: routeChat property
173 var call = client.routeChat();
369 public StreamObserver<RouteNote> routeChat(StreamObserver<RouteNote> responseObserver) { in routeChat_simpleResponse()395 CountDownLatch latch = client.routeChat(); in routeChat_simpleResponse()437 public StreamObserver<RouteNote> routeChat( in routeChat_echoResponse()462 client.routeChat().await(1, TimeUnit.SECONDS); in routeChat_echoResponse()486 public StreamObserver<RouteNote> routeChat( in routeChat_errorResponse()510 client.routeChat().await(1, TimeUnit.SECONDS); in routeChat_errorResponse()
207 public void routeChat() { in routeChat() method in RouteGuideServerTest223 StreamObserver<RouteNote> requestObserver = stub.routeChat(responseObserver); in routeChat()
199 public CountDownLatch routeChat() { in routeChat() method in RouteGuideClient203 asyncStub.routeChat(new StreamObserver<RouteNote>() { in routeChat()276 CountDownLatch finishLatch = client.routeChat(); in main()
215 public StreamObserver<RouteNote> routeChat(final StreamObserver<RouteNote> responseObserver) { in routeChat() method in RouteGuideServer
115 public void routeChat(View view) { in routeChat() method in RouteGuideActivity357 return routeChat(asyncStub); in run()364 private String routeChat(RouteGuideStub asyncStub) in routeChat() method in RouteGuideActivity.RouteChatRunnable370 asyncStub.routeChat( in routeChat()
250 * Run the routeChat demo. Send some chat messages, and print any chat messages that are sent from