Home
last modified time | relevance | path

Searched refs:nm_ (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h83 : nm_(std::move(nm)), actions_(actions) {} in HintManager()
85 if (nm_.get() != nullptr) nm_->Stop(); in ~HintManager()
147 sp<NodeLooperThread> nm_; variable
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc144 nm_ = new NodeLooperThread(std::move(nodes_)); in SetUp()
179 nm_ = nullptr; in TearDown()
181 sp<NodeLooperThread> nm_; member in android::perfmgr::HintManagerTest
211 HintManager hm(nm_, actions_); in TEST_F()
222 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
235 HintManager hm(nm_, actions_); in TEST_F()
246 HintManager hm(nm_, actions_); in TEST_F()
254 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
288 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()
337 auto hm = std::make_unique<HintManager>(nm_, actions_); in TEST_F()