Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/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()
83 NodeLooperThread(NodeLooperThread const&) = delete;
84 void operator=(NodeLooperThread const&) = delete;
DHintManager.h82 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions) in HintManager()
147 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.cc144 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()
181 sp<NodeLooperThread> nm_;
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DNodeLooperThread.cc29 bool NodeLooperThread::Request(const std::vector<NodeAction>& actions, in Request()
68 bool NodeLooperThread::Cancel(const std::vector<NodeAction>& actions, in Cancel()
93 void NodeLooperThread::DumpToFd(int fd) { in DumpToFd()
100 bool NodeLooperThread::threadLoop() { in threadLoop()
129 bool NodeLooperThread::Start() { in Start()
139 void NodeLooperThread::Stop() { in Stop()
DAndroid.bp57 "NodeLooperThread.cc",