Searched refs:NodeLooperThread (Results 1 – 6 of 6) 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()83 NodeLooperThread(NodeLooperThread const&) = delete;84 void operator=(NodeLooperThread const&) = delete;
82 HintManager(sp<NodeLooperThread> nm, const std::unordered_map<std::string, Hint> &actions) in HintManager()147 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()
144 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()181 sp<NodeLooperThread> nm_;
29 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()
57 "NodeLooperThread.cc",