Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.h77 void OnBindService(ClientConnection*, const Frame&);
Dhost_impl.cc151 return OnBindService(client, req_frame); in OnReceivedFrame()
162 void HostImpl::OnBindService(ClientConnection* client, const Frame& req_frame) { in OnBindService() function in perfetto::ipc::HostImpl