Searched defs:rpcClient (Results 1 – 10 of 10) sorted by relevance
151 callServerStreamingRpcMethodSync( in callServerStreamingRpcMethodSync()177 callServerStreamingRpcMethodSync( in callServerStreamingRpcMethodSync()217 ChreRpcClient rpcClient = rpcClientsIter.next(); in callConcurrentUnaryRpcMethodSync() local280 callUnaryRpcMethodSync( in callUnaryRpcMethodSync()303 callUnaryRpcMethodSync(@NonNull ChreRpcClient rpcClient, @NonNull String method) in callUnaryRpcMethodSync()371 public Future<List<ChreApiTest.GeneralEventsMessage>> gatherEvents( in gatherEvents()397 public Future<List<ChreApiTest.GeneralEventsMessage>> gatherEvents( in gatherEvents()408 public ChreApiTest.ChreAudioDataEvent gatherAudioDataEvent( in gatherAudioDataEvent()632 ChreRpcClient rpcClient = rpcClientsIter.next(); in callConcurrentServerStreamingRpcMethodAsync() local
44 public static void handle(Intent intent, long nanoappId, Client rpcClient, in handle()
56 public void lateInit(Client rpcClient, ChreChannelOutput channelOutput) { in lateInit()
24 rpcClient *rpc.Client member
106 std::unique_ptr<HalRpcClient> rpcClient = in main() local
163 private void invokeRpc(ChreRpcClient rpcClient) throws Exception { in invokeRpc()
61 const rpcClient = new Client(this.devtoolsSocket); constant
41 auto rpcClient = std::unique_ptr<HalRpcClient>( in createClient() local
68 private final Client rpcClient; field in JavaClient
57 private TestClient rpcClient; field in TransferClientTest