Home
last modified time | relevance | path

Searched refs:GetHints (Results 1 – 4 of 4) sorted by relevance

/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
H A DConfigVerifier.cc92 std::vector<std::string> hints = hm->GetHints(); in execConfig()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
H A DHintManager.h117 std::vector<std::string> GetHints() const;
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/
H A DHintManager.cc198 std::vector<std::string> HintManager::GetHints() const { in GetHints() function in android::perfmgr::HintManager
240 std::vector<std::string> keys(GetHints()); in DumpToFd()
/aosp12/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
H A DHintManagerTest.cc213 std::vector<std::string> hints = hm.GetHints(); in TEST_F()