Searched defs:Endpoint (Results 1 – 4 of 4) sorted by relevance
10 using Endpoint = ::android::pdx::uds::Endpoint; variable
10 using Endpoint = ::android::pdx::servicefs::Endpoint; variable
93 Endpoint(Endpoint&& other) noexcept { swap(other); } in Endpoint() function
134 Endpoint::Endpoint(const std::string& endpoint_path, bool blocking, in Endpoint() function in android::pdx::uds::Endpoint171 Endpoint::Endpoint(LocalHandle socket_fd) { Init(std::move(socket_fd)); } in Endpoint() function in android::pdx::uds::Endpoint