Home
last modified time | relevance | path

Searched defs:SetUpServerSideComms (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dipc.cc37 void IPC::SetUpServerSideComms(int fd) { comms_ = std::make_unique<Comms>(fd); } in SetUpServerSideComms() function in sandbox2::IPC
H A Dforkserver_test.cc42 void SetUpServerSideComms(int fd) { ipc_->SetUpServerSideComms(fd); } in SetUpServerSideComms() function in sandbox2::IpcPeer