Home
last modified time | relevance | path

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

/system/extras/libperfmgr/include/perfmgr/
DNodeLooperThread.h54 class NodeLooperThread : public ::android::Thread {
56 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() function
58 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()
80 NodeLooperThread(NodeLooperThread const&) = delete;
81 void operator=(NodeLooperThread const&) = delete;
DHintManager.h38 HintManager(sp<NodeLooperThread> nm, in HintManager()
85 sp<NodeLooperThread> nm_;
/system/extras/libperfmgr/tests/
DNodeLooperThreadTest.cc66 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
77 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
99 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
130 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
150 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
DHintManagerTest.cc147 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()
183 sp<NodeLooperThread> nm_;
/system/extras/libperfmgr/
DNodeLooperThread.cc27 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request()
66 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel()
91 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd()
98 bool NodeLooperThread::threadLoop() { in threadLoop()
123 void NodeLooperThread::onFirstRef() { in onFirstRef()
132 void NodeLooperThread::Stop() { in Stop()
DAndroid.bp52 "NodeLooperThread.cc",
DHintManager.cc127 sp<NodeLooperThread> nm = new NodeLooperThread(std::move(nodes)); in GetFromJSON()
/system/extras/libperfmgr/tools/
DConfigVerifier.cc68 NodeVerifier(sp<NodeLooperThread> nm, in NodeVerifier()