/frameworks/native/services/vr/bufferhubd/include/private/dvr/ |
D | consumer_queue_channel.h | 17 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable 38 pdx::Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
|
D | producer_channel.h | 28 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable 56 pdx::Status<RemoteChannelHandle> CreateConsumer(Message& message, 59 pdx::Status<RemoteChannelHandle> OnNewConsumer(Message& message);
|
D | producer_queue_channel.h | 27 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/ |
D | mock_service_endpoint.h | 19 Status<RemoteChannelHandle>(Message* message, int flags, 36 const RemoteChannelHandle& handle)); 60 const RemoteChannelHandle& handle));
|
D | service_endpoint.h | 69 virtual Status<RemoteChannelHandle> PushChannel(Message* message, int flags, 100 Message* message, const RemoteChannelHandle& handle) = 0; 123 Message* message, const RemoteChannelHandle& handle) = 0;
|
D | service.h | 166 const RemoteChannelHandle& handle) override; 184 Status<void> Reply(const RemoteChannelHandle& handle); 204 Status<RemoteChannelHandle> PushChannel( 211 Status<RemoteChannelHandle> PushChannel( 484 Status<RemoteChannelHandle> PushChannel(
|
D | mock_message_writer.h | 23 Status<ChannelReference>(const RemoteChannelHandle& handle));
|
D | message_writer.h | 22 const RemoteChannelHandle& handle) = 0;
|
D | channel_handle.h | 113 using RemoteChannelHandle = ChannelHandle<ChannelHandleMode::Remote>; variable
|
D | utility.h | 178 const RemoteChannelHandle& handle) override { 330 const RemoteChannelHandle& handle) override {
|
D | client.h | 265 const RemoteChannelHandle& handle) override;
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 9 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>>
|
D | consumer_queue_channel.cpp | 6 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()
|
D | producer_channel.cpp | 19 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/ |
D | helpers.h | 142 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()
|
D | message_fuzzer.cpp | 95 RemoteChannelHandle rc_handle = {}; in LLVMFuzzerTestOneInput()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 47 Status<RemoteChannelHandle> PushChannel(Message* message, int flags, 60 Message* message, const RemoteChannelHandle& handle) override; 76 Message* message, const RemoteChannelHandle& handle) override;
|
D | ipc_helper.h | 78 const RemoteChannelHandle& handle) override;
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 202 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()
|
D | service_tests.cpp | 20 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()
|
D | client.cpp | 262 const RemoteChannelHandle& handle) { in PushChannelHandle()
|
D | client_tests.cpp | 20 using android::pdx::RemoteChannelHandle; 543 EXPECT_EQ(13, transaction_.PushChannelHandle(RemoteChannelHandle{13}).get()); in TEST_F()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_framework_tests.cpp | 35 using android::pdx::RemoteChannelHandle; 184 Status<RemoteChannelHandle> channel_handle = in HandleMessage() 194 Status<RemoteChannelHandle> channel_handle = message.PushChannel( in HandleMessage()
|
D | service_endpoint.cpp | 425 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/ |
D | type_operators.h | 178 struct IsConvertible<LocalChannelHandle, RemoteChannelHandle> : std::true_type {
|