Searched defs:Endpoint (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dservice_endpoint.h37 class Endpoint { class in namespace:android::pdx
39 virtual ~Endpoint() = default;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h21 class Endpoint : public pdx::Endpoint { class in namespace:android::pdx::uds
39 ~Endpoint() override = default;
88 // in signature with servicefs::Endpoint::Create().
91 static std::unique_ptr<Endpoint> Create(const std::string& endpoint_path,
97 static std::unique_ptr<Endpoint> CreateAndBindSocket(
102 static std::unique_ptr<Endpoint> CreateFromSocketFd(LocalHandle socket_fd);
118 Endpoint(const std::string& endpoint_path, bool blocking,
120 Endpoint(LocalHandle socket_fd);
124 Endpoint(cons
[all...]
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp131 Endpoint::Endpoint(const std::string& endpoint_path, bool blocking, function in class:android::pdx::uds::Endpoint
142 << "Endpoint::Endpoint: Socket name '" << endpoint_path_
147 << "Endpoint::Endpoint: Unable to obtain the control socket fd for '"
152 CHECK(fd.IsValid()) << "Endpoint::Endpoint: Failed to create socket: "
163 CHECK_EQ(ret, 0) << "Endpoint::Endpoint
168 Endpoint::Endpoint(LocalHandle socket_fd) { Init(std::move(socket_fd)); } function in class:android::pdx::uds::Endpoint
[all...]

Completed in 824 milliseconds