Home | History | Annotate | Download | only in audioflinger

Lines Matching refs:uint32_t

36     uint32_t mUnderruns;        // total number of underruns
37 uint32_t mOverruns; // total number of overruns
39 uint32_t mWarmupCycles; // number of loop cycles required to warmup
46 static const uint32_t kSamplingN = 0x8000;
49 static const uint32_t kSamplingNforLowRamDevice = 0x400;
51 uint32_t mSamplingN;
56 uint32_t mBounds; // bounds for mMonotonicNs, mThreadCpuNs, and mCpukHz
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#
65 void increaseSamplingN(uint32_t samplingN);