Home
last modified time | relevance | path

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

/system/chre/java/test/utils/src/com/google/android/utils/chre/
DChreApiTestUtil.java151 callServerStreamingRpcMethodSync( in callServerStreamingRpcMethodSync()
177 callServerStreamingRpcMethodSync( in callServerStreamingRpcMethodSync()
217 ChreRpcClient rpcClient = rpcClientsIter.next(); in callConcurrentUnaryRpcMethodSync() local
280 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
/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
DChreIntentHandler.java44 public static void handle(Intent intent, long nanoappId, Client rpcClient, in handle()
DChreCallbackHandler.java56 public void lateInit(Client rpcClient, ChreChannelOutput channelOutput) { in lateInit()
/system/chre/host/common/test/
Dchre_test_rpc.cc106 std::unique_ptr<HalRpcClient> rpcClient = in main() local
/system/chre/java/test/rpc_service/src/com/google/android/chre/test/rpc_service/
DContextHubRpcServiceTestExecutor.java163 private void invokeRpc(ChreRpcClient rpcClient) throws Exception { in invokeRpc()
/system/chre/host/common/pigweed/
Dhal_rpc_client.cc41 auto rpcClient = std::unique_ptr<HalRpcClient>( in createClient() local