Home
last modified time | relevance | path

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

/external/perfetto/include/perfetto/ipc/
Dservice_proxy.h75 void EndInvoke(RequestID,
/external/perfetto/src/ipc/
Dservice_proxy.cc81 void ServiceProxy::EndInvoke(RequestID request_id, in EndInvoke() function in perfetto::ipc::ServiceProxy
Dclient_impl.cc261 service_proxy->EndInvoke(request_id, std::move(decoded_reply), in OnInvokeMethodReply()