Searched refs:uds (Results 1 - 23 of 23) sorted by relevance

/frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
H A Dchannel_manager.h4 #include <uds/channel_manager.h>
10 using ChannelManager = ::android::pdx::uds::ChannelManager;
H A Dclient_channel.h4 #include <uds/client_channel.h>
10 using ClientChannel = ::android::pdx::uds::ClientChannel;
H A Dclient_channel_factory.h4 #include <uds/client_channel_factory.h>
10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory;
H A Dservice_dispatcher.h4 #include <uds/service_dispatcher.h>
10 using ServiceDispatcher = ::android::pdx::uds::ServiceDispatcher;
H A Dservice_endpoint.h4 #include <uds/service_endpoint.h>
10 using Endpoint = ::android::pdx::uds::Endpoint;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_manager.h9 #include <uds/channel_event_set.h>
13 namespace uds { namespace in namespace:android::pdx
36 } // namespace uds
H A Dclient_channel.h8 #include <uds/channel_event_set.h>
9 #include <uds/channel_manager.h>
10 #include <uds/service_endpoint.h>
14 namespace uds { namespace in namespace:android::pdx
81 } // namespace uds
H A Dclient_channel_factory.h10 namespace uds { namespace in namespace:android::pdx
32 } // namespace uds
H A Dchannel_event_set.h14 namespace uds { namespace in namespace:android::pdx
58 } // namespace uds
H A Dservice_dispatcher.h14 namespace uds { namespace in namespace:android::pdx
51 } // namespace uds
H A Dservice_endpoint.h14 #include <uds/channel_event_set.h>
15 #include <uds/service_dispatcher.h>
19 namespace uds { namespace in namespace:android::pdx
24 kIpcTag = 0x00736674, // 'uds'
163 } // namespace uds
H A Dipc_helper.h15 namespace uds { namespace in namespace:android::pdx
203 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
210 } // namespace uds
/frameworks/native/libs/vr/libpdx_uds/
H A Dchannel_manager.cpp1 #include <uds/channel_manager.h>
7 namespace uds { namespace in namespace:android::pdx
42 } // namespace uds
H A Dclient_channel_factory.cpp1 #include <uds/client_channel_factory.h>
12 #include <uds/channel_manager.h>
13 #include <uds/client_channel.h>
14 #include <uds/ipc_helper.h>
21 namespace uds { namespace in namespace:android::pdx
158 } // namespace uds
H A Dclient_channel_tests.cpp1 #include <uds/client_channel.h>
17 #include <uds/client_channel_factory.h>
18 #include <uds/service_endpoint.h>
31 using android::pdx::uds::ClientChannel;
32 using android::pdx::uds::ClientChannelFactory;
33 using android::pdx::uds::Endpoint;
84 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create();
H A Dchannel_event_set.cpp1 #include "private/uds/channel_event_set.h"
5 #include <uds/ipc_helper.h>
9 namespace uds { namespace in namespace:android::pdx
113 } // namespace uds
H A Dservice_framework_tests.cpp20 #include <uds/client_channel.h>
21 #include <uds/client_channel_factory.h>
22 #include <uds/service_dispatcher.h>
23 #include <uds/service_endpoint.h>
39 using android::pdx::uds::Endpoint;
399 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath +
403 : BASE{android::pdx::uds::ClientChannel::Create(std::move(channel))} {}
428 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create();
H A Dipc_helper_tests.cpp1 #include "uds/ipc_helper.h"
11 using android::pdx::uds::SendInterface;
12 using android::pdx::uds::RecvInterface;
13 using android::pdx::uds::SendAll;
14 using android::pdx::uds::SendMsgAll;
15 using android::pdx::uds::RecvAll;
16 using android::pdx::uds::RecvMsgAll;
H A Dclient_channel.cpp1 #include "uds/client_channel.h"
10 #include <uds/ipc_helper.h>
14 namespace uds { namespace in namespace:android::pdx
161 android::pdx::uds::RequestHeader<BorrowedHandle> request;
291 } // namespace uds
H A Dservice_endpoint.cpp1 #include "uds/service_endpoint.h"
15 #include <uds/channel_manager.h>
16 #include <uds/client_channel_factory.h>
17 #include <uds/ipc_helper.h>
31 using android::pdx::uds::ChannelInfo;
32 using android::pdx::uds::ChannelManager;
117 android::pdx::uds::RequestHeader<LocalHandle> request;
118 android::pdx::uds::ResponseHeader<BorrowedHandle> response;
129 namespace uds { namespace in namespace:android::pdx
770 } // namespace uds
[all...]
H A Dservice_dispatcher.cpp1 #include "uds/service_dispatcher.h"
9 #include "uds/service_endpoint.h"
15 namespace uds { namespace in namespace:android::pdx
200 } // namespace uds
H A Dremote_method_tests.cpp18 #include <uds/client_channel.h>
19 #include <uds/client_channel_factory.h>
20 #include <uds/service_dispatcher.h>
21 #include <uds/service_endpoint.h>
35 using android::pdx::uds::Endpoint;
332 : BASE{android::pdx::uds::ClientChannel::Create(
335 : BASE{android::pdx::uds::ClientChannelFactory::Create(
564 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create();
H A Dipc_helper.cpp1 #include "uds/ipc_helper.h"
19 namespace uds { namespace in namespace:android::pdx
391 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
532 } // namespace uds

Completed in 101 milliseconds