Home
last modified time | relevance | path

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

/external/perfetto/src/ipc/
Dhost_impl.cc261 base::WeakPtr<HostImpl> host_weak_ptr = weak_ptr_factory_.GetWeakPtr(); in OnInvokeMethod() local
265 deferred_reply.Bind([host_weak_ptr, client_id, in OnInvokeMethod()
267 if (!host_weak_ptr) in OnInvokeMethod()
269 host_weak_ptr->ReplyToMethodInvocation(client_id, request_id, in OnInvokeMethod()