Home
last modified time | relevance | path

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

/aosp_15_r20/system/chre/java/test/utils/src/com/google/android/utils/chre/
H A 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
/aosp_15_r20/system/chre/java/utils/pigweed/src/com/google/android/chre/utils/pigweed/
H A DChreIntentHandler.java44 public static void handle(Intent intent, long nanoappId, Client rpcClient, in handle()
H A DChreCallbackHandler.java56 public void lateInit(Client rpcClient, ChreChannelOutput channelOutput) { in lateInit()
/aosp_15_r20/tools/treble/hacksaw/bind/
H A Dremoteclient.go24 rpcClient *rpc.Client member
/aosp_15_r20/system/chre/host/common/test/
H A Dchre_test_rpc.cc106 std::unique_ptr<HalRpcClient> rpcClient = in main() local
/aosp_15_r20/system/chre/java/test/rpc_service/src/com/google/android/chre/test/rpc_service/
H A DContextHubRpcServiceTestExecutor.java163 private void invokeRpc(ChreRpcClient rpcClient) throws Exception { in invokeRpc()
/aosp_15_r20/external/perfetto/ui/src/chrome_extension/
H A Dchrome_tracing_controller.ts61 const rpcClient = new Client(this.devtoolsSocket); constant
/aosp_15_r20/system/chre/host/common/pigweed/
H A Dhal_rpc_client.cc41 auto rpcClient = std::unique_ptr<HalRpcClient>( in createClient() local
/aosp_15_r20/external/pigweed/pw_transfer/integration_test/
H A DJavaClient.java68 private final Client rpcClient; field in JavaClient
/aosp_15_r20/external/pigweed/pw_transfer/java/test/dev/pigweed/pw_transfer/
H A DTransferClientTest.java57 private TestClient rpcClient; field in TransferClientTest