Home
last modified time | relevance | path

Searched refs:ClientChannelFactory (Results 1 – 24 of 24) sorted by relevance

/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_factory.cpp23 std::string ClientChannelFactory::GetRootEndpointPath() { in GetRootEndpointPath()
27 std::string ClientChannelFactory::GetEndpointPath( in GetEndpointPath()
39 ClientChannelFactory::ClientChannelFactory(const std::string& endpoint_path) in ClientChannelFactory() function in android::pdx::uds::ClientChannelFactory
42 ClientChannelFactory::ClientChannelFactory(LocalHandle socket) in ClientChannelFactory() function in android::pdx::uds::ClientChannelFactory
45 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create( in Create()
47 return std::unique_ptr<pdx::ClientChannelFactory>{ in Create()
48 new ClientChannelFactory{endpoint_path}}; in Create()
51 std::unique_ptr<pdx::ClientChannelFactory> ClientChannelFactory::Create( in Create()
53 return std::unique_ptr<pdx::ClientChannelFactory>{ in Create()
54 new ClientChannelFactory{std::move(socket)}}; in Create()
[all …]
Dclient_channel_tests.cpp33 using android::pdx::uds::ClientChannelFactory;
113 auto factory = ClientChannelFactory::Create(std::move(client_channel)); in SetUp()
Dservice_framework_tests.cpp400 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath + in TestClient()
Dservice_endpoint.cpp136 : endpoint_path_{ClientChannelFactory::GetEndpointPath(endpoint_path)}, in Endpoint()
Dremote_method_tests.cpp335 : BASE{android::pdx::uds::ClientChannelFactory::Create( in TestClient()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dclient_channel_factory.h12 class ClientChannelFactory : public pdx::ClientChannelFactory {
14 static std::unique_ptr<pdx::ClientChannelFactory> Create(
16 static std::unique_ptr<pdx::ClientChannelFactory> Create(LocalHandle socket);
25 explicit ClientChannelFactory(const std::string& endpoint_path);
26 explicit ClientChannelFactory(LocalHandle socket);
/frameworks/native/libs/vr/libpdx_default_transport/private/pdx/default_transport/
Dservice_utility.h24 return ClientChannelFactory::GetRootEndpointPath(); in GetRootEndpointPath()
27 return ClientChannelFactory::GetEndpointPath(endpoint_path); in GetEndpointPath()
45 : BASE(ClientChannelFactory::Create(endpoint_path), 0) {
/frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
Dclient_channel_factory.h10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory; variable
/frameworks/native/libs/vr/libpdx_default_transport/private/servicefs/pdx/default_transport/
Dclient_channel_factory.h10 using ClientChannelFactory = ::android::pdx::servicefs::ClientChannelFactory; variable
/frameworks/native/libs/vr/libpdx/private/pdx/
Dclient_channel_factory.h10 class ClientChannelFactory {
12 virtual ~ClientChannelFactory() = default;
Dmock_client_channel_factory.h10 class MockClientChannelFactory : public ClientChannelFactory {
Dclient.h56 explicit Client(std::unique_ptr<ClientChannelFactory> channel_factory,
146 std::unique_ptr<ClientChannelFactory> channel_factory_;
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_tool.cpp13 using android::pdx::default_transport::ClientChannelFactory;
52 : BASE{ClientChannelFactory::Create(service_path), timeout_ms} {} in ControlClient()
116 ClientChannelFactory::GetRootEndpointPath()); in ReloadCommand()
136 ClientChannelFactory::GetRootEndpointPath()); in DumpCommand()
Dpdx_benchmarks.cpp45 using android::pdx::default_transport::ClientChannelFactory;
496 : BASE(ClientChannelFactory::Create(service_path), in BenchmarkClient()
/frameworks/native/libs/vr/libdisplay/
Dvsync_client.cpp15 : BASE(pdx::default_transport::ClientChannelFactory::Create( in VSyncClient()
20 : BASE(pdx::default_transport::ClientChannelFactory::Create( in VSyncClient()
Ddisplay_manager_client.cpp18 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayManagerClient()
Ddisplay_client.cpp43 : BASE{pdx::default_transport::ClientChannelFactory::Create( in Surface()
158 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayClient()
/frameworks/native/libs/vr/libvrsensor/
Dsensor_client.cpp16 : BASE(pdx::default_transport::ClientChannelFactory::Create( in SensorClient()
Dpose_client.cpp255 : BASE(pdx::default_transport::ClientChannelFactory::Create( in PoseClient()
/frameworks/native/libs/vr/libperformance/
Dperformance_client.cpp16 : BASE(pdx::default_transport::ClientChannelFactory::Create( in PerformanceClient()
/frameworks/native/libs/vr/libpdx/
Dclient.cpp62 Client::Client(std::unique_ptr<ClientChannelFactory> channel_factory, in Client()
Dclient_tests.cpp14 using android::pdx::ClientChannelFactory;
63 SimpleClient(std::unique_ptr<ClientChannelFactory> channel_factory, in SimpleClient()
/frameworks/native/libs/vr/libbufferhubqueue/
Dbuffer_hub_queue_client.cpp69 pdx::default_transport::ClientChannelFactory::Create(endpoint_path)} { in BufferHubQueue()
/frameworks/native/libs/vr/libbufferhub/
Dbuffer_hub_client.cpp27 : Client{pdx::default_transport::ClientChannelFactory::Create( in BufferHubBuffer()