Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h23 static std::string GetRootEndpointPath() { in GetRootEndpointPath() function
24 return ClientChannelFactory::GetRootEndpointPath(); in GetRootEndpointPath()
37 nftw(GetRootEndpointPath().c_str(), PokeService, kMaxDepth, FTW_PHYS); in PokeServices()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_factory.cpp23 std::string ClientChannelFactory::GetRootEndpointPath() { in GetRootEndpointPath() function in android::pdx::uds::ClientChannelFactory
34 path = GetRootEndpointPath() + '/' + endpoint_path; in GetEndpointPath()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel_factory.h21 static std::string GetRootEndpointPath();
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp116 ClientChannelFactory::GetRootEndpointPath()); in ReloadCommand()
136 ClientChannelFactory::GetRootEndpointPath()); in DumpCommand()