Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DPropertyNode.cc73 void PropertyNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::PropertyNode
82 req_sorted_[i].DumpToFd( in DumpToFd()
H A DFileNode.cc107 void FileNode::DumpToFd(int fd) const { in DumpToFd() function in android::perfmgr::FileNode
120 req_sorted_[i].DumpToFd( in DumpToFd()
H A DNodeLooperThread.cc93 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::NodeLooperThread
96 n->DumpToFd(fd); in DumpToFd()
H A DRequestGroup.cc68 void RequestGroup::DumpToFd(int fd, const std::string& prefix) const { in DumpToFd() function in android::perfmgr::RequestGroup
H A DHintManager.cc217 void HintManager::DumpToFd(int fd) { in DumpToFd() function in android::perfmgr::HintManager
227 nm_->DumpToFd(fd); in DumpToFd()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DPropertyNode.h38 void DumpToFd(int fd) const override;
H A DFileNode.h42 void DumpToFd(int fd) const override;
H A DRequestGroup.h57 void DumpToFd(int fd, const std::string& prefix) const;
H A DNode.h70 virtual void DumpToFd(int fd) const = 0;
H A DNodeLooperThread.h77 void DumpToFd(int fd);
H A DHintManager.h123 void DumpToFd(int fd);
/aosp12/hardware/google/pixel/power-libperfmgr/aidl/
H A DPower.cpp248 mHintManager->DumpToFd(fd); in dump()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DPropertyNodeTest.cc74 t.DumpToFd(dumptf.fd); in TEST()
H A DFileNodeTest.cc68 t.DumpToFd(dumptf.fd); in TEST()
H A DHintManagerTest.cc257 hm->DumpToFd(dumptf.fd); in TEST_F()
272 hm->DumpToFd(dumptf_started.fd); in TEST_F()