Home
last modified time | relevance | path

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

/frameworks/native/libs/vr/libpdx/private/pdx/
Dmock_message_writer.h18 MOCK_METHOD1(PushChannelHandle,
20 MOCK_METHOD1(PushChannelHandle,
22 MOCK_METHOD1(PushChannelHandle,
Dmessage_writer.h17 virtual Status<ChannelReference> PushChannelHandle(
19 virtual Status<ChannelReference> PushChannelHandle(
21 virtual Status<ChannelReference> PushChannelHandle(
Dmock_service_endpoint.h52 MOCK_METHOD2(PushChannelHandle,
55 MOCK_METHOD2(PushChannelHandle,
58 MOCK_METHOD2(PushChannelHandle,
Dservice_endpoint.h118 virtual Status<ChannelReference> PushChannelHandle(
120 virtual Status<ChannelReference> PushChannelHandle(
122 virtual Status<ChannelReference> PushChannelHandle(
Dmock_client_channel.h40 MOCK_METHOD2(PushChannelHandle,
43 MOCK_METHOD2(PushChannelHandle,
Dutility.h167 Status<ChannelReference> PushChannelHandle(
172 Status<ChannelReference> PushChannelHandle(
177 Status<ChannelReference> PushChannelHandle(
307 Status<ChannelReference> PushChannelHandle(
318 Status<ChannelReference> PushChannelHandle(
329 Status<ChannelReference> PushChannelHandle(
Dclient_channel.h56 virtual ChannelReference PushChannelHandle(
58 virtual ChannelReference PushChannelHandle(
Dclient.h259 Status<ChannelReference> PushChannelHandle(
261 Status<ChannelReference> PushChannelHandle(
263 Status<ChannelReference> PushChannelHandle(
Dservice.h152 Status<ChannelReference> PushChannelHandle(
154 Status<ChannelReference> PushChannelHandle(
156 Status<ChannelReference> PushChannelHandle(
/frameworks/native/libs/vr/libpdx/
Dclient.cpp243 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle() function in android::pdx::Transaction
246 return client_.GetChannel()->PushChannelHandle(state_, handle); in PushChannelHandle()
250 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle() function in android::pdx::Transaction
253 return client_.GetChannel()->PushChannelHandle(state_, handle); in PushChannelHandle()
257 Status<ChannelReference> Transaction::PushChannelHandle( in PushChannelHandle() function in android::pdx::Transaction
Dservice.cpp181 Status<ChannelReference> Message::PushChannelHandle( in PushChannelHandle() function in android::pdx::Message
185 return svc->endpoint()->PushChannelHandle(this, handle); in PushChannelHandle()
191 Status<ChannelReference> Message::PushChannelHandle( in PushChannelHandle() function in android::pdx::Message
195 return svc->endpoint()->PushChannelHandle(this, handle); in PushChannelHandle()
201 Status<ChannelReference> Message::PushChannelHandle( in PushChannelHandle() function in android::pdx::Message
205 return svc->endpoint()->PushChannelHandle(this, handle); in PushChannelHandle()
Dservice_tests.cpp606 EXPECT_CALL(*endpoint(), PushChannelHandle(message_.get(), in TEST_F()
611 EXPECT_EQ(7, message_->PushChannelHandle(handle).get()); in TEST_F()
612 EXPECT_EQ(EIO, message_->PushChannelHandle(handle).error()); in TEST_F()
621 PushChannelHandle(message_.get(), Matcher<const BorrowedChannelHandle&>( in TEST_F()
625 EXPECT_EQ(8, message_->PushChannelHandle(handle).get()); in TEST_F()
626 EXPECT_EQ(EIO, message_->PushChannelHandle(handle).error()); in TEST_F()
635 PushChannelHandle(message_.get(), Matcher<const RemoteChannelHandle&>( in TEST_F()
639 EXPECT_EQ(kValue, message_->PushChannelHandle(handle).get()); in TEST_F()
640 EXPECT_EQ(EIO, message_->PushChannelHandle(handle).error()); in TEST_F()
Dclient_tests.cpp532 PushChannelHandle(kTransactionState, A<const LocalChannelHandle&>())) in TEST_F()
535 11, transaction_.PushChannelHandle(LocalChannelHandle{nullptr, 1}).get()); in TEST_F()
539 PushChannelHandle(kTransactionState, A<const BorrowedChannelHandle&>())) in TEST_F()
541 EXPECT_EQ(12, transaction_.PushChannelHandle(BorrowedChannelHandle{2}).get()); in TEST_F()
543 EXPECT_EQ(13, transaction_.PushChannelHandle(RemoteChannelHandle{13}).get()); in TEST_F()
/frameworks/native/libs/vr/libpdx_uds/
Dclient_channel.cpp52 ChannelReference PushChannelHandle(BorrowedChannelHandle handle) { in PushChannelHandle() function
270 ChannelReference ClientChannel::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::ClientChannel
273 return state->PushChannelHandle(handle.Borrow()); in PushChannelHandle()
276 ChannelReference ClientChannel::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::ClientChannel
279 return state->PushChannelHandle(handle.Duplicate()); in PushChannelHandle()
Dservice_endpoint.cpp68 Status<ChannelReference> PushChannelHandle(BorrowedChannelHandle handle) { in PushChannelHandle() function
84 Status<ChannelReference> PushChannelHandle(BorrowedHandle data_fd, in PushChannelHandle() function
448 Status<ChannelReference> ref = state->PushChannelHandle( in PushChannel()
667 auto ref = state->PushChannelHandle(handle.Borrow()); in MessageReplyChannelHandle()
676 auto ref = state->PushChannelHandle(handle.Duplicate()); in MessageReplyChannelHandle()
716 Status<ChannelReference> Endpoint::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::Endpoint
719 return state->PushChannelHandle(handle.Borrow()); in PushChannelHandle()
722 Status<ChannelReference> Endpoint::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::Endpoint
725 return state->PushChannelHandle(handle.Duplicate()); in PushChannelHandle()
728 Status<ChannelReference> Endpoint::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::Endpoint
Dipc_helper.cpp266 Status<ChannelReference> SendPayload::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::SendPayload
270 Status<ChannelReference> SendPayload::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::SendPayload
274 Status<ChannelReference> SendPayload::PushChannelHandle( in PushChannelHandle() function in android::pdx::uds::SendPayload
Dservice_framework_tests.cpp304 ChannelReference ref = trans.PushChannelHandle(channel).get(); in CheckChannelIdArgument()
313 ChannelReference ref = trans.PushChannelHandle(channel).get(); in CheckChannelObjectArgument()
322 ChannelReference ref = trans.PushChannelHandle(channel).get(); in CheckChannelFromOtherService()
/frameworks/native/libs/vr/libpdx_uds/private/uds/
Dservice_endpoint.h71 Status<ChannelReference> PushChannelHandle(
73 Status<ChannelReference> PushChannelHandle(
75 Status<ChannelReference> PushChannelHandle(
Dclient_channel.h68 ChannelReference PushChannelHandle(void* transaction_state,
70 ChannelReference PushChannelHandle(
Dipc_helper.h73 Status<ChannelReference> PushChannelHandle(
75 Status<ChannelReference> PushChannelHandle(
77 Status<ChannelReference> PushChannelHandle(
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dserialization.h920 writer->GetOutputResourceMapper()->PushChannelHandle(handle);