diff options
author | 2022-08-25 23:58:11 +0000 | |
---|---|---|
committer | 2022-08-25 23:58:11 +0000 | |
commit | 3966e43e5f70473fcbe5c5127bb72bd8eb56b65c (patch) | |
tree | 73a000723fc552d1188ca4168c5834fc8b22bd20 /libs/binder/OS.h | |
parent | cf3bb13bd6971e30b7aacee303545a0b2ac6f37e (diff) | |
parent | 024727b29bd10909c2ddbb7a3cca9aa1dcec879d (diff) |
Merge "libbinder: add makeDefaultRpcTransportCtxFactory"
Diffstat (limited to 'libs/binder/OS.h')
-rw-r--r-- | libs/binder/OS.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/binder/OS.h b/libs/binder/OS.h index d6e1c78ae9..5ab8bab0e7 100644 --- a/libs/binder/OS.h +++ b/libs/binder/OS.h @@ -20,6 +20,7 @@ #include <android-base/result.h> #include <android-base/unique_fd.h> +#include <binder/RpcTransport.h> #include <utils/Errors.h> namespace android { @@ -30,4 +31,6 @@ status_t getRandomBytes(uint8_t* data, size_t size); status_t dupFileDescriptor(int oldFd, int* newFd); +std::unique_ptr<RpcTransportCtxFactory> makeDefaultRpcTransportCtxFactory(); + } // namespace android |