Searched refs:DumpToFd (Results 1 – 15 of 15) sorted by relevance
73 void PropertyNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::PropertyNode86 req_sorted_[i].DumpToFd( in DumpToFd()
112 void FileNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::FileNode132 req_sorted_[i].DumpToFd( in DumpToFd()
99 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::NodeLooperThread102 n->DumpToFd(fd); in DumpToFd()
68 void RequestGroup::DumpToFd(int fd, const std::string& prefix) const { in DumpToFd() function in android::perfmgr::RequestGroup
231 void HintManager::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::HintManager236 nm_->DumpToFd(fd); in DumpToFd()
38 void DumpToFd(int fd) const override;
57 void DumpToFd(int fd, const std::string& prefix) const;
43 void DumpToFd(int fd) const override;
70 virtual void DumpToFd(int fd) const = 0;
79 void DumpToFd(int fd);
147 void DumpToFd(int fd);
43 MOCK_METHOD(void, DumpToFd, (int fd), ());
74 t.DumpToFd(dumptf.fd); in TEST()
68 t.DumpToFd(dumptf.fd); in TEST()
300 HintManager::GetInstance()->DumpToFd(fd); in dump()