Searched defs:SetUpServerSideComms (Results 1 – 2 of 2) sorted by relevance
37 void IPC::SetUpServerSideComms(int fd) { comms_ = std::make_unique<Comms>(fd); } in SetUpServerSideComms() function in sandbox2::IPC
42 void SetUpServerSideComms(int fd) { ipc_->SetUpServerSideComms(fd); } in SetUpServerSideComms() function in sandbox2::IpcPeer