Home
last modified time | relevance | path

Searched refs:Reply (Results 1 – 11 of 11) sorted by relevance

/frameworks/native/libs/vr/libpdx/fuzz/
Dmessage_fuzzer.cpp115 message.Reply(status); in LLVMFuzzerTestOneInput()
118 message.Reply(l_handle); in LLVMFuzzerTestOneInput()
121 message.Reply(b_handle); in LLVMFuzzerTestOneInput()
124 message.Reply(r_handle); in LLVMFuzzerTestOneInput()
127 message.Reply(lc_handle); in LLVMFuzzerTestOneInput()
130 message.Reply(bc_handle); in LLVMFuzzerTestOneInput()
133 message.Reply(rc_handle); in LLVMFuzzerTestOneInput()
/frameworks/native/libs/vr/libpdx/private/pdx/
Dservice.h176 Status<void> Reply(int return_code);
179 Status<void> Reply(const LocalHandle& handle);
180 Status<void> Reply(const BorrowedHandle& handle);
181 Status<void> Reply(const RemoteHandle& handle);
182 Status<void> Reply(const LocalChannelHandle& handle);
183 Status<void> Reply(const BorrowedChannelHandle& handle);
184 Status<void> Reply(const RemoteChannelHandle& handle);
187 inline Status<void> Reply(const Status<T>& status) { in Reply() function
188 return status ? Reply(status.get()) : ReplyError(status.error()); in Reply()
191 inline Status<void> Reply(const Status<void>& status) { in Reply() function
[all …]
/frameworks/native/libs/vr/libpdx/
Dservice.cpp244 Status<void> Message::Reply(int return_code) { in Reply() function in android::pdx::Message
281 Status<void> Message::Reply(const LocalHandle& handle) { in Reply() function in android::pdx::Message
299 Status<void> Message::Reply(const BorrowedHandle& handle) { in Reply() function in android::pdx::Message
317 Status<void> Message::Reply(const RemoteHandle& handle) { in Reply() function in android::pdx::Message
329 Status<void> Message::Reply(const LocalChannelHandle& handle) { in Reply() function in android::pdx::Message
340 Status<void> Message::Reply(const BorrowedChannelHandle& handle) { in Reply() function in android::pdx::Message
351 Status<void> Message::Reply(const RemoteChannelHandle& handle) { in Reply() function in android::pdx::Message
587 return message.Reply(0); in HandleSystemMessage()
595 return message.Reply(0); in HandleSystemMessage()
603 return message.Reply(0); in HandleSystemMessage()
[all …]
Dservice_tests.cpp349 EXPECT_EQ(EINVAL, message.Reply(12).error()); in TEST_F()
390 TEST_F(ServiceMessageTest, Reply) { in TEST_F() argument
394 EXPECT_TRUE(message_->Reply(12)); in TEST_F()
397 EXPECT_EQ(EINVAL, message_->Reply(12).error()); // Already replied. in TEST_F()
403 EXPECT_EQ(EIO, message_->Reply(12).error()); in TEST_F()
425 EXPECT_TRUE(message_->Reply(handle)); in TEST_F()
433 EXPECT_TRUE(message_->Reply(handle)); in TEST_F()
441 EXPECT_TRUE(message_->Reply(handle)); in TEST_F()
448 EXPECT_TRUE(message_->Reply(handle)); in TEST_F()
455 EXPECT_TRUE(message_->Reply(handle)); in TEST_F()
[all …]
/frameworks/av/media/libaudiohal/impl/
DStreamHalAidl.cpp202 StreamDescriptor::Reply reply; in standby()
263 StreamDescriptor::Reply reply; in start()
309 StreamDescriptor::Reply reply; in stop()
330 StreamDescriptor::Reply reply; in getLatency()
343 StreamDescriptor::Reply reply; in getObservablePosition()
353 StreamDescriptor::Reply reply; in getHardwarePosition()
363 StreamDescriptor::Reply reply; in getXruns()
379 StreamDescriptor::Reply reply; in transfer()
401 StreamDescriptor::Reply reply; in transfer()
420 status_t StreamHalAidl::pause(StreamDescriptor::Reply* reply) { in pause()
[all …]
DStreamHalAidl.h49 typedef AidlMessageQueue<::aidl::android::hardware::audio::core::StreamDescriptor::Reply,
233 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr);
236 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr);
239 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr);
242 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr);
279 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr,
283 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply* reply = nullptr,
290 ::aidl::android::hardware::audio::core::StreamDescriptor::Reply mLastReply GUARDED_BY(mLock);
/frameworks/native/libs/vr/libpdx_default_transport/
Dpdx_benchmarks.cpp258 CHECK(message.Reply(0)); in HandleMessage()
276 CHECK(message.Reply(message.GetSendLength())); in HandleMessage()
297 CHECK(message.Reply(message.GetReceiveLength())); in HandleMessage()
326 CHECK(message.Reply(message.GetSendLength())); in HandleMessage()
/frameworks/av/media/codec2/components/base/
DSimpleC2Component.cpp669 static void Reply(const sp<AMessage> &msg, int32_t *err = nullptr) { in Reply() function
705 Reply(msg, &err); in onMessageReceived()
716 Reply(msg, &err); in onMessageReceived()
723 Reply(msg); in onMessageReceived()
730 Reply(msg); in onMessageReceived()
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dremote_method.h138 const auto status = message.Reply(return_value);
152 auto status = message.Reply(ret);
/frameworks/proto_logging/stats/enums/app/wearservices/
Dwearservices_enums.proto453 // The performed action title is Smart Reply.
474 // The performed action title is Reply.
/frameworks/proto_logging/stats/atoms/wearservices/
Dwearservices_atoms.proto107 // Whether actions contain remote input (e.g. Reply).