Searched refs:NodeLooperThread (Results 1 – 7 of 7) sorted by relevance
56 class NodeLooperThread : public ::android::Thread {58 explicit NodeLooperThread(std::vector<std::unique_ptr<Node>> nodes) in NodeLooperThread() function60 virtual ~NodeLooperThread() { Stop(); } in ~NodeLooperThread()85 NodeLooperThread(NodeLooperThread const&) = delete;86 NodeLooperThread &operator=(NodeLooperThread const &) = delete;
91 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions, in HintManager()176 sp<NodeLooperThread> nm_;
65 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()
244 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()281 sp<NodeLooperThread> nm_;
30 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()
59 "NodeLooperThread.cc",
354 sp<NodeLooperThread> nm = new NodeLooperThread(std::move(nodes)); in GetFromJSON()