Searched refs:rpc (Results 1 - 25 of 54) sorted by relevance

123

/frameworks/native/libs/vr/libpdx/
H A Dstatus.cpp3 #include <pdx/rpc/serialization.h>
H A Dthread_local_buffer_tests.cpp7 #include <pdx/rpc/message_buffer.h>
11 namespace rpc { namespace in namespace:android::pdx
31 } // namespace rpc
35 using namespace android::pdx::rpc;
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dmessage_buffer.h4 #include <pdx/rpc/thread_local_buffer.h>
8 namespace rpc { namespace in namespace:android::pdx
18 } // namespace rpc
H A Dremote_method_type.h8 #include <pdx/rpc/enumeration.h>
9 #include <pdx/rpc/function_traits.h>
13 namespace rpc { namespace in namespace:android::pdx
63 using name = ::android::pdx::rpc::RemoteMethodType<opcode, __VA_ARGS__>
67 using name = ::android::pdx::rpc::RemoteAPI<__VA_ARGS__>
69 } // namespace rpc
H A Dremote_method.h8 #include <pdx/rpc/argument_encoder.h>
9 #include <pdx/rpc/message_buffer.h>
10 #include <pdx/rpc/payload.h>
11 #include <pdx/rpc/remote_method_type.h>
17 namespace rpc { namespace in namespace:android::pdx
148 rpc::ServicePayload<ReplyBuffer> payload(message);
185 rpc::ServicePayload<ReceiveBuffer> payload(message);
221 rpc::ServicePayload<ReceiveBuffer> payload(message);
261 rpc::ServicePayload<ReceiveBuffer> payload(message);
326 } // namespace rpc
[all...]
H A Dserializable.h16 namespace rpc { namespace in namespace:android::pdx
129 ::android::pdx::rpc::MemberPointer<decltype(&type::member), &type::member>
140 friend class ::android::pdx::rpc::SerializableTraits; \
142 friend struct ::android::pdx::rpc::HasSerializableMembers; \
143 using SerializableMembers = ::android::pdx::rpc::SerializableMembersType< \
146 } // namespace rpc
H A Dpointer_wrapper.h6 namespace rpc { namespace in namespace:android::pdx
34 } // namespace rpc
H A Denumeration.h4 #include <pdx/rpc/sequence.h>
8 namespace rpc { namespace in namespace:android::pdx
61 } // namespace rpc
H A Dfind_replace.h6 #include <pdx/rpc/copy_cv_reference.h>
10 namespace rpc { namespace in namespace:android::pdx
41 } // namespace rpc
H A Dfunction_traits.h6 #include <pdx/rpc/type_operators.h>
10 namespace rpc { namespace in namespace:android::pdx
57 } // namespace rpc
H A Ddefault_initialization_allocator.h8 namespace rpc { namespace in namespace:android::pdx
43 } // namespace rpc
H A Dsequence.h8 namespace rpc { namespace in namespace:android::pdx
52 } // namespace rpc
H A Dtype_operators.h12 #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>
20 namespace rpc { namespace in namespace:android::pdx
191 } // namespace rpc
H A Dthread_local_buffer.h8 #include <pdx/rpc/default_initialization_allocator.h>
13 namespace rpc { namespace in namespace:android::pdx
130 } // namespace rpc
H A Dcopy_cv_reference.h8 namespace rpc { namespace in namespace:android::pdx
39 } // namespace rpc
/frameworks/native/libs/vr/libperformance/include/private/dvr/
H A Dperformance_rpc.h8 #include <pdx/rpc/remote_method_type.h>
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_protocol.h11 #include <pdx/rpc/remote_method.h>
12 #include <pdx/rpc/serializable.h>
13 #include <pdx/rpc/variant.h>
109 pdx::rpc::Variant<int32_t, int64_t, bool, float, std::array<float, 2>,
169 return pdx::rpc::IfAnyOf<Types...>::Get(&search->second, out_value);
204 using Void = pdx::rpc::Void;
233 using Void = pdx::rpc::Void;
269 using Void = pdx::rpc::Void;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dipc_helper.h8 #include <pdx/rpc/serializable.h>
9 #include <pdx/rpc/serialization.h>
161 rpc::Serialize(data, &payload);
169 rpc::Serialize(request, &payload);
182 if (status && rpc::Deserialize(data, &payload) != rpc::ErrorCode::NO_ERROR)
192 if (status && rpc::Deserialize(request, &payload) != rpc::ErrorCode::NO_ERROR)
/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_channel.h6 #include <pdx/rpc/buffer_wrapper.h>
31 using MetaData = pdx::rpc::BufferWrapper<std::uint8_t*>;
H A Dconsumer_queue_channel.cpp10 using android::pdx::rpc::DispatchRemoteMethod;
11 using android::pdx::rpc::RemoteMethodError;
/frameworks/native/libs/vr/libperformance/
H A Dperformance_client.cpp6 #include <pdx/rpc/remote_method.h>
7 #include <pdx/rpc/string_wrapper.h>
10 using android::pdx::rpc::WrapString;
/frameworks/native/services/vr/performanced/
H A Dperformance_service.cpp8 #include <pdx/rpc/argument_encoder.h>
9 #include <pdx/rpc/message_buffer.h>
10 #include <pdx/rpc/remote_method.h>
19 using android::pdx::rpc::DispatchRemoteMethod;
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp18 using android::pdx::rpc::DispatchRemoteMethod;
19 using android::pdx::rpc::IfAnyOf;
20 using android::pdx::rpc::RemoteMethodError;
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbufferhub_rpc.h10 #include <pdx/rpc/remote_method.h>
11 #include <pdx/rpc/serializable.h>
189 using MetaData = pdx::rpc::BufferWrapper<std::uint8_t*>;
192 using Void = pdx::rpc::Void;
/frameworks/native/libs/vr/libpdx_default_transport/
H A Dpdx_benchmarks.cpp14 #include <pdx/rpc/buffer_wrapper.h>
15 #include <pdx/rpc/default_initialization_allocator.h>
16 #include <pdx/rpc/message_buffer.h>
17 #include <pdx/rpc/remote_method.h>
18 #include <pdx/rpc/serializable.h>
48 using android::pdx::rpc::BufferWrapper;
49 using android::pdx::rpc::DefaultInitializationAllocator;
50 using android::pdx::rpc::MessageBuffer;
51 using android::pdx::rpc::DispatchRemoteMethod;
52 using android::pdx::rpc
[all...]

Completed in 442 milliseconds

123