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 Dchannel_parcelable.h4 #include <uds/channel_parcelable.h>
10 using ChannelParcelable = ::android::pdx::uds::ChannelParcelable;
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_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
34 } // namespace uds
H A Dchannel_parcelable.h9 namespace uds { namespace in namespace:android::pdx
31 } // 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
94 } // namespace uds
H A Dclient_channel_factory.h10 namespace uds { namespace in namespace:android::pdx
32 } // namespace uds
H A Dchannel_event_set.h12 namespace uds { namespace in namespace:android::pdx
80 } // namespace uds
H A Dservice_endpoint.h15 #include <uds/channel_event_set.h>
19 namespace uds { namespace in namespace:android::pdx
24 kIpcTag = 0x00736674, // 'uds'
164 } // namespace uds
H A Dipc_helper.h15 namespace uds { namespace in namespace:android::pdx
210 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
217 } // 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
50 } // namespace uds
H A Dchannel_parcelable.cpp1 #include "uds/channel_parcelable.h"
4 #include <uds/channel_manager.h>
8 namespace uds { namespace in namespace:android::pdx
123 } // namespace uds
H A Dclient_channel_tests.cpp1 #include <uds/client_channel.h>
18 #include <uds/client_channel_factory.h>
19 #include <uds/service_endpoint.h>
32 using android::pdx::uds::ClientChannel;
33 using android::pdx::uds::ClientChannelFactory;
34 using android::pdx::uds::Endpoint;
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
171 } // namespace uds
H A Dchannel_event_set.cpp1 #include "private/uds/channel_event_set.h"
9 #include <uds/ipc_helper.h>
13 namespace uds { namespace in namespace:android::pdx
148 } // namespace uds
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 Dservice_framework_tests.cpp22 #include <uds/client_channel.h>
23 #include <uds/client_channel_factory.h>
24 #include <uds/service_endpoint.h>
40 using android::pdx::uds::Endpoint;
400 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath +
404 : BASE{android::pdx::uds::ClientChannel::Create(std::move(channel))} {}
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;
120 android::pdx::uds::RequestHeader<LocalHandle> request;
121 android::pdx::uds::ResponseHeader<BorrowedHandle> response;
132 namespace uds { namespace in namespace:android::pdx
784 } // namespace uds
[all...]
H A Dclient_channel.cpp1 #include "uds/channel_parcelable.h"
2 #include "uds/client_channel.h"
11 #include <uds/ipc_helper.h>
15 namespace uds { namespace in namespace:android::pdx
166 android::pdx::uds::RequestHeader<BorrowedHandle> request;
319 } // namespace uds
H A Dremote_method_tests.cpp19 #include <uds/client_channel.h>
20 #include <uds/client_channel_factory.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(
H A Dipc_helper.cpp1 #include "uds/ipc_helper.h"
19 namespace uds { namespace in namespace:android::pdx
400 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
541 } // namespace uds

Completed in 86 milliseconds