Searched refs:GetChannelId (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/services/vr/bufferhubd/ |
D | consumer_channel.cpp | 115 ignored_, handled_, message.GetChannelId(), producer->buffer_id()); in OnConsumerAcquire() 134 ignored_, handled_, message.GetChannelId(), producer->buffer_id()); in OnConsumerRelease()
|
D | buffer_hub.cpp | 203 channel.get(), message.GetChannelId(), message.GetOp()); in HandleMessage() 247 const int buffer_id = message.GetChannelId(); in OnCreateBuffer() 278 const int channel_id = message.GetChannelId(); in OnCreatePersistentBuffer() 342 const int channel_id = message.GetChannelId(); in OnGetPersistentBuffer() 388 const int queue_id = message.GetChannelId(); in OnCreateProducerQueue()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.cpp | 114 message.GetChannelId()); in OnCreateSurface() 117 const int surface_id = message.GetChannelId(); in OnCreateSurface()
|
D | display_manager_service.cpp | 56 std::make_shared<DisplayManager>(this, message.GetChannelId()); in OnChannelOpen()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 248 CloseChannel(GetChannelId(channel_handle)); in AcceptConnection() 484 int32_t Endpoint::GetChannelId(const BorrowedHandle& channel_fd) { in GetChannelId() function in android::pdx::uds::Endpoint 493 int32_t channel_id = GetChannelId(channel_fd); in ReceiveMessageForChannel() 597 BuildCloseMessage(GetChannelId(channel_fd), message); in MessageReceive() 605 const int32_t channel_id = message->GetChannelId(); in MessageReply()
|
D | service_framework_tests.cpp | 93 return std::make_shared<TestChannel>(message.GetChannelId()); in OnChannelOpen() 135 REPLY_MESSAGE_RETURN(message, message.GetChannelId(), {}); in HandleMessage()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 144 int32_t GetChannelId(const BorrowedHandle& channel_fd);
|
/frameworks/native/libs/vr/libpdx_default_transport/ |
D | pdx_benchmarks.cpp | 240 << message.GetChannelId(); in OnChannelOpen() 247 << message.GetChannelId(); in OnChannelClose()
|
/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | service.h | 266 int GetChannelId() const;
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 422 int Message::GetChannelId() const { return info_.cid; } in GetChannelId() function in android::pdx::Message
|
D | service_tests.cpp | 181 EXPECT_EQ(kTestCid, message.GetChannelId()); in TEST_F()
|