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

/frameworks/av/services/audioflinger/
H A DFastThreadState.h65 // kSamplingN is max size of sampling frame (statistics), and must be a power of 2 <= 0x8000.
68 static const uint32_t kSamplingN = 0x8000; member in struct:android::FastThreadDumpState
69 // Corresponding runtime maximum size of sample arrays, must be a power of 2 <= kSamplingN.
77 uint32_t mMonotonicNs[kSamplingN]; // delta monotonic (wall clock) time
78 uint32_t mLoadNs[kSamplingN]; // delta CPU load in time
80 uint32_t mCpukHz[kSamplingN]; // absolute CPU clock frequency in kHz, bits 0-3 are CPU#

Completed in 97 milliseconds