/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel_factory.cpp | 23 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 …]
|
D | client_channel_tests.cpp | 33 using android::pdx::uds::ClientChannelFactory; 113 auto factory = ClientChannelFactory::Create(std::move(client_channel)); in SetUp()
|
D | service_framework_tests.cpp | 400 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath + in TestClient()
|
D | service_endpoint.cpp | 136 : endpoint_path_{ClientChannelFactory::GetEndpointPath(endpoint_path)}, in Endpoint()
|
D | remote_method_tests.cpp | 335 : BASE{android::pdx::uds::ClientChannelFactory::Create( in TestClient()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel_factory.h | 12 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/ |
D | service_utility.h | 24 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/ |
D | client_channel_factory.h | 10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory; variable
|
/frameworks/native/libs/vr/libpdx_default_transport/private/servicefs/pdx/default_transport/ |
D | client_channel_factory.h | 10 using ClientChannelFactory = ::android::pdx::servicefs::ClientChannelFactory; variable
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | client_channel_factory.h | 10 class ClientChannelFactory { 12 virtual ~ClientChannelFactory() = default;
|
D | mock_client_channel_factory.h | 10 class MockClientChannelFactory : public ClientChannelFactory {
|
D | client.h | 56 explicit Client(std::unique_ptr<ClientChannelFactory> channel_factory, 146 std::unique_ptr<ClientChannelFactory> channel_factory_;
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_tool.cpp | 13 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()
|
D | pdx_benchmarks.cpp | 45 using android::pdx::default_transport::ClientChannelFactory; 496 : BASE(ClientChannelFactory::Create(service_path), in BenchmarkClient()
|
/frameworks/native/libs/vr/libdisplay/ |
D | vsync_client.cpp | 15 : BASE(pdx::default_transport::ClientChannelFactory::Create( in VSyncClient() 20 : BASE(pdx::default_transport::ClientChannelFactory::Create( in VSyncClient()
|
D | display_manager_client.cpp | 18 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayManagerClient()
|
D | display_client.cpp | 43 : BASE{pdx::default_transport::ClientChannelFactory::Create( in Surface() 158 : BASE(pdx::default_transport::ClientChannelFactory::Create( in DisplayClient()
|
/frameworks/native/libs/vr/libvrsensor/ |
D | sensor_client.cpp | 16 : BASE(pdx::default_transport::ClientChannelFactory::Create( in SensorClient()
|
D | pose_client.cpp | 255 : BASE(pdx::default_transport::ClientChannelFactory::Create( in PoseClient()
|
/frameworks/native/libs/vr/libperformance/ |
D | performance_client.cpp | 16 : BASE(pdx::default_transport::ClientChannelFactory::Create( in PerformanceClient()
|
/frameworks/native/libs/vr/libpdx/ |
D | client.cpp | 62 Client::Client(std::unique_ptr<ClientChannelFactory> channel_factory, in Client()
|
D | client_tests.cpp | 14 using android::pdx::ClientChannelFactory; 63 SimpleClient(std::unique_ptr<ClientChannelFactory> channel_factory, in SimpleClient()
|
/frameworks/native/libs/vr/libbufferhubqueue/ |
D | buffer_hub_queue_client.cpp | 69 pdx::default_transport::ClientChannelFactory::Create(endpoint_path)} { in BufferHubQueue()
|
/frameworks/native/libs/vr/libbufferhub/ |
D | buffer_hub_client.cpp | 27 : Client{pdx::default_transport::ClientChannelFactory::Create( in BufferHubBuffer()
|