Searched refs:channel_handle (Results 1 - 24 of 24) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmessage_reader.h6 #include <pdx/channel_handle.h>
H A Dmessage_writer.h4 #include <pdx/channel_handle.h>
H A Dclient_channel.h4 #include <pdx/channel_handle.h>
H A Dservice_endpoint.h4 #include <pdx/channel_handle.h>
H A Dclient.h11 #include <pdx/channel_handle.h>
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dchannel_manager.h7 #include <pdx/channel_handle.h>
H A Dclient_channel.h21 LocalChannelHandle channel_handle);
70 explicit ClientChannel(LocalChannelHandle channel_handle);
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp135 ClientChannel::ClientChannel(LocalChannelHandle channel_handle) argument
136 : channel_handle_{std::move(channel_handle)} {
141 LocalChannelHandle channel_handle) {
143 new ClientChannel{std::move(channel_handle)}};
140 Create( LocalChannelHandle channel_handle) argument
H A Dservice_framework_tests.cpp15 #include <pdx/channel_handle.h>
183 Status<RemoteChannelHandle> channel_handle = variable
185 REPLY_MESSAGE_RETURN(message, channel_handle, {});
193 Status<RemoteChannelHandle> channel_handle = message.PushChannel( variable
195 REPLY_MESSAGE_RETURN(message, channel_handle, {});
H A Dservice_endpoint.cpp234 BorrowedHandle channel_handle = local_socket.Borrow();
246 status = ReceiveMessageForChannel(channel_handle, message);
248 CloseChannel(GetChannelId(channel_handle));
H A Dremote_method_tests.cpp13 #include <pdx/channel_handle.h>
331 TestClient(LocalChannelHandle channel_handle) argument
333 std::move(channel_handle))} {}
/frameworks/native/libs/vr/libdisplay/include/private/dvr/
H A Ddisplay_client.h60 explicit Surface(pdx::LocalChannelHandle channel_handle,
/frameworks/native/services/vr/bufferhubd/
H A Dconsumer_queue_channel.cpp3 #include <pdx/channel_handle.h>
H A Dproducer_channel.h10 #include <pdx/channel_handle.h>
/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp25 Surface::Surface(LocalChannelHandle channel_handle, int* error) argument
27 std::move(channel_handle))} {
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp3 #include <pdx/channel_handle.h>
/frameworks/native/libs/vr/libbufferhub/
H A Dbuffer_hub_client.cpp23 BufferHubBuffer::BufferHubBuffer(LocalChannelHandle channel_handle) argument
25 std::move(channel_handle))},
/frameworks/native/libs/vr/libbufferhub/include/private/dvr/
H A Dbuffer_hub_client.h5 #include <pdx/channel_handle.h>
H A Dbufferhub_rpc.h8 #include <pdx/channel_handle.h>
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp31 BufferHubQueue::BufferHubQueue(LocalChannelHandle channel_handle) argument
33 std::move(channel_handle))},
424 "ProducerQueue::AllocateBuffer, new buffer, channel_handle: %d",
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dtype_operators.h10 #include <pdx/channel_handle.h>
H A Dencoding.h14 #include <pdx/channel_handle.h>
H A Dserialization.h17 #include <pdx/channel_handle.h>
340 const ChannelHandle<Mode>& channel_handle) {
341 return GetEncodingSize(EncodeType(channel_handle)) + sizeof(std::int32_t);
339 GetSerializedSize( const ChannelHandle<Mode>& channel_handle) argument
/frameworks/native/libs/vr/libpdx/
H A Dclient_tests.cpp564 LocalChannelHandle channel_handle; local
565 EXPECT_FALSE(transaction_.GetChannelHandle(2, &channel_handle));
566 EXPECT_TRUE(transaction_.GetChannelHandle(2, &channel_handle));

Completed in 148 milliseconds