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

/frameworks/av/services/audioflinger/
H A DFastThreadDumpState.h43 // kSamplingN is max size of sampling frame (statistics), and must be a power of 2 <= 0x8000.
46 static const uint32_t kSamplingN = 0x8000; member in struct:android::FastThreadDumpState
47 // Compile-time constant for a "low RAM device", must be a power of 2 <= kSamplingN.
50 // Corresponding runtime maximum size of sample arrays, must be a power of 2 <= kSamplingN.
58 uint32_t mMonotonicNs[kSamplingN]; // delta monotonic (wall clock) time
59 uint32_t mLoadNs[kSamplingN]; // delta CPU load in time
61 uint32_t mCpukHz[kSamplingN]; // absolute CPU clock frequency in kHz, bits 0-3 are CPU#
64 // Increase sampling window after construction, must be a power of 2 <= kSamplingN

Completed in 1832 milliseconds