Home
last modified time | relevance | path

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

12

/aosp12/frameworks/native/services/vr/bufferhubd/include/private/dvr/
H A Dconsumer_queue_channel.h17 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
38 pdx::Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
H A Dproducer_channel.h28 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
56 pdx::Status<RemoteChannelHandle> CreateConsumer(Message& message,
59 pdx::Status<RemoteChannelHandle> OnNewConsumer(Message& message);
H A Dproducer_queue_channel.h27 pdx::Status<pdx::RemoteChannelHandle> OnCreateConsumerQueue(
34 pdx::Status<std::vector<std::pair<pdx::RemoteChannelHandle, size_t>>>
62 pdx::Status<std::pair<pdx::RemoteChannelHandle, size_t>> AllocateBuffer(
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h19 Status<RemoteChannelHandle>(Message* message, int flags,
36 const RemoteChannelHandle& handle));
60 const RemoteChannelHandle& handle));
H A 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;
H A Dservice.h166 const RemoteChannelHandle& handle) override;
184 Status<void> Reply(const RemoteChannelHandle& handle);
204 Status<RemoteChannelHandle> PushChannel(
211 Status<RemoteChannelHandle> PushChannel(
484 Status<RemoteChannelHandle> PushChannel(
H A Dmock_message_writer.h23 Status<ChannelReference>(const RemoteChannelHandle& handle));
H A Dmessage_writer.h22 const RemoteChannelHandle& handle) = 0;
H A Dchannel_handle.h113 using RemoteChannelHandle = ChannelHandle<ChannelHandleMode::Remote>; variable
H A Dutility.h178 const RemoteChannelHandle& handle) override {
330 const RemoteChannelHandle& handle) override {
H A Dclient.h265 const RemoteChannelHandle& handle) override;
/aosp12/frameworks/native/services/vr/bufferhubd/
H A Dproducer_queue_channel.cpp9 using android::pdx::RemoteChannelHandle;
102 Status<RemoteChannelHandle> ProducerQueueChannel::OnCreateConsumerQueue( in OnCreateConsumerQueue()
146 Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
156 std::vector<std::pair<RemoteChannelHandle, size_t>> buffer_handles; in OnProducerQueueAllocateBuffers()
197 Status<std::pair<RemoteChannelHandle, size_t>>
H A Dconsumer_queue_channel.cpp6 using android::pdx::RemoteChannelHandle;
107 Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
109 std::vector<std::pair<RemoteChannelHandle, size_t>> buffer_handles; in OnConsumerQueueImportBuffers()
H A Dproducer_channel.cpp19 using android::pdx::RemoteChannelHandle;
308 Status<RemoteChannelHandle> ProducerChannel::CreateConsumer( in CreateConsumer()
382 Status<RemoteChannelHandle> ProducerChannel::OnNewConsumer(Message& message) { in OnNewConsumer()
/aosp12/frameworks/native/libs/vr/libpdx/fuzz/
H A Dhelpers.h142 Status<RemoteChannelHandle> PushChannel(Message* message, int flags, in PushChannel()
148 return Status<RemoteChannelHandle>(); in PushChannel()
195 const RemoteChannelHandle& handle) { in MessageReplyChannelHandle()
257 Message* message, const RemoteChannelHandle& handle) { in PushChannelHandle()
H A Dmessage_fuzzer.cpp95 RemoteChannelHandle rc_handle = {}; in LLVMFuzzerTestOneInput()
/aosp12/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h47 Status<RemoteChannelHandle> PushChannel(Message* message, int flags,
60 Message* message, const RemoteChannelHandle& handle) override;
76 Message* message, const RemoteChannelHandle& handle) override;
H A Dipc_helper.h78 const RemoteChannelHandle& handle) override;
/aosp12/frameworks/native/libs/vr/libpdx/
H A Dservice.cpp202 const RemoteChannelHandle& handle) { in PushChannelHandle()
351 Status<void> Message::Reply(const RemoteChannelHandle& handle) { in Reply()
372 Status<RemoteChannelHandle> Message::PushChannel( in PushChannel()
382 Status<RemoteChannelHandle> Message::PushChannel( in PushChannel()
527 Status<RemoteChannelHandle> Service::PushChannel( in PushChannel()
535 Status<RemoteChannelHandle> ret = in PushChannel()
H A Dservice_tests.cpp20 using android::pdx::RemoteChannelHandle;
483 RemoteChannelHandle handle{12345}; in TEST_F()
485 message_.get(), A<const RemoteChannelHandle&>())) in TEST_F()
634 RemoteChannelHandle handle{kValue}; in TEST_F()
637 PushChannelHandle(message_.get(), Matcher<const RemoteChannelHandle&>( in TEST_F()
723 Return(ByMove(RemoteChannelHandle{kValue})))); in TEST_F()
756 Return(ByMove(RemoteChannelHandle{kValue})))); in TEST_F()
H A Dclient.cpp262 const RemoteChannelHandle& handle) { in PushChannelHandle()
H A Dclient_tests.cpp20 using android::pdx::RemoteChannelHandle;
543 EXPECT_EQ(13, transaction_.PushChannelHandle(RemoteChannelHandle{13}).get()); in TEST_F()
/aosp12/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_framework_tests.cpp35 using android::pdx::RemoteChannelHandle;
184 Status<RemoteChannelHandle> channel_handle = in HandleMessage()
194 Status<RemoteChannelHandle> channel_handle = message.PushChannel( in HandleMessage()
H A Dservice_endpoint.cpp425 Status<RemoteChannelHandle> Endpoint::PushChannel(Message* message, in PushChannel()
454 return RemoteChannelHandle{ref.get()}; in PushChannel()
687 Message* message, const RemoteChannelHandle& handle) { in MessageReplyChannelHandle()
733 Message* /*message*/, const RemoteChannelHandle& handle) { in PushChannelHandle()
/aosp12/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Dtype_operators.h178 struct IsConvertible<LocalChannelHandle, RemoteChannelHandle> : std::true_type {

12