HomeSort by relevance Sort by last modified time
    Searched refs:OnBindServiceReply (Results 1 - 2 of 2) sorted by null

  /external/perfetto/src/ipc/
client_impl.h 81 void OnBindServiceReply(QueuedRequest, const Frame::BindServiceReply&);
client_impl.cc 188 return OnBindServiceReply(std::move(req), frame.msg_bind_service_reply());
205 void ClientImpl::OnBindServiceReply(QueuedRequest req,
229 PERFETTO_DLOG("OnBindServiceReply(): invalid method \"%s\" -> %" PRIu64,

Completed in 218 milliseconds