Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DNodeLooperThread.h56 class NodeLooperThread : public ::android::Thread {
58 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() function
60 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()
85 NodeLooperThread(NodeLooperThread const&) = delete;
86 NodeLooperThread &operator=(NodeLooperThread const &) = delete;
DHintManager.h91 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions, in HintManager()
176 sp<NodeLooperThread> nm_;
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DNodeLooperThreadTest.cc65 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
77 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
100 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
132 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
153 sp<NodeLooperThread> th = new NodeLooperThread(std::move(nodes_)); in TEST_F()
DHintManagerTest.cc244 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()
281 sp<NodeLooperThread> nm_;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc30 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request()
74 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel()
99 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd()
106 bool NodeLooperThread::threadLoop() { in threadLoop()
135 bool NodeLooperThread::Start() { in Start()
145 void NodeLooperThread::Stop() { in Stop()
DAndroid.bp59 "NodeLooperThread.cc",
DHintManager.cc354 sp<NodeLooperThread> nm = new NodeLooperThread(std::move(nodes)); in GetFromJSON()