HomeSort by relevance Sort by last modified time
    Searched refs:GetEndpointPath (Results 1 - 4 of 4) sorted by null

  /frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
service_utility.h 26 static std::string GetEndpointPath(const std::string& endpoint_path) {
27 return ClientChannelFactory::GetEndpointPath(endpoint_path);
  /frameworks/native/libs/vr/libpdx_uds/private/uds/
client_channel_factory.h 22 static std::string GetEndpointPath(const std::string& endpoint_path);
  /frameworks/native/libs/vr/libpdx_uds/
client_channel_factory.cpp 27 std::string ClientChannelFactory::GetEndpointPath(
40 : endpoint_path_{GetEndpointPath(endpoint_path)} {}
service_endpoint.cpp 136 : endpoint_path_{ClientChannelFactory::GetEndpointPath(endpoint_path)},

Completed in 304 milliseconds