Home
last modified time | relevance | path

Searched defs:Comms (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/sandboxed-api/sandboxed_api/sandbox2/
H A Dcomms.cc112 Comms::Comms(int fd, absl::string_view name) : connection_fd_(fd) { in Comms() function in sandbox2::Comms
126 Comms::Comms(Comms::DefaultConnectionTag) : Comms(GetDefaultCommsFd()) {} in Comms() function in sandbox2::Comms
H A Dforkserver.h32 class Comms; variable
H A Dfork_client.h29 class Comms; variable
H A Dpolicy.h47 class Comms; variable
H A Dcomms.h101 Comms(Comms&& other) { *this = std::move(other); } in Comms() function
/aosp_15_r20/external/sandboxed-api/sandboxed_api/
H A Dvar_abstract.h29 class Comms; variable