Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/src/swappy/
DCpuInfo.h47 const std::string getHardware() const;
DCpuInfo.cpp140 const std::string CpuInfo::getHardware() const { in getHardware() function in swappy::CpuInfo
DChoreographerThread.cpp158 ALOGI("Swappy found %d CPUs [%s].", cpu.getNumberOfCpus(), cpu.getHardware().c_str()); in looperThread()