Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel_tests.cpp31 using android::pdx::uds::ClientChannel;
32 using android::pdx::uds::ClientChannelFactory;
33 using android::pdx::uds::Endpoint;
84 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in TestServiceRunner()
Dipc_helper_tests.cpp11 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;
Dchannel_manager.cpp7 namespace uds { namespace
Dservice_framework_tests.cpp39 using android::pdx::uds::Endpoint;
399 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath + in TestClient()
403 : BASE{android::pdx::uds::ClientChannel::Create(std::move(channel))} {} in TestClient()
428 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in SetUp()
Dchannel_event_set.cpp9 namespace uds { namespace
Dservice_endpoint.cpp31 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
Dclient_channel.cpp14 namespace uds { namespace
161 android::pdx::uds::RequestHeader<BorrowedHandle> request; in SendImpulse()
Dservice_dispatcher.cpp15 namespace uds { namespace
Dclient_channel_factory.cpp21 namespace uds { namespace
Dremote_method_tests.cpp35 using android::pdx::uds::Endpoint;
332 : BASE{android::pdx::uds::ClientChannel::Create( in TestClient()
335 : BASE{android::pdx::uds::ClientChannelFactory::Create( in TestClient()
564 dispatcher_ = android::pdx::uds::ServiceDispatcher::Create(); in SetUp()
Dipc_helper.cpp19 namespace uds { namespace
391 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request, in InitRequest()
/frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
Dclient_channel_factory.h10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory;
Dchannel_manager.h10 using ChannelManager = ::android::pdx::uds::ChannelManager;
Dservice_dispatcher.h10 using ServiceDispatcher = ::android::pdx::uds::ServiceDispatcher;
Dservice_endpoint.h10 using Endpoint = ::android::pdx::uds::Endpoint;
Dclient_channel.h10 using ClientChannel = ::android::pdx::uds::ClientChannel;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_manager.h13 namespace uds {
Dclient_channel_factory.h10 namespace uds {
Dservice_dispatcher.h14 namespace uds {
Dchannel_event_set.h14 namespace uds {
Dipc_helper.h15 namespace uds {
203 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request,
Dclient_channel.h14 namespace uds {
Dservice_endpoint.h19 namespace uds {
/frameworks/native/libs/vr/libpdx_default_transport/
DAndroid.bp25 export_include_dirs: ["private/uds"],