Home
last modified time | relevance | path

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

12

/frameworks/native/services/vr/bufferhubd/include/private/dvr/
Dconsumer_queue_channel.h17 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
38 pdx::Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
Dproducer_channel.h28 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable
56 pdx::Status<RemoteChannelHandle> CreateConsumer(Message& message,
59 pdx::Status<RemoteChannelHandle> OnNewConsumer(Message& message);
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(
/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.h166 const RemoteChannelHandle& handle) override;
184 Status<void> Reply(const RemoteChannelHandle& handle);
204 Status<RemoteChannelHandle> PushChannel(
211 Status<RemoteChannelHandle> PushChannel(
484 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/services/vr/bufferhubd/
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>>
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()
Dproducer_channel.cpp19 using android::pdx::RemoteChannelHandle;
308 Status<RemoteChannelHandle> ProducerChannel::CreateConsumer( in CreateConsumer()
382 Status<RemoteChannelHandle> ProducerChannel::OnNewConsumer(Message& message) { in OnNewConsumer()
/frameworks/native/libs/vr/libpdx/fuzz/
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()
Dmessage_fuzzer.cpp95 RemoteChannelHandle rc_handle = {}; in LLVMFuzzerTestOneInput()
/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()
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()
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()
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()
687 Message* message, const RemoteChannelHandle& handle) { in MessageReplyChannelHandle()
733 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