Home
last modified time | relevance | path

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

/frameworks/native/cmds/dumpsys/
Ddumpsys.cpp348 unique_fd remote_end(sfd[1]); in startDumpThread() local
352 activeThread_ = std::thread([=, remote_end{std::move(remote_end)}]() mutable { in startDumpThread()
357 err = service->dump(remote_end.get(), args); in startDumpThread()
360 err = dumpPidToFd(service, remote_end); in startDumpThread()