Searched defs:Reply (Results 1 – 4 of 4) sorted by relevance
244 Status<void> Message::Reply(int return_code) { in Reply() function in android::pdx::Message281 Status<void> Message::Reply(const LocalHandle& handle) { in Reply() function in android::pdx::Message299 Status<void> Message::Reply(const BorrowedHandle& handle) { in Reply() function in android::pdx::Message317 Status<void> Message::Reply(const RemoteHandle& handle) { in Reply() function in android::pdx::Message329 Status<void> Message::Reply(const LocalChannelHandle& handle) { in Reply() function in android::pdx::Message340 Status<void> Message::Reply(const BorrowedChannelHandle& handle) { in Reply() function in android::pdx::Message351 Status<void> Message::Reply(const RemoteChannelHandle& handle) { in Reply() function in android::pdx::Message
390 TEST_F(ServiceMessageTest, Reply) { in TEST_F() argument
187 inline Status<void> Reply(const Status<T>& status) { in Reply() function191 inline Status<void> Reply(const Status<void>& status) { in Reply() function
68 static void Reply(const sp<AMessage> &msg, int32_t *err = nullptr) { in Reply() function