Home
last modified time | relevance | path

Searched refs:GetEndpointPath (Results 1 – 4 of 4) sorted by relevance

/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h26 static std::string GetEndpointPath(const std::string& endpoint_path) { in GetEndpointPath() function
27 return ClientChannelFactory::GetEndpointPath(endpoint_path); in GetEndpointPath()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_factory.cpp27 std::string ClientChannelFactory::GetEndpointPath( in GetEndpointPath() function in android::pdx::uds::ClientChannelFactory
40 : endpoint_path_{GetEndpointPath(endpoint_path)} {} in ClientChannelFactory()
Dservice_endpoint.cpp136 : endpoint_path_{ClientChannelFactory::GetEndpointPath(endpoint_path)}, in Endpoint()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel_factory.h22 static std::string GetEndpointPath(const std::string& endpoint_path);