Searched defs:MAX_CPU (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/include/cpustats/
H A DThreadCpuUsage.h129 static const int MAX_CPU = 8; member in class:android::ThreadCpuUsage
130 static int sScalingFds[MAX_CPU];// file descriptor per CPU for reading scaling_cur_freq
131 uint32_t mCurrentkHz[MAX_CPU]; // current CPU frequency in kHz, not static to avoid a race
133 static int sKernelMax; // like MAX_CPU, but determined at runtime == cpu/kernel_max + 1

Completed in 28 milliseconds