Searched refs:SetChannel (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/vr/bufferhubd/ |
D | buffer_hub.cpp | 264 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()
|
D | producer_queue_channel.cpp | 124 service()->SetChannel(channel_id, consumer_queue_channel); in OnCreateConsumerQueue() 241 service()->SetChannel(buffer_id, producer_channel); in AllocateBuffer()
|
D | producer_channel.cpp | 146 const auto channel_status = service()->SetChannel(channel_id, consumer); in CreateConsumer()
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 438 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()
|
D | service_tests.cpp | 226 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/ |
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 | 304 Status<void> SetChannel(const std::shared_ptr<Channel>& channnel); 395 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 | 140 message.SetChannel(surface_status.take()); in OnCreateSurface()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 262 Status<void> Endpoint::SetChannel(int channel_id, Channel* channel) { in SetChannel() function in android::pdx::uds::Endpoint
|