Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.cc220 auto* reply_frame_data = reply_frame.mutable_msg_invoke_method_reply(); in ReplyToMethodInvocation() local
221 reply_frame_data->set_has_more(reply.has_more()); in ReplyToMethodInvocation()
225 reply_frame_data->set_reply_proto(reply_proto); in ReplyToMethodInvocation()
226 reply_frame_data->set_success(true); in ReplyToMethodInvocation()