Searched refs:gpu_sysfs_config_path (Results 1 – 4 of 4) sorted by relevance
93 std::optional<std::string> gpu_sysfs_config_path) in HintManager() argument98 gpu_sysfs_config_path_(gpu_sysfs_config_path) {} in HintManager()129 std::optional<std::string> gpu_sysfs_config_path() const;
132 auto const path = ::android::perfmgr::HintManager::GetInstance()->gpu_sysfs_config_path(); in createGpuCapacityNode()
861 std::optional<std::string> HintManager::gpu_sysfs_config_path() const { in gpu_sysfs_config_path() function in android::perfmgr::HintManager
920 EXPECT_THAT(hm->gpu_sysfs_config_path(), Optional(Eq("/sys/devices/platform/123.abc"))); in TEST_F()