Home
last modified time | relevance | path

Searched refs:GetChannelHandle (Results 1 – 21 of 21) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_client_channel.h16 MOCK_METHOD0(GetChannelHandle, LocalChannelHandle&());
17 MOCK_CONST_METHOD0(GetChannelHandle, const LocalChannelHandle&());
50 MOCK_CONST_METHOD3(GetChannelHandle,
Dclient_channel.h35 virtual LocalChannelHandle& GetChannelHandle() = 0;
36 virtual const LocalChannelHandle& GetChannelHandle() const = 0;
64 virtual bool GetChannelHandle(void* transaction_state, ChannelReference ref,
Dclient.h51 LocalChannelHandle& GetChannelHandle();
52 const LocalChannelHandle& GetChannelHandle() const;
269 bool GetChannelHandle(ChannelReference ref,
Dmock_message_reader.h13 MOCK_METHOD2(GetChannelHandle,
Dmessage_reader.h15 virtual bool GetChannelHandle(ChannelReference ref,
Dmock_service_endpoint.h63 MOCK_CONST_METHOD2(GetChannelHandle,
Dservice_endpoint.h129 virtual LocalChannelHandle GetChannelHandle(Message* message,
Dutility.h190 bool GetChannelHandle(ChannelReference ref,
Dservice.h170 bool GetChannelHandle(ChannelReference ref,
/frameworks/native/libs/vr/libpdx/
Dclient.cpp118 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()
Dservice_tests.cpp675 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()
Dclient_tests.cpp560 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()
Dservice.cpp227 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/
Dclient_channel.h43 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,
Dservice_endpoint.h78 LocalChannelHandle GetChannelHandle(Message* message,
Dipc_helper.h100 bool GetChannelHandle(ChannelReference ref,
/frameworks/native/libs/vr/libvrflinger/
Ddisplay_surface.cpp242 return std::move(producer->GetChannelHandle()); in OnCreateQueue()
314 return std::move(producer->GetChannelHandle()); in OnCreateQueue()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp289 bool ClientChannel::GetChannelHandle(void* transaction_state, in GetChannelHandle() function in android::pdx::uds::ClientChannel
Dipc_helper.cpp363 bool ReceivePayload::GetChannelHandle(ChannelReference /*ref*/, in GetChannelHandle() function in android::pdx::uds::ReceivePayload
Dservice_endpoint.cpp744 LocalChannelHandle Endpoint::GetChannelHandle(Message* message, in GetChannelHandle() function in android::pdx::uds::Endpoint
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserialization.h1536 return reader->GetInputResourceMapper()->GetChannelHandle(ref, value)