HomeSort by relevance Sort by last modified time
    Searched refs:MessageReply (Results 1 - 6 of 6) sorted by null

  /frameworks/native/libs/vr/libpdx/
service_tests.cpp 138 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_.get(), 12)
    [all...]
service.cpp 248 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/
mock_service_endpoint.h 25 MOCK_METHOD2(MessageReply, Status<void>(Message* message, int return_code));
service_endpoint.h 84 virtual Status<void> MessageReply(Message* message, int return_code) = 0;
  /frameworks/native/libs/vr/libpdx_uds/
service_endpoint.cpp 607 Status<void> Endpoint::MessageReply(Message* message, int return_code) {
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/
service_endpoint.h 53 Status<void> MessageReply(Message* message, int return_code) override;

Completed in 110 milliseconds