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.cpp32 using android::pdx::uds::ClientChannel;
33 using android::pdx::uds::ClientChannelFactory;
34 using android::pdx::uds::Endpoint;
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
Dchannel_parcelable.cpp8 namespace uds { namespace
Dservice_endpoint.cpp31 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
Dclient_channel.cpp15 namespace uds { namespace
166 android::pdx::uds::RequestHeader<BorrowedHandle> request; in SendImpulse()
Dchannel_event_set.cpp13 namespace uds { namespace
Dservice_framework_tests.cpp40 using android::pdx::uds::Endpoint;
400 : BASE{android::pdx::uds::ClientChannelFactory::Create(kTestServicePath + in TestClient()
404 : BASE{android::pdx::uds::ClientChannel::Create(std::move(channel))} {} in TestClient()
Dclient_channel_factory.cpp21 namespace uds { namespace
Dipc_helper.cpp19 namespace uds { namespace
400 void InitRequest(android::pdx::uds::RequestHeader<BorrowedHandle>* request, in InitRequest()
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()
/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;
Dclient_channel.h10 using ClientChannel = ::android::pdx::uds::ClientChannel;
Dchannel_parcelable.h10 using ChannelParcelable = ::android::pdx::uds::ChannelParcelable;
Dservice_endpoint.h10 using Endpoint = ::android::pdx::uds::Endpoint;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dchannel_manager.h13 namespace uds {
Dchannel_parcelable.h9 namespace uds {
Dclient_channel_factory.h10 namespace uds {
Dchannel_event_set.h12 namespace uds {
Dipc_helper.h15 namespace uds {
211 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"],