Home
last modified time | relevance | path

Searched defs:RpcServer (Results 1 – 25 of 31) sorted by relevance

12

/aosp_15_r20/frameworks/native/libs/binder/rust/rpcbinder/src/server/
H A Dtrusty.rs26 pub struct RpcServer { struct
27 inner: *mut binder_rpc_server_bindgen::ARpcServerTrusty, argument
32 unsafe impl Send for RpcServer {} implementation
34 unsafe impl Sync for RpcServer {} implementation
36 impl Drop for RpcServer { implementation
46 impl RpcServer { impl
48 pub fn new(service: SpIBinder) -> RpcServer { in new()
57 pub fn new_per_session<F: PerSessionCallback>(f: F) -> RpcServer { in new_per_session()
118 impl UnbufferedService for RpcServer { implementation
H A Dandroid.rs37 unsafe impl Send for RpcServer {} implementation
39 unsafe impl Sync for RpcServer {} implementation
41 impl RpcServer { impl
53 ) -> Result<(RpcServer, u32 /* assigned_port */), Error> { in new_vsock()
76 ) -> Result<RpcServer, Error> { in new_bound_socket()
97 ) -> Result<RpcServer, Error> { in new_unix_domain_bootstrap()
113 pub fn new_inet(mut service: SpIBinder, address: &str, port: u32) -> Result<RpcServer, Error> { in new_inet()
134 unsafe fn checked_from_ptr(ptr: *mut ARpcServer) -> Result<RpcServer, Error> { in checked_from_ptr()
/aosp_15_r20/prebuilts/vndk/v31/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h36 class RpcServer; variable
112 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h32 class RpcServer; variable
185 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h32 class RpcServer; variable
185 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h32 class RpcServer; variable
185 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h32 class RpcServer; variable
185 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h33 class RpcServer; variable
222 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h33 class RpcServer; variable
222 friend RpcServer; variable
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h33 class RpcServer; variable
231 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h33 class RpcServer; variable
222 friend RpcServer; variable
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h33 class RpcServer; variable
222 friend RpcServer; variable
/aosp_15_r20/frameworks/native/libs/binder/
H A DRpcServer.cpp51 RpcServer::RpcServer(std::unique_ptr<RpcTransportCtx> ctx) : mCtx(std::move(ctx)) {} in RpcServer() function in android::RpcServer
663 unique_fd serverFd, std::function<status_t(const RpcServer&, RpcTransportFd*)>&& acceptFn) { in setupExternalServer()
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/
H A Duser_agent_spec.rb30 RpcServer = GRPC::RpcServer constant
H A Ddebug_message_spec.rb40 RpcServer = GRPC::RpcServer constant
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/
H A DRpcServer.php33 class RpcServer extends Server class
/aosp_15_r20/system/chre/util/include/chre/util/pigweed/
H A Drpc_server.h60 RpcServer() : mHostOutput(mPermission), mNanoappOutput(mPermission) {} in RpcServer() function
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/support/
H A Dhelpers.rb27 RpcServer = GRPC::RpcServer constant

12