/frameworks/native/libs/vr/libpdx/private/pdx/ |
D | mock_client_channel.h | 16 MOCK_METHOD0(GetChannelHandle, LocalChannelHandle&()); 17 MOCK_CONST_METHOD0(GetChannelHandle, const LocalChannelHandle&()); 50 MOCK_CONST_METHOD3(GetChannelHandle,
|
D | client_channel.h | 35 virtual LocalChannelHandle& GetChannelHandle() = 0; 36 virtual const LocalChannelHandle& GetChannelHandle() const = 0; 64 virtual bool GetChannelHandle(void* transaction_state, ChannelReference ref,
|
D | client.h | 51 LocalChannelHandle& GetChannelHandle(); 52 const LocalChannelHandle& GetChannelHandle() const; 269 bool GetChannelHandle(ChannelReference ref,
|
D | mock_message_reader.h | 13 MOCK_METHOD2(GetChannelHandle,
|
D | message_reader.h | 15 virtual bool GetChannelHandle(ChannelReference ref,
|
D | mock_service_endpoint.h | 63 MOCK_CONST_METHOD2(GetChannelHandle,
|
D | service_endpoint.h | 129 virtual LocalChannelHandle GetChannelHandle(Message* message,
|
D | utility.h | 190 bool GetChannelHandle(ChannelReference ref,
|
D | service.h | 170 bool GetChannelHandle(ChannelReference ref,
|
/frameworks/native/libs/vr/libpdx/ |
D | client.cpp | 118 LocalChannelHandle& Client::GetChannelHandle() { in GetChannelHandle() function in android::pdx::Client 119 return channel_->GetChannelHandle(); in GetChannelHandle() 122 const LocalChannelHandle& Client::GetChannelHandle() const { in GetChannelHandle() function in android::pdx::Client 123 return channel_->GetChannelHandle(); in GetChannelHandle() 271 bool Transaction::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Transaction 274 client_.GetChannel()->GetChannelHandle(state_, ref, handle); in GetChannelHandle()
|
D | service_tests.cpp | 675 TEST_F(ServiceMessageTest, GetChannelHandle) { in TEST_F() argument 680 EXPECT_CALL(*endpoint(), GetChannelHandle(message_.get(), _)) in TEST_F() 684 EXPECT_TRUE(message_->GetChannelHandle(kRef, &handle)); in TEST_F() 692 EXPECT_TRUE(message_->GetChannelHandle(kRef, &handle)); in TEST_F() 698 EXPECT_CALL(*endpoint(), GetChannelHandle(message_.get(), _)) in TEST_F() 704 EXPECT_FALSE(message_->GetChannelHandle(kRef, &handle)); in TEST_F()
|
D | client_tests.cpp | 560 EXPECT_CALL(*mock_channel(), GetChannelHandle(kTransactionState, 2, _)) in TEST_F() 565 EXPECT_FALSE(transaction_.GetChannelHandle(2, &channel_handle)); in TEST_F() 566 EXPECT_TRUE(transaction_.GetChannelHandle(2, &channel_handle)); in TEST_F()
|
D | service.cpp | 227 bool Message::GetChannelHandle(ChannelReference ref, in GetChannelHandle() function in android::pdx::Message 235 *handle = svc->endpoint()->GetChannelHandle(this, ref); in GetChannelHandle()
|
/frameworks/native/libs/vr/libpdx_uds/private/uds/ |
D | client_channel.h | 43 LocalChannelHandle& GetChannelHandle() override { return channel_handle_; } in GetChannelHandle() function 44 const LocalChannelHandle& GetChannelHandle() const override { in GetChannelHandle() function 77 bool GetChannelHandle(void* transaction_state, ChannelReference ref,
|
D | service_endpoint.h | 78 LocalChannelHandle GetChannelHandle(Message* message,
|
D | ipc_helper.h | 100 bool GetChannelHandle(ChannelReference ref,
|
/frameworks/native/libs/vr/libvrflinger/ |
D | display_surface.cpp | 242 return std::move(producer->GetChannelHandle()); in OnCreateQueue() 314 return std::move(producer->GetChannelHandle()); in OnCreateQueue()
|
/frameworks/native/libs/vr/libpdx_uds/ |
D | client_channel.cpp | 289 bool ClientChannel::GetChannelHandle(void* transaction_state, in GetChannelHandle() function in android::pdx::uds::ClientChannel
|
D | ipc_helper.cpp | 363 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/, in GetChannelHandle() function in android::pdx::uds::ReceivePayload
|
D | service_endpoint.cpp | 744 LocalChannelHandle Endpoint::GetChannelHandle(Message* message, in GetChannelHandle() function in android::pdx::uds::Endpoint
|
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/ |
D | serialization.h | 1536 return reader->GetInputResourceMapper()->GetChannelHandle(ref, value)
|