Searched defs:rpc_channel (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/sandboxed-api/sandboxed_api/ |
H A D | var_lenval.cc | 27 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 D | var_abstract.cc | 71 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 D | var_proto.h | 89 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 D | var_int.cc | 35 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 D | var_abstract.h | 106 void SetFreeRPCChannel(RPCChannel* rpc_channel) { in SetFreeRPCChannel()
|
H A D | sandbox.h | 71 RPCChannel* rpc_channel() const { return rpc_channel_.get(); } in rpc_channel() function
|
H A D | var_array.h | 82 absl::Status Resize(RPCChannel* rpc_channel, size_t nelems) { in Resize()
|
/aosp_15_r20/external/mesa3d/src/gallium/winsys/svga/drm/ |
H A D | vmw_msg.c | 270 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 D | async_packet_io_test.cc | 34 pw::rpc::Channel rpc_channel[1]; in TEST() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 269 def _ServiceStubInit(stub, rpc_channel): argument
|
/aosp_15_r20/external/protobuf/python/google/protobuf/ |
H A D | service_reflection.py | 269 def _ServiceStubInit(stub, rpc_channel): argument
|