Home
last modified time | relevance | path

Searched refs:RemoteChannelHandle (Results 1 – 25 of 28) sorted by relevance

12

/frameworks/native/services/vr/bufferhubd/
Dproducer_channel.h29 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
53 pdx::Status<RemoteChannelHandle> CreateConsumer(Message& message);
54 pdx::Status<RemoteChannelHandle> OnNewConsumer(Message& message);
112 pdx::Status<RemoteChannelHandle> OnProducerDetach(Message& message);
Dconsumer_queue_channel.h19 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
39 pdx::Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
Dproducer_queue_channel.h28 pdx::Status<pdx::RemoteChannelHandle> OnCreateConsumerQueue(
35 pdx::Status<std::vector<std::pair<pdx::RemoteChannelHandle, size_t>>>
59 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
Dproducer_queue_channel.cpp10 using android::pdx::RemoteChannelHandle;
98 Status<RemoteChannelHandle> ProducerQueueChannel::OnCreateConsumerQueue( in OnCreateConsumerQueue()
142 Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
152 std::vector<std::pair<RemoteChannelHandle, size_t>> buffer_handles; in OnProducerQueueAllocateBuffers()
193 Status<std::pair<RemoteChannelHandle, size_t>>
Dconsumer_queue_channel.cpp8 using android::pdx::RemoteChannelHandle;
99 Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
101 std::vector<std::pair<RemoteChannelHandle, size_t>> buffer_handles; in OnConsumerQueueImportBuffers()
Ddetached_buffer_channel.cpp7 using android::pdx::RemoteChannelHandle;
117 Status<RemoteChannelHandle> DetachedBufferChannel::OnPromote( in OnPromote()
Dproducer_channel.cpp21 using android::pdx::RemoteChannelHandle;
252 Status<RemoteChannelHandle> ProducerChannel::CreateConsumer(Message& message) { in CreateConsumer()
302 Status<RemoteChannelHandle> ProducerChannel::OnNewConsumer(Message& message) { in OnNewConsumer()
386 Status<RemoteChannelHandle> ProducerChannel::OnProducerDetach( in OnProducerDetach()
Ddetached_buffer_channel.h50 pdx::Status<pdx::RemoteChannelHandle> OnPromote(pdx::Message& message);
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_endpoint.h19 Status<RemoteChannelHandle>(Message* message, int flags,
36 const RemoteChannelHandle& handle));
60 const RemoteChannelHandle& handle));
Dservice_endpoint.h69 virtual Status<RemoteChannelHandle> PushChannel(Message* message, int flags,
100 Message* message, const RemoteChannelHandle& handle) = 0;
123 Message* message, const RemoteChannelHandle& handle) = 0;
Dservice.h157 const RemoteChannelHandle& handle) override;
175 Status<void> Reply(const RemoteChannelHandle& handle);
195 Status<RemoteChannelHandle> PushChannel(
202 Status<RemoteChannelHandle> PushChannel(
475 Status<RemoteChannelHandle> PushChannel(
Dmock_message_writer.h23 Status<ChannelReference>(const RemoteChannelHandle& handle));
Dmessage_writer.h22 const RemoteChannelHandle& handle) = 0;
Dchannel_handle.h113 using RemoteChannelHandle = ChannelHandle<ChannelHandleMode::Remote>; variable
Dutility.h178 const RemoteChannelHandle& handle) override {
330 const RemoteChannelHandle& handle) override {
Dclient.h265 const RemoteChannelHandle& handle) override;
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h47 Status<RemoteChannelHandle> PushChannel(Message* message, int flags,
60 Message* message, const RemoteChannelHandle& handle) override;
76 Message* message, const RemoteChannelHandle& handle) override;
Dipc_helper.h78 const RemoteChannelHandle& handle) override;
/frameworks/native/libs/vr/libpdx/
Dservice.cpp202 const RemoteChannelHandle& handle) { in PushChannelHandle()
357 Status<void> Message::Reply(const RemoteChannelHandle& handle) { in Reply()
378 Status<RemoteChannelHandle> Message::PushChannel( in PushChannel()
388 Status<RemoteChannelHandle> Message::PushChannel( in PushChannel()
533 Status<RemoteChannelHandle> Service::PushChannel( in PushChannel()
541 Status<RemoteChannelHandle> ret = in PushChannel()
Dservice_tests.cpp20 using android::pdx::RemoteChannelHandle;
481 RemoteChannelHandle handle{12345}; in TEST_F()
483 message_.get(), A<const RemoteChannelHandle&>())) in TEST_F()
632 RemoteChannelHandle handle{kValue}; in TEST_F()
635 PushChannelHandle(message_.get(), Matcher<const RemoteChannelHandle&>( in TEST_F()
721 Return(ByMove(RemoteChannelHandle{kValue})))); in TEST_F()
754 Return(ByMove(RemoteChannelHandle{kValue})))); in TEST_F()
Dclient.cpp262 const RemoteChannelHandle& handle) { in PushChannelHandle()
Dclient_tests.cpp20 using android::pdx::RemoteChannelHandle;
543 EXPECT_EQ(13, transaction_.PushChannelHandle(RemoteChannelHandle{13}).get()); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_framework_tests.cpp35 using android::pdx::RemoteChannelHandle;
184 Status<RemoteChannelHandle> channel_handle = in HandleMessage()
194 Status<RemoteChannelHandle> channel_handle = message.PushChannel( in HandleMessage()
Dservice_endpoint.cpp425 Status<RemoteChannelHandle> Endpoint::PushChannel(Message* message, in PushChannel()
454 return RemoteChannelHandle{ref.get()}; in PushChannel()
684 Message* message, const RemoteChannelHandle& handle) { in MessageReplyChannelHandle()
730 Message* /*message*/, const RemoteChannelHandle& handle) { in PushChannelHandle()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dtype_operators.h178 struct IsConvertible<LocalChannelHandle, RemoteChannelHandle> : std::true_type {

12