Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp432 unique_fd remote_end(sfd[1]); in startDumpThread() local
436 activeThread_ = std::thread([=, remote_end{std::move(remote_end)}]() mutable { in startDumpThread()
438 status_t err = dumpPidToFd(service, remote_end, dumpTypeFlags == TYPE_PID); in startDumpThread()
442 status_t err = dumpStabilityToFd(service, remote_end); in startDumpThread()
446 status_t err = dumpThreadsToFd(service, remote_end); in startDumpThread()
450 status_t err = dumpClientsToFd(service, remote_end); in startDumpThread()
456 status_t err = service->dump(remote_end.get(), args); in startDumpThread()