Home
last modified time | relevance | path

Searched defs:RpcConnection (Results 1 – 18 of 18) sorted by relevance

/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h209 struct RpcConnection : public RefBase { struct
232 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h209 struct RpcConnection : public RefBase { struct
232 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h209 struct RpcConnection : public RefBase { struct
232 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h209 struct RpcConnection : public RefBase { struct
232 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h254 struct RpcConnection : public RefBase { struct
277 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h254 struct RpcConnection : public RefBase { struct
277 sp<RpcConnection> connection; argument
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h263 struct RpcConnection : public RefBase { struct
286 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h254 struct RpcConnection : public RefBase { struct
277 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h254 struct RpcConnection : public RefBase { struct
277 sp<RpcConnection> connection; argument
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h123 struct RpcConnection : public RefBase { struct
135 sp<RpcConnection> assignServerToThisThread(base::unique_fd fd); argument
/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/sl4a_lib/
Drpc_connection.py37 class RpcConnection(object): class