Searched refs:NodeLooperThread (Results 1 – 8 of 8) sorted by relevance
54 class NodeLooperThread : public ::android::Thread {56 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() function58 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()80 NodeLooperThread(NodeLooperThread const&) = delete;81 void operator=(NodeLooperThread const&) = delete;
38 HintManager(sp<NodeLooperThread> nm, in HintManager()85 sp<NodeLooperThread> nm_;
66 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()
147 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()183 sp<NodeLooperThread> nm_;
27 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()
52 "NodeLooperThread.cc",
127 sp<NodeLooperThread> nm = new NodeLooperThread(std::move(nodes)); in GetFromJSON()
68 NodeVerifier(sp<NodeLooperThread> nm, in NodeVerifier()