Home
last modified time | relevance | path

Searched refs:profile_name (Results 1 – 3 of 3) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h37 MOCK_METHOD(bool, SetAdpfProfile, (const std::string &profile_name), ());
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h127 bool SetAdpfProfile(const std::string &profile_name);
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc842 bool HintManager::SetAdpfProfile(const std::string &profile_name) { in SetAdpfProfile() argument
844 if (adpfs_[i]->mName == profile_name) { in SetAdpfProfile()
852 bool HintManager::IsAdpfProfileSupported(const std::string &profile_name) const { in IsAdpfProfileSupported()
854 if (adpfs_[i]->mName == profile_name) { in IsAdpfProfileSupported()