/frameworks/native/services/vr/bufferhubd/ |
D | producer_channel.h | 29 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);
|
D | consumer_queue_channel.h | 19 using RemoteChannelHandle = pdx::RemoteChannelHandle; variable 39 pdx::Status<std::vector<std::pair<RemoteChannelHandle, size_t>>>
|
D | producer_queue_channel.h | 28 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(
|
D | producer_queue_channel.cpp | 10 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>>
|
D | consumer_queue_channel.cpp | 8 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()
|
D | detached_buffer_channel.cpp | 7 using android::pdx::RemoteChannelHandle; 117 Status<RemoteChannelHandle> DetachedBufferChannel::OnPromote( in OnPromote()
|
D | producer_channel.cpp | 21 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()
|
D | detached_buffer_channel.h | 50 pdx::Status<pdx::RemoteChannelHandle> OnPromote(pdx::Message& message);
|
/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 | 157 const RemoteChannelHandle& handle) override; 175 Status<void> Reply(const RemoteChannelHandle& handle); 195 Status<RemoteChannelHandle> PushChannel( 202 Status<RemoteChannelHandle> PushChannel( 475 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/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() 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()
|
D | service_tests.cpp | 20 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()
|
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() 684 Message* message, const RemoteChannelHandle& handle) { in MessageReplyChannelHandle() 730 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 {
|