HomeSort by relevance Sort by last modified time
    Searched defs:pdx (Results 1 - 25 of 68) sorted by null

1 2 3

  /frameworks/native/libs/vr/libpdx/private/pdx/
client_channel_factory.h 4 #include <pdx/client_channel.h>
5 #include <pdx/status.h>
8 namespace pdx { namespace in namespace:android
18 } // namespace pdx
mock_client_channel.h 5 #include <pdx/client_channel.h>
8 namespace pdx { namespace in namespace:android
54 } // namespace pdx
mock_client_channel_factory.h 5 #include <pdx/client_channel_factory.h>
8 namespace pdx { namespace in namespace:android
16 } // namespace pdx
mock_service_endpoint.h 5 #include <pdx/service_endpoint.h>
8 namespace pdx { namespace in namespace:android
72 } // namespace pdx
message_reader.h 6 #include <pdx/channel_handle.h>
7 #include <pdx/file_handle.h>
10 namespace pdx { namespace in namespace:android
35 } // namespace pdx
message_writer.h 4 #include <pdx/channel_handle.h>
5 #include <pdx/file_handle.h>
6 #include <pdx/status.h>
9 namespace pdx { namespace in namespace:android
37 } // namespace pdx
mock_message_reader.h 5 #include <pdx/message_reader.h>
8 namespace pdx { namespace in namespace:android
24 } // namespace pdx
mock_message_writer.h 5 #include <pdx/message_writer.h>
8 namespace pdx { namespace in namespace:android
32 } // namespace pdx
client_channel.h 6 #include <pdx/channel_handle.h>
7 #include <pdx/file_handle.h>
8 #include <pdx/status.h>
13 namespace pdx { namespace in namespace:android
66 } // namespace pdx
service_endpoint.h 4 #include <pdx/channel_handle.h>
5 #include <pdx/file_handle.h>
6 #include <pdx/status.h>
11 namespace pdx { namespace in namespace:android
145 } // namespace pdx
  /frameworks/native/libs/vr/libpdx/private/pdx/rpc/
message_buffer.h 4 #include <pdx/rpc/thread_local_buffer.h>
7 namespace pdx { namespace in namespace:android
19 } // namespace pdx
copy_cv_reference.h 7 namespace pdx { namespace in namespace:android
40 } // namespace pdx
find_replace.h 6 #include <pdx/rpc/copy_cv_reference.h>
9 namespace pdx { namespace in namespace:android
42 } // namespace pdx
function_traits.h 6 #include <pdx/rpc/type_operators.h>
9 namespace pdx { namespace in namespace:android
58 } // namespace pdx
type_operators.h 10 #include <pdx/channel_handle.h>
11 #include <pdx/file_handle.h>
12 #include <pdx/rpc/array_wrapper.h>
13 #include <pdx/rpc/buffer_wrapper.h>
14 #include <pdx/rpc/copy_cv_reference.h>
15 #include <pdx/rpc/pointer_wrapper.h>
16 #include <pdx/rpc/string_wrapper.h>
19 namespace pdx { namespace in namespace:android
192 } // namespace pdx
default_initialization_allocator.h 7 namespace pdx { namespace in namespace:android
44 } // namespace pdx
  /frameworks/native/libs/vr/libpdx/
status.cpp 1 #include "pdx/status.h"
3 #include <pdx/rpc/serialization.h>
7 namespace pdx { namespace in namespace:android
14 } // namespace pdx
  /frameworks/native/libs/vr/libpdx_default_transport/private/servicefs/pdx/default_transport/
channel_manager.h 7 namespace pdx { namespace in namespace:android
10 using ChannelManager = ::android::pdx::servicefs::ChannelManager;
13 } // namespace pdx
client_channel.h 7 namespace pdx { namespace in namespace:android
10 using ClientChannel = ::android::pdx::servicefs::ClientChannel;
13 } // namespace pdx
client_channel_factory.h 7 namespace pdx { namespace in namespace:android
10 using ClientChannelFactory = ::android::pdx::servicefs::ClientChannelFactory;
13 } // namespace pdx
service_endpoint.h 7 namespace pdx { namespace in namespace:android
10 using Endpoint = ::android::pdx::servicefs::Endpoint;
13 } // namespace pdx
  /frameworks/native/libs/vr/libpdx_default_transport/private/uds/pdx/default_transport/
channel_manager.h 7 namespace pdx { namespace in namespace:android
10 using ChannelManager = ::android::pdx::uds::ChannelManager;
13 } // namespace pdx
client_channel.h 7 namespace pdx { namespace in namespace:android
10 using ClientChannel = ::android::pdx::uds::ClientChannel;
13 } // namespace pdx
client_channel_factory.h 7 namespace pdx { namespace in namespace:android
10 using ClientChannelFactory = ::android::pdx::uds::ClientChannelFactory;
13 } // namespace pdx
service_endpoint.h 7 namespace pdx { namespace in namespace:android
10 using Endpoint = ::android::pdx::uds::Endpoint;
13 } // namespace pdx

Completed in 102 milliseconds

1 2 3