Home
last modified time | relevance | path

Searched refs:SetChannel (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/services/vr/bufferhubd/
Dbuffer_hub.cpp264 message.SetChannel(status.take()); in OnCreateBuffer()
320 message.SetChannel(buffer); in OnCreatePersistentBuffer()
335 message.SetChannel(persistent_buffer); in OnCreatePersistentBuffer()
374 message.SetChannel(buffer); in OnGetPersistentBuffer()
402 message.SetChannel(status.take()); in OnCreateProducerQueue()
Dproducer_queue_channel.cpp124 service()->SetChannel(channel_id, consumer_queue_channel); in OnCreateConsumerQueue()
241 service()->SetChannel(buffer_id, producer_channel); in AllocateBuffer()
Dproducer_channel.cpp146 const auto channel_status = service()->SetChannel(channel_id, consumer); in CreateConsumer()
/frameworks/native/libs/vr/libpdx/
Dservice.cpp438 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { in SetChannel() function in android::pdx::Message
442 status = svc->SetChannel(info_.cid, chan); in SetChannel()
482 Status<void> Service::SetChannel(int channel_id, in SetChannel() function in android::pdx::Service
487 const auto status = endpoint_->SetChannel(channel_id, channel.get()); in SetChannel()
595 message.SetChannel(OnChannelOpen(message)); in HandleSystemMessage()
603 message.SetChannel(nullptr); in HandleSystemMessage()
Dservice_tests.cpp226 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, channel.get())) in TEST_F()
243 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, nullptr)) in TEST_F()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_service_endpoint.h14 MOCK_METHOD2(SetChannel, Status<void>(int channel_id, Channel* channel));
Dservice_endpoint.h50 virtual Status<void> SetChannel(int channel_id, Channel* channel) = 0;
Dservice.h304 Status<void> SetChannel(const std::shared_ptr<Channel>& channnel);
395 Status<void> SetChannel(int channel_id,
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h43 Status<void> SetChannel(int channel_id, Channel* channel) override;
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_service.cpp140 message.SetChannel(surface_status.take()); in OnCreateSurface()
/frameworks/native/libs/vr/libpdx_uds/
Dservice_endpoint.cpp262 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) { in SetChannel() function in android::pdx::uds::Endpoint