/aosp_15_r20/frameworks/native/libs/binder/rust/rpcbinder/src/server/ |
H A D | trusty.rs | 26 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 D | android.rs | 37 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/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v31/arm/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v32/arm/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v31/x86/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v32/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 36 class RpcServer; variable 112 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 32 class RpcServer; variable 185 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 32 class RpcServer; variable 185 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 32 class RpcServer; variable 185 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 32 class RpcServer; variable 185 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 33 class RpcServer; variable 222 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 33 class RpcServer; variable 222 friend RpcServer; variable
|
/aosp_15_r20/frameworks/native/libs/binder/include/binder/ |
H A D | RpcSession.h | 33 class RpcServer; variable 231 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 33 class RpcServer; variable 222 friend RpcServer; variable
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/ |
D | RpcSession.h | 33 class RpcServer; variable 222 friend RpcServer; variable
|
/aosp_15_r20/frameworks/native/libs/binder/ |
H A D | RpcServer.cpp | 51 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 D | user_agent_spec.rb | 30 RpcServer = GRPC::RpcServer constant
|
H A D | debug_message_spec.rb | 40 RpcServer = GRPC::RpcServer constant
|
/aosp_15_r20/external/grpc-grpc/src/php/lib/Grpc/ |
H A D | RpcServer.php | 33 class RpcServer extends Server class
|
/aosp_15_r20/system/chre/util/include/chre/util/pigweed/ |
H A D | rpc_server.h | 60 RpcServer() : mHostOutput(mPermission), mNanoappOutput(mPermission) {} in RpcServer() function
|
/aosp_15_r20/external/grpc-grpc/src/ruby/spec/support/ |
H A D | helpers.rb | 27 RpcServer = GRPC::RpcServer constant
|