Home
last modified time | relevance | path

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

/system/extras/libperfmgr/
DNodeLooperThread.cc91 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::NodeLooperThread
94 n->DumpToFd(fd); in DumpToFd()
DPropertyNode.cc68 void PropertyNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::PropertyNode
DFileNode.cc90 void FileNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::FileNode
DHintManager.cc87 void HintManager::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::HintManager
97 nm_->DumpToFd(fd); in DumpToFd()
/system/extras/libperfmgr/include/perfmgr/
DPropertyNode.h38 void DumpToFd(int fd) const override;
DFileNode.h42 void DumpToFd(int fd) const override;
DNode.h70 virtual void DumpToFd(int fd) const = 0;
DNodeLooperThread.h77 void DumpToFd(int fd);
DHintManager.h71 void DumpToFd(int fd);
/system/extras/libperfmgr/tests/
DPropertyNodeTest.cc71 t.DumpToFd(dumptf.fd); in TEST()
DFileNodeTest.cc65 t.DumpToFd(dumptf.fd); in TEST()