Searched refs:GetChannelId (Results 1 – 12 of 12) sorted by relevance
/frameworks/native/services/vr/bufferhubd/ |
D | consumer_channel.cpp | 119 acquired_, released_, message.GetChannelId(), producer->buffer_id()); in OnConsumerAcquire() 142 acquired_, released_, message.GetChannelId(), producer->buffer_id()); in OnConsumerRelease()
|
D | buffer_hub.cpp | 231 channel.get(), message.GetChannelId(), message.GetOp()); in HandleMessage() 259 const int buffer_id = message.GetChannelId(); in OnCreateBuffer() 289 const int queue_id = message.GetChannelId(); in OnCreateProducerQueue()
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_service.cpp | 232 message.GetChannelId()); in OnCreateSurface() 235 const int surface_id = message.GetChannelId(); in OnCreateSurface()
|
D | display_manager_service.cpp | 64 std::make_shared<DisplayManager>(this, message.GetChannelId()); in OnChannelOpen()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | service_endpoint.cpp | 251 CloseChannel(GetChannelId(channel_handle)); in AcceptConnection() 491 int32_t Endpoint::GetChannelId(const BorrowedHandle& channel_fd) { in GetChannelId() function in android::pdx::uds::Endpoint 500 int32_t channel_id = GetChannelId(channel_fd); in ReceiveMessageForChannel() 611 const int32_t channel_id = message->GetChannelId(); in MessageReply()
|
D | service_framework_tests.cpp | 94 return std::make_shared<TestChannel>(message.GetChannelId()); in OnChannelOpen() 136 REPLY_MESSAGE_RETURN(message, message.GetChannelId(), {}); in HandleMessage()
|
/frameworks/native/libs/vr/libpdx/fuzz/ |
D | message_fuzzer.cpp | 68 message.GetChannelId(); in LLVMFuzzerTestOneInput()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | service_endpoint.h | 145 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 | 275 int GetChannelId() const;
|
/frameworks/native/libs/vr/libpdx/ |
D | service.cpp | 413 int Message::GetChannelId() const { return info_.cid; } in GetChannelId() function in android::pdx::Message
|
D | service_tests.cpp | 183 EXPECT_EQ(kTestCid, message.GetChannelId()); in TEST_F()
|