Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.cc126 const Frame& req_frame) { in OnReceivedFrame() argument
127 if (req_frame.msg_case() == Frame::kMsgBindService) in OnReceivedFrame()
128 return OnBindService(client, req_frame); in OnReceivedFrame()
129 if (req_frame.msg_case() == Frame::kMsgInvokeMethod) in OnReceivedFrame()
130 return OnInvokeMethod(client, req_frame); in OnReceivedFrame()
133 req_frame.msg_case(), client->id); in OnReceivedFrame()
135 reply_frame.set_request_id(req_frame.request_id()); in OnReceivedFrame()
140 void HostImpl::OnBindService(ClientConnection* client, const Frame& req_frame) { in OnBindService() argument
143 const Frame::BindService& req = req_frame.msg_bind_service(); in OnBindService()
145 reply_frame.set_request_id(req_frame.request_id()); in OnBindService()
[all …]