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

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

Completed in 55 milliseconds