Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.h87 void OnInvokeMethod(ClientConnection*, const Frame&);
Dhost_impl.cc206 return OnInvokeMethod(client, req_frame); in OnReceivedFrame()
236 void HostImpl::OnInvokeMethod(ClientConnection* client, in OnInvokeMethod() function in perfetto::ipc::HostImpl