Home
last modified time | relevance | path

Searched refs:perfmgr (Results 1 – 25 of 34) sorted by relevance

12

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DTestHelper.cpp21 ::android::perfmgr::AdpfConfig makeMockConfig() { in makeMockConfig()
22 return ::android::perfmgr::AdpfConfig("REFRESH_60FPS", /* Name */ in makeMockConfig()
DTestHelper.h23 ::android::perfmgr::AdpfConfig makeMockConfig();
DPowerSessionManagerTest.cpp35 mTestConfig = std::make_shared<::android::perfmgr::AdpfConfig>(makeMockConfig()); in SetUp()
61 std::shared_ptr<::android::perfmgr::AdpfConfig> mTestConfig;
DPowerHintSessionTest.cpp181 mTestConfig = std::make_shared<::android::perfmgr::AdpfConfig>(makeMockConfig()); in SetUp()
199 std::shared_ptr<::android::perfmgr::AdpfConfig> mTestConfig;
/hardware/google/pixel/power-libperfmgr/libperfmgr/tools/
DConfigVerifier.cc28 namespace perfmgr { namespace
87 android::perfmgr::HintManager *hm = android::perfmgr::HintManager::GetFromJSON(json_file); in execConfig()
169 if (android::perfmgr::NodeVerifier::VerifyNodes(config_path)) { in main()
/hardware/google/pixel/power-libperfmgr/aidl/tests/mocks/
DMockHintManager.h38 MOCK_METHOD(std::shared_ptr<::android::perfmgr::AdpfConfig>, GetAdpfProfile, (), (const));
41 MOCK_METHOD(::android::perfmgr::HintStats, GetHintStats, (const std::string &hint_type),
/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DPropertyNode.h27 namespace perfmgr {
DRequestGroup.h26 namespace perfmgr {
DFileNode.h29 namespace perfmgr {
DNode.h29 namespace perfmgr {
DNodeLooperThread.h31 namespace perfmgr {
DAdpfConfig.h23 namespace perfmgr {
DHintManager.h37 namespace perfmgr {
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DAdpfConfig.cc28 namespace perfmgr { namespace
DNode.cc27 namespace perfmgr { namespace
DRequestGroup.cc27 namespace perfmgr { namespace
DPropertyNode.cc30 namespace perfmgr { namespace
DFileNode.cc31 namespace perfmgr { namespace
DNodeLooperThread.cc28 namespace perfmgr { namespace
/hardware/google/pixel/power-libperfmgr/aidl/
Dservice.cpp36 using ::android::perfmgr::HintManager;
DPowerExt.cpp40 using ::android::perfmgr::HintManager;
DPowerHintSession.h52 template <class HintManagerT = ::android::perfmgr::HintManager,
DGpuCapacityNode.cpp132 auto const path = ::android::perfmgr::HintManager::GetInstance()->gpu_sysfs_config_path(); in createGpuCapacityNode()
DPowerSessionManager.h42 template <class HintManagerT = ::android::perfmgr::HintManager>
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DRequestGroupTest.cc25 namespace perfmgr { namespace

12