Home
last modified time | relevance | path

Searched defs:rpc_channel (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_lenval.cc27 absl::Status LenVal::Allocate(RPCChannel* rpc_channel, bool automatic_free) { in Allocate()
36 absl::Status LenVal::Free(RPCChannel* rpc_channel) { in Free()
42 absl::Status LenVal::TransferToSandboxee(RPCChannel* rpc_channel, pid_t pid) { in TransferToSandboxee()
49 absl::Status LenVal::TransferFromSandboxee(RPCChannel* rpc_channel, pid_t pid) { in TransferFromSandboxee()
63 absl::Status LenVal::ResizeData(RPCChannel* rpc_channel, size_t size) { in ResizeData()
H A Dvar_abstract.cc71 absl::Status Var::Allocate(RPCChannel* rpc_channel, bool automatic_free) { in Allocate()
88 absl::Status Var::Free(RPCChannel* rpc_channel) { in Free()
95 absl::Status Var::TransferToSandboxee(RPCChannel* rpc_channel, pid_t pid) { in TransferToSandboxee()
132 absl::Status Var::TransferFromSandboxee(RPCChannel* rpc_channel, pid_t pid) { in TransferFromSandboxee()
H A Dvar_proto.h89 absl::Status Allocate(RPCChannel* rpc_channel, bool automatic_free) override { in Allocate()
93 absl::Status Free(RPCChannel* rpc_channel) override { in Free()
97 absl::Status TransferToSandboxee(RPCChannel* rpc_channel, in TransferToSandboxee()
102 absl::Status TransferFromSandboxee(RPCChannel* rpc_channel, in TransferFromSandboxee()
H A Dvar_int.cc35 absl::Status Fd::CloseRemoteFd(RPCChannel* rpc_channel) { in CloseRemoteFd()
53 absl::Status Fd::TransferToSandboxee(RPCChannel* rpc_channel, pid_t /* pid */) { in TransferToSandboxee()
75 absl::Status Fd::TransferFromSandboxee(RPCChannel* rpc_channel, in TransferFromSandboxee()
H A Dvar_abstract.h106 void SetFreeRPCChannel(RPCChannel* rpc_channel) { in SetFreeRPCChannel()
H A Dsandbox.h71 RPCChannel* rpc_channel() const { return rpc_channel_.get(); } in rpc_channel() function
H A Dvar_array.h82 absl::Status Resize(RPCChannel* rpc_channel, size_t nelems) { in Resize()
/aosp_15_r20/external/mesa3d/src/gallium/winsys/svga/drm/
H A Dvmw_msg.c270 struct rpc_channel { struct
287 vmw_open_channel(struct rpc_channel *channel, unsigned protocol) in vmw_open_channel() argument
/aosp_15_r20/external/pigweed/pw_system/
H A Dasync_packet_io_test.cc34 pw::rpc::Channel rpc_channel[1]; in TEST() local
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/
H A Dservice_reflection.py269 def _ServiceStubInit(stub, rpc_channel): argument
/aosp_15_r20/external/protobuf/python/google/protobuf/
H A Dservice_reflection.py269 def _ServiceStubInit(stub, rpc_channel): argument