Home
last modified time | relevance | path

Searched refs:ipc_channel_ (Results 1 – 4 of 4) sorted by relevance

/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_client.h53 int GetIPCDescriptor() const { return ipc_channel_.get(); } in GetIPCDescriptor()
57 const BrokerChannel::EndPoint ipc_channel_; variable
Dbroker_client.cc85 ipc_channel_.get(), reply_buf, sizeof(reply_buf), recvmsg_flags, in PathAndFlagsSyscall()
129 ipc_channel_(std::move(ipc_channel)), in BrokerClient()
Dbroker_host.cc168 : broker_policy_(broker_policy), ipc_channel_(std::move(ipc_channel)) {} in BrokerHost()
182 ipc_channel_.get(), buf, sizeof(buf), &fds); in HandleRequest()
Dbroker_host.h32 const BrokerChannel::EndPoint ipc_channel_; variable