Searched refs:MessageReply (Results 1 - 6 of 6) sorted by relevance

/frameworks/native/libs/vr/libpdx/
H A Dservice_tests.cpp138 EXPECT_CALL(*endpoint(), MessageReply(_, -EOPNOTSUPP))
228 EXPECT_CALL(*endpoint(), MessageReply(&message, 0))
245 EXPECT_CALL(*endpoint(), MessageReply(&message, 0))
258 EXPECT_CALL(*endpoint(), MessageReply(&message, 0))
278 EXPECT_CALL(*endpoint(), MessageReply(&message, kReply.size()))
299 EXPECT_CALL(*endpoint(), MessageReply(&message, kActualReply.size()))
319 EXPECT_CALL(*endpoint(), MessageReply(&message, -EIO))
330 EXPECT_CALL(*endpoint(), MessageReply(&message, -EOPNOTSUPP))
389 EXPECT_CALL(*endpoint(), MessageReply(message_.get(), 12))
399 EXPECT_CALL(*endpoint(), MessageReply(message
[all...]
H A Dservice.cpp248 const auto ret = svc->endpoint()->MessageReply(this, return_code);
273 svc->endpoint()->MessageReply(this, -static_cast<int>(error));
290 ret = svc->endpoint()->MessageReply(this, handle.Get());
308 ret = svc->endpoint()->MessageReply(this, handle.Get());
324 ret = svc->endpoint()->MessageReply(this, handle.Get());
326 ret = svc->endpoint()->MessageReply(this, handle.Get());
664 endpoint_->MessageReply(&message, -EINVAL);
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dmock_service_endpoint.h25 MOCK_METHOD2(MessageReply, Status<void>(Message* message, int return_code));
H A Dservice_endpoint.h84 virtual Status<void> MessageReply(Message* message, int return_code) = 0;
/frameworks/native/libs/vr/libpdx_uds/
H A Dservice_endpoint.cpp607 Status<void> Endpoint::MessageReply(Message* message, int return_code) { function in class:android::pdx::uds::Endpoint
662 return MessageReply(message, ref.get());
671 return MessageReply(message, ref.get());
680 return MessageReply(message, ref.get());
685 return MessageReply(message, handle.value());
/frameworks/native/libs/vr/libpdx_uds/private/uds/
H A Dservice_endpoint.h53 Status<void> MessageReply(Message* message, int return_code) override;

Completed in 35 milliseconds