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

12

/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dchannel_parcelable.h5 #include <pdx/channel_handle.h>
H A Dmessage_reader.h6 #include <pdx/channel_handle.h>
H A Dmessage_writer.h4 #include <pdx/channel_handle.h>
H A Dclient_channel.h6 #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/libbufferhub/include/private/dvr/
H A Ddetached_buffer.h23 pdx::LocalChannelHandle channel_handle) {
25 new DetachedBuffer(std::move(channel_handle)));
69 DetachedBuffer(pdx::LocalChannelHandle channel_handle);
22 Import( pdx::LocalChannelHandle channel_handle) argument
H A Dbuffer_hub_client.h5 #include <pdx/channel_handle.h>
22 explicit BufferHubClient(pdx::LocalChannelHandle channel_handle);
/frameworks/native/include/ui/
H A DDetachedBufferHandle.h20 #include <pdx/channel_handle.h>
/frameworks/native/libs/ui/include/ui/
H A DDetachedBufferHandle.h20 #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);
83 explicit ClientChannel(LocalChannelHandle channel_handle);
/frameworks/native/libs/vr/libbufferhub/
H A Ddetached_buffer.cpp41 DetachedBuffer::DetachedBuffer(LocalChannelHandle channel_handle) argument
42 : client_(std::move(channel_handle)) {
H A Dbuffer_hub_client.cpp27 BufferHubClient::BufferHubClient(LocalChannelHandle channel_handle) argument
28 : Client(ClientChannel::Create(std::move(channel_handle))) {}
42 BufferHubBuffer::BufferHubBuffer(LocalChannelHandle channel_handle) argument
44 std::move(channel_handle))},
/frameworks/native/services/vr/bufferhubd/
H A Ddetached_buffer_channel.h6 #include <pdx/channel_handle.h>
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/include/private/dvr/
H A Ddisplay_client.h65 explicit Surface(pdx::LocalChannelHandle channel_handle,
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel.cpp140 ClientChannel::ClientChannel(LocalChannelHandle channel_handle) argument
141 : channel_handle_{std::move(channel_handle)} {
146 LocalChannelHandle channel_handle) {
148 new ClientChannel{std::move(channel_handle)}};
145 Create( LocalChannelHandle channel_handle) argument
H A Dservice_framework_tests.cpp16 #include <pdx/channel_handle.h>
184 Status<RemoteChannelHandle> channel_handle = variable
186 REPLY_MESSAGE_RETURN(message, channel_handle, {});
194 Status<RemoteChannelHandle> channel_handle = message.PushChannel( variable
196 REPLY_MESSAGE_RETURN(message, channel_handle, {});
/frameworks/native/libs/vr/libdisplay/
H A Ddisplay_client.cpp24 Surface::Surface(LocalChannelHandle channel_handle, int* error) argument
26 std::move(channel_handle))} {
/frameworks/native/libs/vr/libvrflinger/
H A Ddisplay_manager_service.cpp3 #include <pdx/channel_handle.h>
/frameworks/native/libs/vr/libbufferhubqueue/
H A Dbuffer_hub_queue_client.cpp47 BufferHubQueue::BufferHubQueue(LocalChannelHandle channel_handle) argument
49 std::move(channel_handle))} {
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dtype_operators.h10 #include <pdx/channel_handle.h>
/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 172 milliseconds

12