diff options
| author | 2024-05-30 23:48:03 +0000 | |
|---|---|---|
| committer | 2024-05-30 23:48:03 +0000 | |
| commit | 05ecf01bc7a9ffa7d1420e190e970738f13cfac4 (patch) | |
| tree | 3ad673f3460e56a25a13bbd3d8027c3ec166886f | |
| parent | 49d968a59b969f9e5adba0c11a1ad0a73b43be62 (diff) | |
| parent | e2740b7f33d561b66cc2b803a59d275b73b7c32e (diff) | |
Merge "RpcSession change CVD to CID" into main am: e2740b7f33
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3107023
Change-Id: I70160355e13f7b1e11e6b2261a7a2ee24343c7f3
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
| -rw-r--r-- | libs/binder/include/binder/RpcSession.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/binder/include/binder/RpcSession.h b/libs/binder/include/binder/RpcSession.h index e8d9829b5d..40102bb9f0 100644 --- a/libs/binder/include/binder/RpcSession.h +++ b/libs/binder/include/binder/RpcSession.h @@ -129,9 +129,9 @@ public: setupUnixDomainSocketBootstrapClient(binder::unique_fd bootstrap); /** - * Connects to an RPC server at the CVD & port. + * Connects to an RPC server at the CID & port. */ - [[nodiscard]] LIBBINDER_EXPORTED status_t setupVsockClient(unsigned int cvd, unsigned int port); + [[nodiscard]] LIBBINDER_EXPORTED status_t setupVsockClient(unsigned int cid, unsigned int port); /** * Connects to an RPC server at the given address and port. |