Home
last modified time | relevance | path

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

/aosp12/hardware/google/pixel/thermal/
H A Dthermal-helper.cpp84 auto min_core = std::stoul(pieces[0]); in getNumberOfCores() local
86 if (max_core < min_core) { in getNumberOfCores()
87 LOG(ERROR) << "Error parsing Cpu present min and max: " << min_core << " - " << max_core; in getNumberOfCores()
90 return static_cast<std::size_t>(max_core - min_core + 1); in getNumberOfCores()