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

/frameworks/native/include/cpustats/
H A DCentralTendencyStatistics.h42 // return the maximum of all samples so far
43 double maximum() const { return mMaximum; } function in class:CentralTendencyStatistics
/frameworks/base/packages/SystemUI/src/com/android/systemui/
H A DExpandHelper.java60 // amount of overstretch for maximum brightness expressed in U
61 // 2f: maximum brightness is stretching a 1U to 3U, or a 4U to 6U
159 public int getNaturalHeight(int maximum) { argument
169 View.MeasureSpec.makeMeasureSpec(maximum,
/frameworks/av/services/audioflinger/
H A DAudioFlinger.cpp129 // maximum time to wait for setParameters to complete
134 // maximum divider applied to the active sleep time in the mixer thread loop
139 // maximum normal mix buffer size
2068 // round up minimum and round down maximum to nearest 16 frames to satisfy AudioMixer
2086 // track, but we sometimes have to do this to satisfy the maximum frame count constraint)
2303 // When it wakes up after a maximum latency, it runs a few cycles quickly before
2498 double maximum = mWcStats.maximum(); local
2502 double maxCycles = mHzStats.maximum();
2516 maximum *
[all...]

Completed in 2402 milliseconds