Searched refs:SetChannel (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 429 Status<void> Message::SetChannel(const std::shared_ptr<Channel>& chan) { in SetChannel() function in android::pdx::Message 433 status = svc->SetChannel(info_.cid, chan); in SetChannel() 473 Status<void> Service::SetChannel(int channel_id, in SetChannel() function in android::pdx::Service 478 const auto status = endpoint_->SetChannel(channel_id, channel.get()); in SetChannel() 586 message.SetChannel(OnChannelOpen(message)); in HandleSystemMessage() 594 message.SetChannel(nullptr); in HandleSystemMessage()
|
D | service_tests.cpp | 228 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, channel.get())) in TEST_F() 245 EXPECT_CALL(*endpoint(), SetChannel(kTestCid, nullptr)) in TEST_F()
|
/frameworks/native/services/vr/bufferhubd/ |
D | producer_queue_channel.cpp | 130 service()->SetChannel(channel_id, consumer_queue_channel); in OnCreateConsumerQueue() 247 service()->SetChannel(buffer_id, producer_channel); in AllocateBuffer()
|
D | buffer_hub.cpp | 276 message.SetChannel(status.take()); in OnCreateBuffer() 303 message.SetChannel(status.take()); in OnCreateProducerQueue()
|
D | producer_channel.cpp | 325 const auto channel_status = service()->SetChannel(channel_id, consumer); in CreateConsumer()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_service_endpoint.h | 14 MOCK_METHOD2(SetChannel, Status<void>(int channel_id, Channel* channel));
|
D | service_endpoint.h | 50 virtual Status<void> SetChannel(int channel_id, Channel* channel) = 0;
|
D | service.h | 313 Status<void> SetChannel(const std::shared_ptr<Channel>& channnel); 404 Status<void> SetChannel(int channel_id,
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 43 Status<void> SetChannel(int channel_id, Channel* channel) override;
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.cpp | 251 message.SetChannel(surface); in OnCreateSurface()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 265 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) { in SetChannel() function in android::pdx::uds::Endpoint
|