Home
last modified time | relevance | path

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

/hardware/google/pixel/power-libperfmgr/libperfmgr/include/perfmgr/
DHintManager.h93 std::optional<std::string> gpu_sysfs_config_path) in HintManager() argument
98 gpu_sysfs_config_path_(gpu_sysfs_config_path) {} in HintManager()
129 std::optional<std::string> gpu_sysfs_config_path() const;
/hardware/google/pixel/power-libperfmgr/aidl/
DGpuCapacityNode.cpp132 auto const path = ::android::perfmgr::HintManager::GetInstance()->gpu_sysfs_config_path(); in createGpuCapacityNode()
/hardware/google/pixel/power-libperfmgr/libperfmgr/
DHintManager.cc861 std::optional<std::string> HintManager::gpu_sysfs_config_path() const { in gpu_sysfs_config_path() function in android::perfmgr::HintManager
/hardware/google/pixel/power-libperfmgr/libperfmgr/tests/
DHintManagerTest.cc920 EXPECT_THAT(hm->gpu_sysfs_config_path(), Optional(Eq("/sys/devices/platform/123.abc"))); in TEST_F()